Expressions: Add CHECK-DIAGS command to slang-lit; Move expression test - #1926
Expressions: Add CHECK-DIAGS command to slang-lit; Move expression test#1926AndrewNolte wants to merge 2 commits into
Conversation
ad6e878 to
c5f9593
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1926 +/- ##
==========================================
+ Coverage 96.03% 96.06% +0.03%
==========================================
Files 247 247
Lines 56855 56913 +58
==========================================
+ Hits 54599 54675 +76
+ Misses 2256 2238 -18
... and 2 files with indirect coverage changes Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
07adf65 to
fa4a4f2
Compare
fa4a4f2 to
58562f7
Compare
|
I don't really want all of these tests moved over in one giant chunk. There's no way I can review these to make sure nothing got dropped or changed, and debugging the regression tests is slightly more annoying than with the in-process unit tests. If you want to put new tests and/or move a few specific ones over that's fine. |
|
Will amend to just the one on the following pr |
58562f7 to
83ae1f1
Compare
83ae1f1 to
a2a5fb6
Compare
This puts some more restrictions on notes, many that were already being followed: - Notes cannot have subnotes - Notes cannot be waived, only diags - Note severities can only be remapped to ignored, not errors stack-info: PR: MikePopoloski#1925, branch: AndrewNolte/stack/25
This moves 'Assignment pattern errors' to the be a slang-lit test to show the diag ranges, and make updating expectations easier. It also adds to the test to show some suboptimal diag ranges. stack-info: PR: MikePopoloski#1926, branch: AndrewNolte/stack/26
a2a5fb6 to
310fdb9
Compare
Stacked PRs:
View individual changes
Expressions: Add CHECK-DIAGS command to slang-lit; Move expression test
This moves 'Assignment pattern errors' to the be a slang-lit test to show the diag ranges, and make updating expectations easier.
It also adds to the test to show some suboptimal diag ranges.