-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
52 additions
and
43 deletions.
There are no files selected for viewing
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
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
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
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
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
f6a93c8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fabrice, there is a problem with string literals in this build (maybe also with the build for IL Spy 5).
I decoded the plugin itself.
The code for one of the Roles is in X#:
public static initonly AliasKeyword := TokenRole{"e""alias"} as TokenRole
In C# this looks like:
public static readonly TokenRole AliasKeyword = new TokenRole("alias");
I see 2 problems:
f6a93c8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ohhhh :(, yes you are right.
I does only happen in V6, I mean the number 1 (e also quoted)... I will correct that asap.
For number 2, my trouble actually is that I just know that I'm manipulating a String, but not if it does contain some escaped sequences, so I'm always adding the e...just to be sure ;)
f6a93c8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fabrice
No problem.
A tip for the next release:
Send it to Chris and me first. We’re quite good in “breaking“ things. :)