Skip to content

Conversation

@itsxallwater
Copy link
Member

Shipping v2.0.10

Kevin Powick and others added 30 commits May 6, 2020 15:22
- 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
…_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.
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3. - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](indutny/elliptic@v6.5.2...v6.5.3) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Updated AccuTerm connector and host program links.
brentlblair and others added 6 commits September 1, 2020 15:11
* Update package.json Added MVBasic.customFunctionPath * Update server.ts added functionality to Load CustomFunction definition * Add files via upload * Update Extension Guide.md added documentation for Custom functions and subroutines 6.8 * Update server.ts Removed `data: functions[i].index,` for now since Microsoft has not responded yet. It works without it, and it's no longer in the Microsoft API documentation.
- Clean up unused variable in server - Expand docs on new customFunctions feature
It looks like I left the line `customFunctionPath = settings.MVBasic.customFunctionPath;` out of the merge.
@itsxallwater itsxallwater merged commit 43353ed into master Sep 2, 2020
@itsxallwater itsxallwater deleted the develop branch September 2, 2020 02:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

5 participants