-
Notifications
You must be signed in to change notification settings - Fork 26
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
V1.3.0 #1368
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
Issue #1183, fix TypeCobol option length
Issue #1183, fix command help that isn't displayed in CLI
Issue #1185, add missing target detection
…or the Codegen. This is important for Insert and Delete replacement tokens, like those of the Qualifier, Replace and Erase actions. Qualifier's tokens are already sorted as they appear first.
TypeCobol.TemplateTranspiler is a new VS solution, it is not included in the global TypeCobol solution for the moment.
…ipt language. (A05.T01) For the moment only C# and HTML are targeted.
…uctions (A06.T01) The transpilation of a C# razor Script to C# is performed using interpolated strings, and Razor meta character substitution in C# code.
…08.T01) The Skeleton.cs file as been created manually from a dump, this to test if it is compilable by a C# compiler inside the Codegen project.
Analytics is too slow
The method OnHover from TypeCobolServer.cs now send back to the Rdz Plugin the TypeDefinition in the form of a MarkedString formatted in HTML
The HTML formatting was causing issues on the number on line showed and considered not appropriate
Issue #1195, fix generate report if there is a warning
As CNAF source file are big, only a few are present. Full CNAF list of source avaiable here: https://github.com/Wenzel/CNAF
…ntext Close #1199 Delete generics Context of NodeListener
BigBatch don't have related COPY so this test is not accurate for performance. Ignore all performance tests, because you have to run these tests against the base branch and with your new commits to compare the difference.
Date is now in format YYYYMMDD so can sort file easily.
Issue #1208, move Diagnostics on node
Don't need to check if variable is in our SymbolTable when using symbolTable.TypeReferences.
Procedure paramters in dependencies are now resolved even if they are not loaded in the correct order.
Type references in dependencies are now resolved even if they are not loaded in the correct order.
…entChar 1329 change formalized comment char
WI #1340 Fix Hover on nonexistent type or function
WI #1302 TypeCobolLinker refactoring
WI #1347 Fix hover layout
Issue #1355 remove option -s on CLI tests
…mbers WI #1361 Only check for formalized/multiline comments tokens after co…
smedilol
approved these changes
May 16, 2019
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.
This release introduces :
News
-glm
) (Make the Codegen output a line number mapping between source code and generated source code. #1358)Fixed
set bool1 bool2 ... boolN
is allowed (set myBool1 myBool2 to false cause an exception #1187)Performance
Global performance improvement. Gain from 5% to 85% depending on the case.
-s|-skeleton
is now ignored by CLI (CLI can ignore parameterss
/skeletons
. #1355)Internal / API