@@ -116,7 +116,7 @@ __Bugfixes__:
116
116
* all : avoid some capture variable wrapping in non-loops ([ #12235 ] ( https://github.com/HaxeFoundation/haxe/issues/12235 ) )
117
117
* all : @: noCompletion vs. static extensions ([ #12254 ] ( https://github.com/HaxeFoundation/haxe/issues/12254 ) )
118
118
* all : use available terminal columns instead of hardcoded 80 columns ([ #11404 ] ( https://github.com/HaxeFoundation/haxe/issues/11404 ) )
119
- * all : track actual path position for path.Path<Params > ([ #11405 ] ( https://github.com/HaxeFoundation/haxe/issues/11405 ) )
119
+ * all : track actual path position for ` path.Path<Params> ` ([ #11405 ] ( https://github.com/HaxeFoundation/haxe/issues/11405 ) )
120
120
* all : set --run args only when we're actually running ([ #11524 ] ( https://github.com/HaxeFoundation/haxe/issues/11524 ) )
121
121
* all : [ std] do not close unowned socket in Http.customRequest ([ #12069 ] ( https://github.com/HaxeFoundation/haxe/issues/12069 ) )
122
122
* all : [ std] fix zipfiles not having data descriptor after filedata ([ #11686 ] ( https://github.com/HaxeFoundation/haxe/issues/11686 ) )
@@ -138,7 +138,7 @@ __Bugfixes__:
138
138
* all : [ typer] avoid lhs cast on ambiguous operators ([ #12146 ] ( https://github.com/HaxeFoundation/haxe/issues/12146 ) )
139
139
* all : [ typer] abstract vs. mono hard unification error ([ #12182 ] ( https://github.com/HaxeFoundation/haxe/issues/12182 ) )
140
140
* all : [ typer] follow through abstract underlying types for null-checks when matching ([ #11716 ] ( https://github.com/HaxeFoundation/haxe/issues/11716 ) )
141
- * all : [ typer] fix Monomorph vs Null<T > inference issue ([ #11851 ] ( https://github.com/HaxeFoundation/haxe/issues/11851 ) )
141
+ * all : [ typer] fix Monomorph vs ` Null<T> ` inference issue ([ #11851 ] ( https://github.com/HaxeFoundation/haxe/issues/11851 ) )
142
142
* all : [ typer] fail softer on multiple read/write resolve methods ([ #11757 ] ( https://github.com/HaxeFoundation/haxe/issues/11757 ) )
143
143
* all : [ typer] always allow local function type parameters ([ #11520 ] ( https://github.com/HaxeFoundation/haxe/issues/11520 ) )
144
144
* all : [ typer] disallow ?.new and ?.match ([ #11799 ] ( https://github.com/HaxeFoundation/haxe/issues/11799 ) )
@@ -181,7 +181,7 @@ __Bugfixes__:
181
181
* all : [ display] catch 'die' calls in diagnostics ([ #11984 ] ( https://github.com/HaxeFoundation/haxe/issues/11984 ) )
182
182
* all : [ display] browse for EDisplay when calls fail ([ #11422 ] ( https://github.com/HaxeFoundation/haxe/issues/11422 ) )
183
183
* all : [ server] do not crash when client exits before end of compilation
184
- * hl : rework Null<Int/Float/Bool> comparison for spec/alloc ([ #11612 ] ( https://github.com/HaxeFoundation/haxe/issues/11612 ) )
184
+ * hl : rework ` Null<Int/Float/Bool> ` comparison for spec/alloc ([ #11612 ] ( https://github.com/HaxeFoundation/haxe/issues/11612 ) )
185
185
* hl : fix -D hl-check error pos ([ #11727 ] ( https://github.com/HaxeFoundation/haxe/issues/11727 ) )
186
186
* hl : fix interface override function resolution ([ #11723 ] ( https://github.com/HaxeFoundation/haxe/issues/11723 ) )
187
187
* hl : fix debug info missing for catch e: String , arg with unify error ([ #11717 ] ( https://github.com/HaxeFoundation/haxe/issues/11717 ) )
0 commit comments