-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Arrays instantiated in configuration.st transpile incorrectly #230
Labels
Comments
Specter-13
added
bug
Something isn't working
question
Further information is requested
ixc-compiler
labels
Sep 20, 2023
/cib |
PTKu
added a commit
that referenced
this issue
Sep 20, 2023
…project for simple data exchange (#215) * Create draft PR for #214 * wip * wip * added experimental implementation of recursive array iteration, wip * added logic for handling arrays recursively, added bool for web api login to stay connected * added intitial implementation of tiaroot serializer, wip * code hugely refactored, added simple tool for generating serialized tiarootobject * wip on test and refactoring * added implementation of scanning by symbol for tia2ax, refactoring, docu and bug fixin * Create draft PR for #230 * fixes array generation in globals * uncomment arrays * parent of an array declared in config is now this.Connector * added ignoring multidimensional arrays * remove arrays for successful build * test fix --------- Co-authored-by: PTKu <PTKu@users.noreply.github.com> Co-authored-by: Peter <61538034+PTKu@users.noreply.github.com> Co-authored-by: Specter-13 <56168909+Specter-13@users.noreply.github.com>
PTKu
added a commit
that referenced
this issue
Sep 20, 2023
…al project for simple data exchange (#232) * Create draft PR for #214 * wip * wip * added experimental implementation of recursive array iteration, wip * added logic for handling arrays recursively, added bool for web api login to stay connected * added intitial implementation of tiaroot serializer, wip * code hugely refactored, added simple tool for generating serialized tiarootobject * wip on test and refactoring * added implementation of scanning by symbol for tia2ax, refactoring, docu and bug fixin * Create draft PR for #230 * fixes array generation in globals * uncomment arrays * parent of an array declared in config is now this.Connector * added ignoring multidimensional arrays * remove arrays for successful build * test fix * adds package info --------- Co-authored-by: PTKu <PTKu@users.noreply.github.com> Co-authored-by: Specter-13 <56168909+Specter-13@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Describe the bug
When I define array in GLOBAL section in configuration.st file, compiler transpiles it with missing information
To Reproduce
Steps to reproduce the behavior:
myArrayString: ARRAY[0..10] OF STRING;
in configuration.st fileExpected behavior
arrays should be transpiled correctly
Screenshots
The text was updated successfully, but these errors were encountered: