From 04338db3ca78827623c093f983e722cecb7f6357 Mon Sep 17 00:00:00 2001 From: "(Holloway) Chew, Kean Ho" Date: Mon, 16 Oct 2023 15:48:12 +0800 Subject: [PATCH] root: applied regressive changes to Python programming language Since Nim introduced a lot of changes that are applicable regressively, we should apply it to Python as well. Hence, let's do this. This patch applies regressive changes to Python programming language in root repository. Co-authored-by: Galyna, Cory <124406765+corygalyna@users.noreply.github.com> Co-authored-by: (Holloway) Chew, Kean Ho Signed-off-by: (Holloway) Chew, Kean Ho --- CONFIG.toml | 4 ++-- src/changelog/data/latest | 1 + src/changelog/deb/latest | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CONFIG.toml b/CONFIG.toml index 1b504980..965235ff 100644 --- a/CONFIG.toml +++ b/CONFIG.toml @@ -142,7 +142,7 @@ PROJECT_C = '' # # To enable it: simply supply the path (e.g. default is 'srcGO'). # To disable it: simply supply an empty path (e.g. default is ''). -PROJECT_GO = 'srcGO' +PROJECT_GO = '' # PROJECT_PATH_GO_ENGINE @@ -165,7 +165,7 @@ PROJECT_PATH_GO_ENGINE = "go-engine" # # To enable it: simply supply the path (e.g. default is 'srcPYTHON'). # To disable it: simply supply an empty path (e.g. default is ''). -PROJECT_PYTHON = '' +PROJECT_PYTHON = 'srcPYTHON' # PROJECT_PATH_PYTHON_ENGINE diff --git a/src/changelog/data/latest b/src/changelog/data/latest index 9603698f..3b570281 100644 --- a/src/changelog/data/latest +++ b/src/changelog/data/latest @@ -1,2 +1,3 @@ +root: applied regressive changes back to Go programming language root: applied regressive changes to C programming language root: added Nim Programming Language support \ No newline at end of file diff --git a/src/changelog/deb/latest b/src/changelog/deb/latest index c770daf8..7a635687 100644 --- a/src/changelog/deb/latest +++ b/src/changelog/deb/latest @@ -1,6 +1,7 @@ automataci (1.7.0) stable; urgency=low + * root: applied regressive changes back to Go programming language * root: applied regressive changes to C programming language * root: added Nim Programming Language support --- Your Legal Full Name Here Mon, 16 Oct 2023 14:42:32 +0800 +-- Your Legal Full Name Here Mon, 16 Oct 2023 15:45:41 +0800