Skip to content

Commit

Permalink
root: applied regressive changes to Python programming language
Browse files Browse the repository at this point in the history
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 <[email protected]>
Co-authored-by: (Holloway) Chew, Kean Ho <[email protected]>
Signed-off-by: (Holloway) Chew, Kean Ho <[email protected]>
  • Loading branch information
hollowaykeanho and corygalyna committed Oct 16, 2023
1 parent 477a4a8 commit 04338db
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CONFIG.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions src/changelog/data/latest
Original file line number Diff line number Diff line change
@@ -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
3 changes: 2 additions & 1 deletion src/changelog/deb/latest
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Mon, 16 Oct 2023 14:42:32 +0800
-- Your Legal Full Name Here <[email protected]> Mon, 16 Oct 2023 15:45:41 +0800

0 comments on commit 04338db

Please sign in to comment.