Uh oh!
There was an error while loading. Please reload this page.
Verbatim string ast - #10769
Conversation
cartermp
commented
Dec 21, 2020
Hmm, saw the same test. We regressed opening static classes somehow. cc @KevinRansom |
cartermp
commented
Dec 21, 2020
errr, default interface tests |
nojaf
commented
Dec 22, 2020
This is ready for review. is related to my changes? |
cartermp
commented
Dec 22, 2020
@nojaf No, your changes are fine, but something is wrong with your merge of main into this branch, since it's not picking up a fix to our test helpers that was made recently. Would it be possible to just rebase atop latest |
e478314 to
98139c8Compare@cartermp I think the rebase is ok now. Getting different problems now. |
cartermp
commented
Dec 22, 2020
Are you against the very latest Either that or we have our internal build broken? Will investigate |
baronfel
commented
Dec 22, 2020
Oh, looks like there are changes required to the vsintegration as a result of this. We were only looking at FCS-level changes, which explains that. @nojaf you'll need to update the vsintegration in FSharp.Editor as well. My bad, man. |
cartermp
commented
Dec 22, 2020
No, it's on our end. @dsyme some of your changes were merged without updating VS, leading to compile errors. |
cartermp
commented
Dec 22, 2020
This fixes it: #10783 |
nojaf
commented
Dec 22, 2020
Great, thanks for the quick response 👍. |
98139c8 to
a9c4bddComparea9c4bdd to
2a1e51bCompareUh oh!
There was an error while loading. Please reload this page.
1a327cb to
e91e8bfCompare
KevinRansom
left a comment
There was a problem hiding this comment.
APIs with bool->bool->bool are real easy to get wrong, can you simplify, use enums, or a flag enum or something please.
Otherwise this looks great.
Thanks
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
e91e8bf to
f7dbaf3Comparef7dbaf3 to
0aebae1Compare
cartermp
left a comment
There was a problem hiding this comment.
Thanks! I think this is great.
nojaf
commented
Feb 1, 2021
I also extended |
Uh oh!
There was an error while loading. Please reload this page.
TIHan
left a comment
There was a problem hiding this comment.
This looks good. I had one comment regarding the use of bools for the token definitions.
An attempt to keep track in the AST whether a string is verbatim and/or triple quote or not.
Fixes#10209.
Many thanks again @baronfel for doing some pair programming on this.