-
Notifications
You must be signed in to change notification settings - Fork 3
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
Multiline indicator statements #45
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
New build target to package REPL as a save file
…-save-file Omit modules and EVFEVENT from packaged save file
…ary-list Ensure REPL program library is in libl during execution
…nstallation Installation script
Thanks to Bob Cozzi for the suggestion. Once the %upper BIF is a bit more established, we should look to replace the usage of this custom procedure.
…e-proc Optimise toUpperCase implementation.
I'm getting constant crashes with this change in of pointer not set - I wonder if it's because we're accepting (and returning) a varchaR(512), but calling it with a char(71).
This was planned functionality that never went anywhere
Remove all reference to abandoned functionality (REPLREFBLD)
revert rtnparm change (for now!)
Resolve an issue found whereby a French-language i was unable to compile - at least partly because ",0" means something else in that language setting. A similar problem seemed to occur with vertical pipes but not explicitly declaring CONCAT.
Allow users to edit the control options they see on screen
Save all snippets to the session user, not the current user.
…user Save snippets to session user
…arators Support comma decimal separators
Allow parameterised timestamps
Hide readme
Source types can now be `mainline` or `control`
Fix UNSIGNED/UNS parsing error
Support custom Control Options
Use the id rather than name in the helper procedures to reduce overflow errors
Update REPL_EVAL.RPGLE
Print user-generated compilation errors back to the user
Print details of compilation errors back to the user
Support comments in code by stripping them from the generated code object
introduce @scan to function as %scan, but not returning for string literals
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.