Skip to content

Commit

Permalink
Add diagnostics fixes to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kLabz committed Jul 18, 2024
1 parent 0cb242e commit 0dd1ee6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions extra/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
all : fix pretty errors failure (#11700)
all : disallow local statics when inlining (#11725)
cpp : inherit `@:unreflective` on generic classes
display : unused pattern variables should be marked as unused (#7282)
display : diagnostics miss "used without being initialized" errors (#7931)
display : recursive inline is not supported on enum abstract constructor (#11177)
display : Void as value error disappears on second compilation (#11184)
display : false positives of "This cast has no effect, but some of its sub-expressions" (#11203)
hl : fix bit shift + assignment in while loop header (#10783)
hl : fix do-while loop in genhl+hlopt (#11461)
macro : don't choke on namePos for reification pattern matching (#11671)
Expand Down

0 comments on commit 0dd1ee6

Please sign in to comment.