Skip to content

Commit

Permalink
root: applied regressive changes back to Go programming language
Browse files Browse the repository at this point in the history
Since Nim programming language introduces a lot of infra changes,
we should apply them regressively back to Go. Hence, let's do this.

This patch applies regressive changes back to Go 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 48f94ae commit ee58e79
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 @@ -126,7 +126,7 @@ PROJECT_PATH_NIM_ENGINE = "nim-engine"
#
# To enable it: simply supply the path (e.g. default is 'srcC').
# To disable it: simply supply an empty path (e.g. default is '').
PROJECT_C = 'srcC'
PROJECT_C = ''



Expand All @@ -142,7 +142,7 @@ PROJECT_C = 'srcC'
#
# 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 = ''
PROJECT_GO = 'srcGO'


# PROJECT_PATH_GO_ENGINE
Expand Down
1 change: 1 addition & 0 deletions src/changelog/data/latest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
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,5 +1,6 @@
automataci (1.7.0) stable; urgency=low

* 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 13:05:06 +0800
-- Your Legal Full Name Here <[email protected]> Mon, 16 Oct 2023 14:42:32 +0800

0 comments on commit ee58e79

Please sign in to comment.