-
Notifications
You must be signed in to change notification settings - Fork 16
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
v2.0.7 release #106
Merged
Merged
v2.0.7 release #106
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
Member
itsxallwater
commented
Jun 11, 2020
- Fixed a bug with the "customWordPath" option ([BUG] Using "customWordPath" options not working #24)
- Fixed auto-formatting bug ([BUG] - Auto-formatting failing to align nested "end else" #45)
- Added documentation for the RestFS API ([FEATURE] Document the File System REST API #89)
- Fixed bug with space-prefixed labels ([BUG] Using periods in labels #96)
- Improved linting ([BUG] Issue with linting in server.js with multiple levels of quoting #98)
- Improved label detection with GOTO/GOSUB ([BUG] Label error with GOTO/GOSUB #99)
- Fixed bug with FOR/NEXT linting with labels ([BUG] NEXT in FOR/NEXT loop not recognized if preceded by a Label #104)
- Removed repetitive Trim()s - Removed unnecessary RegEx tests - Simplified line split on semicolon due to above changes. - Results: Faster execution. Better coverage for split on semicolon
- Removed unnecessary trim()s - Removed boolean equality tests. if(x.test == true) vs if(x.test) - Fixed GOTO/GOSUB when followed by more than one space GOTO <s><s> 100
- Nested For/Next statements now validated - NEXT with no variable is now allowed - One line per error: Removed extraneous, repeated diagnostic messages - Reworded / Clarified some error messages for consistency
- RegEx improvements and consistency between client and server - Improved getWord() function
- Also now allows dotted numeric labels such as GOTO 100.5
This reverts commit 68b0166.
…_rest_api Added documentation for MV REST File System API.
line is blank. May relate to #24.
- Issue #45: Alignment of If/Else - Issue #96: Allow periods in labels - Issue #99: Corrected Label error with GOTO/GOSUB. - Issue #104: Corrected For/Next with leading label - Issue #105: Changed GOTO scope jumping message from Error to Warning - RegEx: Label comments to include "REM, *, and !" - NEXT can be used without FOR variable.
This was
linked to
issues
Jun 11, 2020
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.