.. |
Issue10005
|
34ecf0eb70
[typer] clean up field-level errors (#10896)
|
2 роки тому |
Issue10024
|
287a8d7a24
enforce the spec of 'override'ing 'abstract function's (closes #10024)
|
4 роки тому |
Issue10034
|
06c1f56cc5
[tests] add tests
|
4 роки тому |
Issue10039
|
b4725cb735
[tests] dodge
|
3 роки тому |
Issue10052
|
b9f2a6c6b6
[typer] redesign AKNo some more
|
2 роки тому |
Issue10107
|
ea3203db4d
[typer] delay @:using resolution
|
2 роки тому |
Issue10139
|
bc65d959f4
[typer] check final vars of parent classes
|
2 роки тому |
Issue10147
|
4cf1f81f96
Better null safety error range for anon fields (#12188)
|
3 місяців тому |
Issue10150
|
8de25e7435
Test for #10150 (#11122)
|
2 роки тому |
Issue10152
|
5645ecc9c3
macro '#if (a != b)' should be true for missing defines (#10868)
|
2 роки тому |
Issue10170
|
dc7f0c3dd0
[typer] recover Error in EThrow
|
2 роки тому |
Issue10171
|
2db4397280
[parser] behave like a real parser regarding doc comments
|
2 роки тому |
Issue10184
|
9757785029
Move warning list to prebuild (#10666)
|
3 роки тому |
Issue10186
|
d061118db2
[typer] fail properly if abstract is referenced in argument defaults
|
4 роки тому |
Issue10189
|
4aa055a880
[matcher] try to get exhaustiveness under guards right
|
4 роки тому |
Issue10198
|
aecf036a4f
Basic implementation of upper bound constraints (#10233)
|
4 роки тому |
Issue10219
|
195d0453e8
fixed checks for uninitialized vars with return/continue/throw/break (closes #10219)
|
4 роки тому |
Issue10229
|
aecf036a4f
Basic implementation of upper bound constraints (#10233)
|
4 роки тому |
Issue10245
|
8bce1a1b60
[typer] avoid infinite recursion when checking heritance
|
3 роки тому |
Issue10264
|
5a6c19d362
properly detect unification errors upon recursive macro @:from (closes #10264)
|
3 роки тому |
Issue10287
|
c6a8b2051c
[tests] fix and add
|
1 рік тому |
Issue10291
|
d264533d7b
[matcher] fix logic with inexhaustive null-guards
|
4 роки тому |
Issue10325
|
2c3cdf3c7a
restore checking assign ops for final vars modification (fixes #10325)
|
4 роки тому |
Issue10358
|
005fdb937e
[parser] error nicer when keywords are used as var names
|
4 роки тому |
Issue10426
|
34ecf0eb70
[typer] clean up field-level errors (#10896)
|
2 роки тому |
Issue10482
|
43f28cc42c
Abstract abstract (#10513)
|
3 роки тому |
Issue10504
|
c212924e80
Fix call stack positions (#11065)
|
2 роки тому |
Issue10521
|
319f812ae0
[typer] bring back super.x failure
|
3 роки тому |
Issue10587
|
71db0d80c4
[typer] don't silently ignore error when loading macros in non-display mode
|
3 роки тому |
Issue10591
|
ead88701f5
[typer] fix path matching of top-level types
|
3 роки тому |
Issue10623
|
d71c2a7c05
[MessageReporting] Invert logic for color handling (#12295)
|
1 місяць тому |
Issue10687
|
f76e900c1c
Vector.fill (#10687)
|
2 роки тому |
Issue10711
|
7ebd72bbe6
[compiler] execute contexts immediately
|
3 роки тому |
Issue10729
|
d442e50606
[typer] don't generate implicit abstract methods for non-methods
|
3 роки тому |
Issue10739
|
2f60b84be6
[typer] support @:from(ignoredByInference)
|
2 роки тому |
Issue10782
|
61d7dfec5f
Allow using anonymous functions in operator expressions (#12015)
|
4 місяців тому |
Issue10793
|
38c494d339
fix test failures
|
3 місяців тому |
Issue10804
|
6066953146
[eval] catch Vector constructor with size < 0
|
2 роки тому |
Issue10819
|
38c494d339
fix test failures
|
3 місяців тому |
Issue10825
|
6e189c6dce
[eval] check null on method calls
|
2 роки тому |
Issue10832
|
9717436a87
[eval] fix event loop (#11028)
|
2 роки тому |
Issue10844
|
d71c2a7c05
[MessageReporting] Invert logic for color handling (#12295)
|
1 місяць тому |
Issue10845
|
d4bdceefbb
Fix null coal assign (with less code duplication) (#11980)
|
5 місяців тому |
Issue10847
|
66c86baf82
[typer] delay interface checking somehow
|
2 роки тому |
Issue10852
|
c02d444156
[parser] fix arrow function parsing hole
|
2 роки тому |
Issue10863
|
d71c2a7c05
[MessageReporting] Invert logic for color handling (#12295)
|
1 місяць тому |
Issue10865
|
b89ab0133a
[typer] use has_dead_end to check return flow
|
2 роки тому |
Issue10871
|
a88a1a902e
Pretty errors as default message reporting (#11587)
|
1 рік тому |
Issue10880
|
b9f2a6c6b6
[typer] redesign AKNo some more
|
2 роки тому |
Issue10881
|
34ecf0eb70
[typer] clean up field-level errors (#10896)
|
2 роки тому |
Issue10883
|
bf46067443
[typer] fail upon encountering unprocessed reification metadata (#10887)
|
2 роки тому |
Issue10890
|
66a53c6cd1
Fix @:require vs overload (#10891)
|
2 роки тому |
Issue10897
|
eeb62ef43e
[typer] better error messages when importing nonexistent subtypes / fields (#10899)
|
2 роки тому |
Issue10935
|
e34df73af0
[typer] only infer getter/setter types when dealing with actual getter/setter (#10936)
|
2 роки тому |
Issue10959
|
70d6903527
Add `TypeTools.resolveTypeParameters` (#11053)
|
2 роки тому |
Issue10961
|
089ff00fcd
Improve duplicate field range (#11042)
|
2 роки тому |
Issue10980
|
0935beff78
[typer] flatten abstract froms for top down inference on functions
|
2 роки тому |
Issue11004
|
2451699c76
Macro defined modules vs direct loading of types using it (#11740)
|
5 місяців тому |
Issue11005
|
4190eebcb1
Allow non constant "inline" var init with -D no-inline (#11192)
|
2 роки тому |
Issue11020
|
01e2014d0b
[macro] Display failing macro for "Build failure" errors (#11635)
|
1 рік тому |
Issue11055
|
d71c2a7c05
[MessageReporting] Invert logic for color handling (#12295)
|
1 місяць тому |
Issue11087
|
a88a1a902e
Pretty errors as default message reporting (#11587)
|
1 рік тому |
Issue11102
|
55847bc1eb
Bring back forced inline (#11217)
|
2 роки тому |
Issue11120
|
dfad13ab61
[tests] add
|
2 роки тому |
Issue11121
|
d71c2a7c05
[MessageReporting] Invert logic for color handling (#12295)
|
1 місяць тому |
Issue11128
|
a88a1a902e
Pretty errors as default message reporting (#11587)
|
1 рік тому |
Issue11152
|
ef406dc443
[generic] delay generic field expansion if there's no expression
|
1 рік тому |
Issue11162
|
d71c2a7c05
[MessageReporting] Invert logic for color handling (#12295)
|
1 місяць тому |
Issue11164
|
d71c2a7c05
[MessageReporting] Invert logic for color handling (#12295)
|
1 місяць тому |
Issue11176
|
fb2492f0c3
[tests] add test for generated locals vs user vars
|
2 роки тому |
Issue11180
|
385ab5af54
Fix #11180 (#11189)
|
2 роки тому |
Issue11193
|
8878b5863e
[macro] Fix abstract casts for local statics (#11301)
|
1 рік тому |
Issue11208
|
ec85f09cdf
[parser] catch duplicate #else
|
1 рік тому |
Issue11231
|
4138953a55
[matcher] look through enum abstracts to find actual match kind
|
2 роки тому |
Issue11237
|
c2932ab8aa
[typer] refactor abstract field meta handling
|
2 роки тому |
Issue11286
|
a0ac5ad4eb
[typer] don't infer Null<?> if it already is Null<?>
|
1 рік тому |
Issue11323
|
c5d3faa1f4
[macro] build metadata with basic types from current context (#11336)
|
1 рік тому |
Issue11334
|
c2479a0aa2
Improve extra field error range (#11335)
|
1 рік тому |
Issue11342
|
5c05e6de76
[typer] don't allow @:structInit to call abstract constructors
|
1 рік тому |
Issue11354
|
bdd7bf48e2
[tests] test without --cwd too
|
1 рік тому |
Issue11366
|
e6442b23b9
[matcher] don't allow null-only switches if we need a value
|
1 рік тому |
Issue11368
|
c6a8b2051c
[tests] fix and add
|
1 рік тому |
Issue11372
|
7fdac0a238
[typer] delay unknown ident errors in overloads
|
1 рік тому |
Issue11373
|
7c750b32ed
[macro] respect imports on `@:build` (#11373)
|
1 рік тому |
Issue1138
|
ee4f2c62d1
Fix range of "has no field" error (#8535)
|
6 роки тому |
Issue11389
|
57bc78a21e
detect trailing metadata
|
4 місяців тому |
Issue11392
|
fe0d3e34ab
adjust test
|
9 місяців тому |
Issue11396
|
7d5e2a1cd6
[inliner] Fix failing test after inline ctor conserving unassigned vars.
|
1 рік тому |
Issue11411
|
49fe159473
Valid redefinition rework (#11657)
|
1 рік тому |
Issue11417
|
d71c2a7c05
[MessageReporting] Invert logic for color handling (#12295)
|
1 місяць тому |
Issue11431
|
35536f307f
MacroApi cleanup for Haxe 5 (#11433)
|
8 місяців тому |
Issue11439
|
d71c2a7c05
[MessageReporting] Invert logic for color handling (#12295)
|
1 місяць тому |
Issue11450
|
6ab9980d46
unify void returns properly
|
1 рік тому |
Issue11481
|
ed138ae917
[macro] apply @:native for extern enum (#11636)
|
1 рік тому |
Issue11528
|
c5f913ca14
clean up ctx.type_params initialization
|
1 рік тому |
Issue11538
|
3f13b750ba
Make ctx.pass immutable (#11538)
|
1 рік тому |
Issue11545
|
6414bf87a0
Deal with _hx_new (#12005)
|
5 місяців тому |
Issue11556
|
060ff56560
check default type parameter constraints
|
1 рік тому |
Issue11571
|
46481f647c
disallow `?.new` and `?.match`
|
9 місяців тому |
Issue11580
|
6f20d6b016
detect recursive hxmls
|
9 місяців тому |
Issue11582
|
539601b839
[macro] Build order vs inheritance (#11582)
|
1 рік тому |
Issue11595
|
e3a417aa7a
[tests] rename test folder for 11595
|
1 рік тому |
Issue11608
|
cbb8d6e3f8
Fix @:generic with multiple calls (#11619)
|
1 рік тому |
Issue11624
|
dbce1dc4c3
Add MNullable monomorph modifier (#11851)
|
8 місяців тому |
Issue11625
|
2aa1b528f9
Apply @:using after build macros (#11625)
|
1 рік тому |
Issue11631
|
ed138ae917
[macro] apply @:native for extern enum (#11636)
|
1 рік тому |
Issue11632
|
4f12ccf5d8
Add position and error message to decode_error.txt (#12128)
|
4 місяців тому |
Issue11635
|
01e2014d0b
[macro] Display failing macro for "Build failure" errors (#11635)
|
1 рік тому |
Issue11661
|
b951d8e221
[struct-init] Ignore non-physical fields. (#11662)
|
1 рік тому |
Issue11670
|
38e50fdf8e
[macro] Don't choke on namePos for reification pattern matching (#11671)
|
1 рік тому |
Issue11676
|
2106be4578
add missing recursion when checking abstract casts
|
1 рік тому |
Issue11679
|
d71c2a7c05
[MessageReporting] Invert logic for color handling (#12295)
|
1 місяць тому |
Issue11682
|
245a480b2c
Expose TVar VStatic flag in macros. (#11683)
|
1 рік тому |
Issue11684
|
cc105eb855
fail nicer if unify_min can't find a common type
|
1 рік тому |
Issue11686
|
8e145aeaea
Fix incorrect compressed value in zip reader on non neko targets (#12163)
|
3 місяців тому |
Issue11688
|
5b757af567
deal with module fields in Compiler.exclude
|
8 місяців тому |
Issue11700
|
d71c2a7c05
[MessageReporting] Invert logic for color handling (#12295)
|
1 місяць тому |
Issue11725
|
dd4eb9fb3d
error if we inline a static local
|
1 рік тому |
Issue11740
|
2451699c76
Macro defined modules vs direct loading of types using it (#11740)
|
5 місяців тому |
Issue11753
|
d71c2a7c05
[MessageReporting] Invert logic for color handling (#12295)
|
1 місяць тому |
Issue11776
|
d0c3adb318
use better error position for null_pos uncaught exceptions
|
9 місяців тому |
Issue11813
|
d23d3833d2
Clean up warning handling and add optional WUnsafeEnumEquality (#11826)
|
8 місяців тому |
Issue11832
|
50de739adc
Review some typeload code (#11832)
|
8 місяців тому |
Issue11852
|
7e745c2879
[tests] Fix test for #11892
|
6 місяців тому |
Issue11870
|
2d24fb1f1a
remove mostly unused position
|
7 місяців тому |
Issue11881
|
ffe8df0195
don't mk_mono when creating mono field access
|
7 місяців тому |
Issue12050
|
7ba8e17cfb
don't bind but do_bind
|
4 місяців тому |
Issue12098
|
d68d3beb14
check caught error position when recovering from match typing failure
|
3 місяців тому |
Issue12131
|
1003ce9c94
Use com api for --interp (#12131)
|
4 місяців тому |
Issue12167
|
d71c2a7c05
[MessageReporting] Invert logic for color handling (#12295)
|
1 місяць тому |
Issue12171
|
24f235d298
[generics] Ensure type substitution happens for closures too. (#12173)
|
3 місяців тому |
Issue12177
|
a534be2f0d
awkwardly work around @:multiType problem
|
3 місяців тому |
Issue12182
|
a9cbca65fe
fix better and add test
|
3 місяців тому |
Issue1310
|
dc02930e68
Add "..." prefix to complementary error messages (#9651)
|
5 роки тому |
Issue1968
|
acaec1c8a0
Change Path.unique_file_path to an explicit key type (#9283)
|
5 роки тому |
Issue2087
|
55b45250f2
refactor TyperDotPath (closes #9189, closes #9190) (#9191)
|
5 роки тому |
Issue2148
|
dc02930e68
Add "..." prefix to complementary error messages (#9651)
|
5 роки тому |
Issue2232
|
dc02930e68
Add "..." prefix to complementary error messages (#9651)
|
5 роки тому |
Issue2263
|
2a8acc578a
print no-argument function types as `()->...`, not `Void->...` (closes #8148) (#8161)
|
5 роки тому |
Issue2278
|
ab2667c029
comment out Context.eval (closes #4443)
|
9 роки тому |
Issue2472
|
dc02930e68
Add "..." prefix to complementary error messages (#9651)
|
5 роки тому |
Issue2508
|
9757785029
Move warning list to prebuild (#10666)
|
3 роки тому |
Issue2538
|
e6442b23b9
[matcher] don't allow null-only switches if we need a value
|
1 рік тому |
Issue2729
|
d0016c9d82
Rework module resolution (#11168)
|
1 рік тому |
Issue2938
|
78de0560be
add test (closes #3542)
|
10 роки тому |
Issue2969
|
603f6f6c17
[message reporting] Update sub errors handling (#11595)
|
1 рік тому |
Issue2991
|
acaec1c8a0
Change Path.unique_file_path to an explicit key type (#9283)
|
5 роки тому |
Issue2993
|
acaec1c8a0
Change Path.unique_file_path to an explicit key type (#9283)
|
5 роки тому |
Issue2995
|
acaec1c8a0
Change Path.unique_file_path to an explicit key type (#9283)
|
5 роки тому |
Issue2997
|
acaec1c8a0
Change Path.unique_file_path to an explicit key type (#9283)
|
5 роки тому |
Issue3053
|
05e59be8e2
Move private accessor check to field_access (#12273)
|
1 місяць тому |
Issue3102
|
da2836597b
Clean up CLI usage/help output, standardize flag naming (#6862)
|
7 роки тому |
Issue3129
|
da2836597b
Clean up CLI usage/help output, standardize flag naming (#6862)
|
7 роки тому |
Issue3181
|
0f16c56e0b
[tests] update the output of #3181 test after 51bdcb8
|
6 роки тому |
Issue3188
|
d71c2a7c05
[MessageReporting] Invert logic for color handling (#12295)
|
1 місяць тому |
Issue3192
|
c2479a0aa2
Improve extra field error range (#11335)
|
1 рік тому |
Issue3238
|
683b22440e
Variable / Rest arguments (#9961)
|
4 роки тому |
Issue3288
|
2a8acc578a
print no-argument function types as `()->...`, not `Void->...` (closes #8148) (#8161)
|
5 роки тому |
Issue3298
|
d22e55c2d7
fix test?
|
9 роки тому |
Issue3300
|
a88a1a902e
Pretty errors as default message reporting (#11587)
|
1 рік тому |
Issue3310
|
59a788e6a4
fix test? (2)
|
9 роки тому |
Issue3361
|
603f6f6c17
[message reporting] Update sub errors handling (#11595)
|
1 рік тому |
Issue3417
|
603f6f6c17
[message reporting] Update sub errors handling (#11595)
|
1 рік тому |
Issue3457
|
955551a06d
[tests] adjust to better position handling
|
7 роки тому |
Issue3500
|
23c865f56c
[tests] update test for #3500
|
1 рік тому |
Issue3542
|
da2836597b
Clean up CLI usage/help output, standardize flag naming (#6862)
|
7 роки тому |
Issue3621
|
0edc98e4c3
`enum abstract` syntax (#6982)
|
7 роки тому |
Issue3678
|
97f2641834
Support `inline call()` and `inline new C()` expressions (#7425)
|
6 роки тому |
Issue3699
|
ef34514304
[wip] Improve parser error handling (#7912)
|
6 роки тому |
Issue3710
|
f158ea9409
[typer] fiddle with some type-hint error positions
|
5 роки тому |
Issue3714
|
da2836597b
Clean up CLI usage/help output, standardize flag naming (#6862)
|
7 роки тому |
Issue3726
|
63cbed4c95
Override position (#7005)
|
7 роки тому |
Issue3756
|
ac9a0235bf
cannot run this test on the CI like that
|
10 роки тому |
Issue3781
|
dc02930e68
Add "..." prefix to complementary error messages (#9651)
|
5 роки тому |
Issue3782
|
6c02693c71
disable hanging test for now (see #4891)
|
9 роки тому |
Issue3783
|
da2836597b
Clean up CLI usage/help output, standardize flag naming (#6862)
|
7 роки тому |
Issue3802
|
8212f4c627
fix position tests (see #6391)
|
8 роки тому |
Issue3830
|
eecfbebb08
[display] rework toplevel handling
|
7 роки тому |
Issue3864
|
128261aafd
Instance builder cleanup (#11376)
|
1 рік тому |
Issue3907
|
eb8c712aaf
[display] fix tests (hopefully, since they hang on my machine for some reason)
|
9 роки тому |
Issue3931
|
d388791029
[display] refactor
|
7 роки тому |
Issue3956
|
da2836597b
Clean up CLI usage/help output, standardize flag naming (#6862)
|
7 роки тому |
Issue3975
|
dc02930e68
Add "..." prefix to complementary error messages (#9651)
|
5 роки тому |
Issue4070
|
81560c1548
disable test because we don't have hxcpp in the misc tests at the moment
|
10 роки тому |
Issue4114
|
da2836597b
Clean up CLI usage/help output, standardize flag naming (#6862)
|
7 роки тому |
Issue4160
|
da2836597b
Clean up CLI usage/help output, standardize flag naming (#6862)
|
7 роки тому |
Issue4247
|
da2836597b
Clean up CLI usage/help output, standardize flag naming (#6862)
|
7 роки тому |
Issue4250
|
dc02930e68
Add "..." prefix to complementary error messages (#9651)
|
5 роки тому |
Issue4265
|
da2836597b
Clean up CLI usage/help output, standardize flag naming (#6862)
|
7 роки тому |
Issue4270
|
0ba6eeb1fa
[display] really fix tests
|
9 роки тому |
Issue4293
|
8212f4c627
fix position tests (see #6391)
|
8 роки тому |
Issue4364
|
dc02930e68
Add "..." prefix to complementary error messages (#9651)
|
5 роки тому |
Issue4370
|
8212f4c627
fix position tests (see #6391)
|
8 роки тому |
Issue4378
|
603f6f6c17
[message reporting] Update sub errors handling (#11595)
|
1 рік тому |
Issue4399
|
da2836597b
Clean up CLI usage/help output, standardize flag naming (#6862)
|
7 роки тому |
Issue4404
|
da2836597b
Clean up CLI usage/help output, standardize flag naming (#6862)
|
7 роки тому |
Issue4448
|
da2836597b
Clean up CLI usage/help output, standardize flag naming (#6862)
|
7 роки тому |
Issue4454
|
da2836597b
Clean up CLI usage/help output, standardize flag naming (#6862)
|
7 роки тому |
Issue4456
|
2a8acc578a
print no-argument function types as `()->...`, not `Void->...` (closes #8148) (#8161)
|
5 роки тому |
Issue4458
|
a4567c0ea1
Improve conditional compilation condition parsing logic (#6970)
|
7 роки тому |
Issue4466
|
da2836597b
Clean up CLI usage/help output, standardize flag naming (#6862)
|
7 роки тому |
Issue4540
|
dc02930e68
Add "..." prefix to complementary error messages (#9651)
|
5 роки тому |
Issue4563
|
da2836597b
Clean up CLI usage/help output, standardize flag naming (#6862)
|
7 роки тому |
Issue4580
|
a7be5454bb
[typer] use better positions when checking inheritance
|
6 роки тому |
Issue4651
|
2a8acc578a
print no-argument function types as `()->...`, not `Void->...` (closes #8148) (#8161)
|
5 роки тому |
Issue4660
|
4260da3c6f
Remove some API from haxe.macro.Compiler (#11540)
|
1 рік тому |
Issue4662
|
6c6493cf5b
[display] for toplevel completion also filter out packages that doesn't start with lowercase letter (closes #4662)
|
9 роки тому |
Issue4671
|
a7be5454bb
[typer] use better positions when checking inheritance
|
6 роки тому |
Issue4679
|
da2836597b
Clean up CLI usage/help output, standardize flag naming (#6862)
|
7 роки тому |
Issue4689
|
da2836597b
Clean up CLI usage/help output, standardize flag naming (#6862)
|
7 роки тому |
Issue4712
|
da2836597b
Clean up CLI usage/help output, standardize flag naming (#6862)
|
7 роки тому |
Issue4720
|
9757785029
Move warning list to prebuild (#10666)
|
3 роки тому |
Issue4742
|
da2836597b
Clean up CLI usage/help output, standardize flag naming (#6862)
|
7 роки тому |
Issue4754
|
da2836597b
Clean up CLI usage/help output, standardize flag naming (#6862)
|
7 роки тому |
Issue4761
|
da2836597b
Clean up CLI usage/help output, standardize flag naming (#6862)
|
7 роки тому |
Issue4764
|
2a8acc578a
print no-argument function types as `()->...`, not `Void->...` (closes #8148) (#8161)
|
5 роки тому |
Issue4766
|
da2836597b
Clean up CLI usage/help output, standardize flag naming (#6862)
|
7 роки тому |
Issue4775
|
95c74c3d15
Use FieldAccess for constructors too (#9756)
|
5 роки тому |
Issue4781
|
50de739adc
Review some typeload code (#11832)
|
8 місяців тому |
Issue4790
|
6a4045316a
add commented out test case (see #4790) (skip ci)
|
9 роки тому |
Issue4803
|
17e6b0c88c
Alternative message reporting modes (#10863)
|
2 роки тому |
Issue4816
|
ee4f2c62d1
Fix range of "has no field" error (#8535)
|
6 роки тому |
Issue4825
|
da2836597b
Clean up CLI usage/help output, standardize flag naming (#6862)
|
7 роки тому |
Issue4891
|
aaaa79bc31
Error on mutually recursive abstracts (#8608)
|
6 роки тому |
Issue4904
|
ee4f2c62d1
Fix range of "has no field" error (#8535)
|
6 роки тому |
Issue4907
|
2d5b149210
Report unknown idents in switch (#10506)
|
3 роки тому |
Issue4954
|
da2836597b
Clean up CLI usage/help output, standardize flag naming (#6862)
|
7 роки тому |
Issue4957
|
da2836597b
Clean up CLI usage/help output, standardize flag naming (#6862)
|
7 роки тому |
Issue4982
|
f0088f6c55
Make exceptions filter thread-safe (#12122)
|
4 місяців тому |
Issue5005
|
da2836597b
Clean up CLI usage/help output, standardize flag naming (#6862)
|
7 роки тому |
Issue5008
|
0334896033
test for #5008 (closes #5008)
|
6 роки тому |
Issue5010
|
da2836597b
Clean up CLI usage/help output, standardize flag naming (#6862)
|
7 роки тому |
Issue5039
|
19a490cc2c
[tests] fix
|
1 рік тому |
Issue5118
|
b940c805aa
[typer] use new function-style syntax when printing
|
7 роки тому |
Issue5122
|
2a8acc578a
print no-argument function types as `()->...`, not `Void->...` (closes #8148) (#8161)
|
5 роки тому |
Issue5123
|
acaec1c8a0
Change Path.unique_file_path to an explicit key type (#9283)
|
5 роки тому |
Issue5125
|
8212f4c627
fix position tests (see #6391)
|
8 роки тому |
Issue5126
|
da2836597b
Clean up CLI usage/help output, standardize flag naming (#6862)
|
7 роки тому |
Issue5128
|
2a8acc578a
print no-argument function types as `()->...`, not `Void->...` (closes #8148) (#8161)
|
5 роки тому |
Issue5134
|
8212f4c627
fix position tests (see #6391)
|
8 роки тому |
Issue5145
|
da2836597b
Clean up CLI usage/help output, standardize flag naming (#6862)
|
7 роки тому |
Issue5152
|
8212f4c627
fix position tests (see #6391)
|
8 роки тому |
Issue5205
|
9af9bd560d
test for #5205 (closes #5205)
|
6 роки тому |
Issue5206
|
dc02930e68
Add "..." prefix to complementary error messages (#9651)
|
5 роки тому |
Issue5214
|
471920b9be
[tests] Add test for #5214 (#11932)
|
6 місяців тому |
Issue5268
|
da2836597b
Clean up CLI usage/help output, standardize flag naming (#6862)
|
7 роки тому |
Issue5321
|
da2836597b
Clean up CLI usage/help output, standardize flag naming (#6862)
|
7 роки тому |
Issue5375
|
b940c805aa
[typer] use new function-style syntax when printing
|
7 роки тому |
Issue5456
|
35536f307f
MacroApi cleanup for Haxe 5 (#11433)
|
8 місяців тому |
Issue5458
|
5fef762a78
[tests] Add test for #5458 (#11933)
|
6 місяців тому |
Issue5525
|
888ad0c813
update test
|
5 роки тому |
Issue5559
|
da2836597b
Clean up CLI usage/help output, standardize flag naming (#6862)
|
7 роки тому |
Issue5644
|
d71c2a7c05
[MessageReporting] Invert logic for color handling (#12295)
|
1 місяць тому |
Issue5833
|
0edc98e4c3
`enum abstract` syntax (#6982)
|
7 роки тому |
Issue5843
|
4a69548bb5
[typer] error on invalid identifier names from macros, closes #5002 (#8708)
|
6 роки тому |
Issue5854
|
61d7dfec5f
Allow using anonymous functions in operator expressions (#12015)
|
4 місяців тому |
Issue5856
|
da2836597b
Clean up CLI usage/help output, standardize flag naming (#6862)
|
7 роки тому |
Issue5871
|
44e85a146b
Don't allow sibling class access to private constructor (#6957)
|
7 роки тому |
Issue5880
|
3e0411deea
[tests] this is fine
|
3 роки тому |
Issue5888
|
ee4f2c62d1
Fix range of "has no field" error (#8535)
|
6 роки тому |
Issue5924
|
ee4f2c62d1
Fix range of "has no field" error (#8535)
|
6 роки тому |
Issue5940
|
b6a8af0c28
Rework `unify_field_call` (#9734)
|
5 роки тому |
Issue5946
|
dc02930e68
Add "..." prefix to complementary error messages (#9651)
|
5 роки тому |
Issue5949
|
d71c2a7c05
[MessageReporting] Invert logic for color handling (#12295)
|
1 місяць тому |
Issue5952
|
8867b9fecf
[matcher] don't use GADT-applied types in extractors
|
6 роки тому |
Issue6005
|
3ee1c8394c
[tests] add expected stderr output to some misc/projects tests
|
6 роки тому |
Issue6006
|
a439413cbf
test for #6006
|
6 роки тому |
Issue6030
|
2a8acc578a
print no-argument function types as `()->...`, not `Void->...` (closes #8148) (#8161)
|
5 роки тому |
Issue6065
|
d71c2a7c05
[MessageReporting] Invert logic for color handling (#12295)
|
1 місяць тому |
Issue6066
|
24daf4cd48
Add test for #6066 (#11936)
|
6 місяців тому |
Issue6201
|
3b1aa2b9a7
disable check for `var v:Void` for now (#6201)
|
6 роки тому |
Issue6226
|
9757785029
Move warning list to prebuild (#10666)
|
3 роки тому |
Issue6321
|
35536f307f
MacroApi cleanup for Haxe 5 (#11433)
|
8 місяців тому |
Issue6340
|
4125e4b1f5
Check for abstract `this` modification in code inlined into non-inline methods (#8454)
|
6 роки тому |
Issue6402
|
da2836597b
Clean up CLI usage/help output, standardize flag naming (#6862)
|
7 роки тому |
Issue6427
|
e9ef88436c
[typer] align enum abstract with enum
|
7 роки тому |
Issue6435
|
d0d3341d94
[display] handle "Example.target.hx" files without corresponding "Example.hx" file
|
5 роки тому |
Issue6443
|
c83d2f9a78
[eval] catch a Break (closes #6443)
|
8 роки тому |
Issue6445
|
da2836597b
Clean up CLI usage/help output, standardize flag naming (#6862)
|
7 роки тому |
Issue6525
|
2e47e37a8a
dodge + fix
|
5 роки тому |
Issue6542
|
da2836597b
Clean up CLI usage/help output, standardize flag naming (#6862)
|
7 роки тому |
Issue6550
|
da2836597b
Clean up CLI usage/help output, standardize flag naming (#6862)
|
7 роки тому |
Issue6583
|
da2836597b
Clean up CLI usage/help output, standardize flag naming (#6862)
|
7 роки тому |
Issue6584
|
d71c2a7c05
[MessageReporting] Invert logic for color handling (#12295)
|
1 місяць тому |
Issue6622
|
19d309efdd
[matcher] fix how we deal with type parameter unapplication
|
6 роки тому |
Issue6699
|
a5b00e5284
update misc tests (#9010)
|
5 роки тому |
Issue6707
|
bb1e8cfb08
[parser] allow `var ?x` and `final ?x` parsing in structures
|
7 роки тому |
Issue6714
|
dc02930e68
Add "..." prefix to complementary error messages (#9651)
|
5 роки тому |
Issue6757
|
dc02930e68
Add "..." prefix to complementary error messages (#9651)
|
5 роки тому |
Issue6765
|
b0011d1d40
Rework error handling (#11136)
|
2 роки тому |
Issue6772
|
f163a5eeb8
[typer] delay final field initialization check
|
7 роки тому |
Issue6780
|
43b8d99453
allow single quotes around paths in hxml files (closes #6780)
|
6 роки тому |
Issue6790
|
d71c2a7c05
[MessageReporting] Invert logic for color handling (#12295)
|
1 місяць тому |
Issue6794
|
d0016c9d82
Rework module resolution (#11168)
|
1 рік тому |
Issue6796
|
d71c2a7c05
[MessageReporting] Invert logic for color handling (#12295)
|
1 місяць тому |
Issue6810
|
d71c2a7c05
[MessageReporting] Invert logic for color handling (#12295)
|
1 місяць тому |
Issue6826
|
dc02930e68
Add "..." prefix to complementary error messages (#9651)
|
5 роки тому |
Issue6841
|
2f9767d1ad
Fix dce full with array join (#6868)
|
7 роки тому |
Issue6846
|
f035796379
Follow `Null<>` before typedefs in `type_eq` (#8402)
|
6 роки тому |
Issue6878
|
dc02930e68
Add "..." prefix to complementary error messages (#9651)
|
5 роки тому |
Issue6903
|
34ecf0eb70
[typer] clean up field-level errors (#10896)
|
2 роки тому |
Issue6922
|
d9bb1b0504
[eval] fix haxe.Log.trace when infos = null (#6922)
|
7 роки тому |
Issue6938
|
71363dd28b
Detect field typos in switch (#10438)
|
3 роки тому |
Issue6950
|
eda15465ab
[typer] fix error position on structure fields
|
7 роки тому |
Issue6965
|
a9dd077299
[matcher] properly error if Mark tries to capture tuples
|
7 роки тому |
Issue6992
|
c2922df882
[inliner] stop at some point
|
7 роки тому |
Issue7017
|
8f1aaad968
[display] reload display module when retrying in macro mode
|
7 роки тому |
Issue7039
|
dc02930e68
Add "..." prefix to complementary error messages (#9651)
|
5 роки тому |
Issue7076
|
3d584593b1
[typer] the _Impl_ are everywhere...
|
7 роки тому |
Issue7096
|
9757785029
Move warning list to prebuild (#10666)
|
3 роки тому |
Issue7108
|
dd9f1f6948
[parser] error on invalid sharp tokens even when discarding
|
6 роки тому |
Issue7210
|
50d472fe2b
[parser] allow parsing `macro.field`
|
7 роки тому |
Issue7227
|
128261aafd
Instance builder cleanup (#11376)
|
1 рік тому |
Issue7333
|
882c762a9e
[matcher] fixed position of matched enum arguments (#8304)
|
6 роки тому |
Issue7363
|
54c705e0b4
don't accept next/hasNext forwarded from `@:forward abstract A(Dynamic)` for iteration (#4705, #7363)
|
6 роки тому |
Issue7447
|
85e7c67d44
add SafeCom
|
4 місяців тому |
Issue7453
|
7deb8fdb51
add test for "external" macro methods (see #7453)
|
6 роки тому |
Issue7526
|
dc02930e68
Add "..." prefix to complementary error messages (#9651)
|
5 роки тому |
Issue7559
|
d9a5517567
Fix structInit inheritance (#9263)
|
5 роки тому |
Issue7614
|
89d3d06795
[compiler] fix idiocy
|
3 роки тому |
Issue7638
|
bdceb2b8bd
implement safer safe-navigation operator (closes #10622) (#10740)
|
3 роки тому |
Issue7655
|
f2638f68f9
absorb field monomorphs when cloning ctx.e
|
7 місяців тому |
Issue7669
|
9757785029
Move warning list to prebuild (#10666)
|
3 роки тому |
Issue7747
|
bb8bdb0dde
[eval] make int-pattern recognition more robust
|
6 роки тому |
Issue7752
|
f8317d2c0a
[typer] allow rich argument names for externs
|
5 роки тому |
Issue7796
|
cc693c548f
update extlib version (closes #7796) (#8028)
|
6 роки тому |
Issue7809
|
4450dfbb6e
Allow `return;` from abstract constructor, and error on `return value;` (#9278)
|
5 роки тому |
Issue7824
|
9c8e8d1793
[typer] detect forced-inline on overridden field
|
6 роки тому |
Issue7871
|
8fd670dae7
[typer] Prepare for typer creation delaying (#11324)
|
1 рік тому |
Issue7905
|
2a8acc578a
print no-argument function types as `()->...`, not `Void->...` (closes #8148) (#8161)
|
5 роки тому |
Issue7920
|
99639ddb3f
identifiers of local named functions are immutable (closes #7920)
|
6 роки тому |
Issue7921
|
4a69548bb5
[typer] error on invalid identifier names from macros, closes #5002 (#8708)
|
6 роки тому |
Issue7935
|
fba83afce4
Trailing commas (#11009)
|
2 роки тому |
Issue7936
|
3c4190a300
[js] Shared state for multiple haxe-generated js modules (#8084)
|
6 роки тому |
Issue7968
|
d71c2a7c05
[MessageReporting] Invert logic for color handling (#12295)
|
1 місяць тому |
Issue7997
|
ffe8df0195
don't mk_mono when creating mono field access
|
7 місяців тому |
Issue8019
|
1423a5f2dd
Add -D fail-fast (#11609)
|
1 рік тому |
Issue8088
|
44ff8dde3d
allow binops on <T:String> (fixes #8088)
|
6 роки тому |
Issue8119
|
c7d46f8431
Limit octal string escapes to ASCII range as well (#8469)
|
6 роки тому |
Issue8159
|
c60166a827
a test for File.macro.hx without File.hx
|
6 роки тому |
Issue8173
|
34ecf0eb70
[typer] clean up field-level errors (#10896)
|
2 роки тому |
Issue8176
|
dfcfd34e1a
[dce] don't process expressions of extern classes (closes #8176) (#9532)
|
5 роки тому |
Issue8191
|
032d959574
Better error messages for \x and \u (#8192)
|
6 роки тому |
Issue8202
|
acee01553f
Optimize Common.find_file for memory (#8202)
|
6 роки тому |
Issue8205
|
9769f0bc1c
Disallow UTF-16 surrogates in strings (#8208)
|
6 роки тому |
Issue8219
|
a659d1c5e0
[php] don't allow methods with the same names in different case (closes #8219)
|
6 роки тому |
Issue8231
|
98d86711ba
[js] Setup keywords for custom js generator (fixes #8231)
|
6 роки тому |
Issue8241
|
8fec5fc583
[flash] native property support rework (#8241)
|
6 роки тому |
Issue8258
|
3250c9d4af
fix test #8258 because of #9061
|
5 роки тому |
Issue8277
|
717c28273c
[matcher] embrace infinity
|
6 роки тому |
Issue8283
|
603f6f6c17
[message reporting] Update sub errors handling (#11595)
|
1 рік тому |
Issue8303
|
d71c2a7c05
[MessageReporting] Invert logic for color handling (#12295)
|
1 місяць тому |
Issue8336
|
a7904f0226
just test we cn catch Socket.connect() error #8336
|
6 роки тому |
Issue8354
|
337a2f0b05
Use from/to position in incompatible from/to errors (#8428)
|
6 роки тому |
Issue8364
|
877addced2
[lexer] allow capitalized `#if` dot-idents, closes #8364
|
6 роки тому |
Issue8393
|
f1f8805a48
don't error on shadowing @:generic function
|
6 роки тому |
Issue8404
|
4047071504
Revert "[lexer] leave open-mode on `>` so we don't parse `<div>/>`" (#8404)
|
6 роки тому |
Issue8466
|
aa17f2a963
[eval] fix Sys.programPath() if -main is not specified
|
6 роки тому |
Issue8471
|
d71c2a7c05
[MessageReporting] Invert logic for color handling (#12295)
|
1 місяць тому |
Issue8472
|
a5837fc584
[tests] Add test for #8472 (#11951)
|
6 місяців тому |
Issue8488
|
dc02930e68
Add "..." prefix to complementary error messages (#9651)
|
5 роки тому |
Issue8517
|
89d3d06795
[compiler] fix idiocy
|
3 роки тому |
Issue8527
|
2bf384cbc7
fix position of "Expected TOKEN" error on Eof
|
6 роки тому |
Issue8530
|
2f802e519b
Fix false-positive of "modify this in non-inline"
|
6 роки тому |
Issue8533
|
68333d85d4
handle utf8 for position creation in non-hx files
|
6 роки тому |
Issue8534
|
ee4f2c62d1
Fix range of "has no field" error (#8535)
|
6 роки тому |
Issue8550
|
bdddb588cb
minor [skip ci]
|
6 роки тому |
Issue8551
|
34ecf0eb70
[typer] clean up field-level errors (#10896)
|
2 роки тому |
Issue8565
|
6591e1f157
[parser] fix semicolon-else vs. not-xml
|
6 роки тому |
Issue8574
|
5ee0c7173a
Allow modification of loop var in IntIterator loop (#8581)
|
4 місяців тому |
Issue8579
|
c65439d03c
don't ignore unification errors on switch for abstracts
|
6 роки тому |
Issue8608
|
aaaa79bc31
Error on mutually recursive abstracts (#8608)
|
6 роки тому |
Issue8618
|
acb1287e95
[typer] bring back visibility checks on variable fields
|
5 роки тому |
Issue8634
|
1e5b2a242a
[typer] don't eagerly display in check_error
|
1 рік тому |
Issue8650
|
a127de6427
emit an error on "invalid-version-str" vs version("1.0.0") comparison (fixes #8650)
|
6 роки тому |
Issue8654
|
7b3ad47c6e
Eliminate unused vars on inlining (#8771)
|
6 роки тому |
Issue8677
|
2398ac5c57
proper error on string vs float comparison in conditionals (fixes #8677)
|
6 роки тому |
Issue8689
|
0ccc71abec
[tests] add test for #8689 (#11971)
|
6 місяців тому |
Issue8697
|
7a10e4a5a4
[tests] fix tests for #8697
|
6 роки тому |
Issue8704
|
dc02930e68
Add "..." prefix to complementary error messages (#9651)
|
5 роки тому |
Issue8705
|
373f3bc4f1
Fallback to FKAnonymous when getting null EFunction kind (#8705)
|
6 роки тому |
Issue8750
|
2b6424c1a2
Add full module path to module name errors (#8758)
|
5 роки тому |
Issue8752
|
ce3223d532
Fix detection of module names on `Context.defineType()` (#8753)
|
6 роки тому |
Issue8765
|
0495c608df
fix assertion enum abstract values with casts (#8765)
|
6 роки тому |
Issue8787
|
dc02930e68
Add "..." prefix to complementary error messages (#9651)
|
5 роки тому |
Issue8790
|
de61358efb
only check non-@:impl or commutative @:ops for right hand expr (fixes #8790)
|
5 роки тому |
Issue8819
|
dc02930e68
Add "..." prefix to complementary error messages (#9651)
|
5 роки тому |
Issue8828
|
603f6f6c17
[message reporting] Update sub errors handling (#11595)
|
1 рік тому |
Issue8840
|
b138fca078
emit an error on static @:to without arguments (fixes #8840)
|
5 роки тому |
Issue8892
|
68f6e0face
[js] emit an error on missing args for js.Syntax.code()
|
5 роки тому |
Issue8946
|
a5c455a8af
[parser] Eval empty flag value as true (#8947)
|
5 роки тому |
Issue8972
|
ea23212561
[analyzer] check "Void as value" earlier upon var decl
|
5 роки тому |
Issue9010
|
1c13016fe3
Private getters/setters (#12204)
|
2 місяців тому |
Issue9014
|
34ecf0eb70
[typer] clean up field-level errors (#10896)
|
2 роки тому |
Issue9015
|
e8717877aa
point "not final return" error to a call position for call-site inlining
|
5 роки тому |
Issue9017
|
89d3d06795
[compiler] fix idiocy
|
3 роки тому |
Issue9061
|
ae8337d953
point to the field name only on "Duplicate class field declaration" (closes #9061)
|
5 роки тому |
Issue9064
|
bbe6b18069
[analyzer] don't drop @:pure metas after purity inference (fixes #9064)
|
5 роки тому |
Issue9067
|
b2cf45fba3
infer CfModifiesThis field flag (fixes #9067)
|
5 роки тому |
Issue9069
|
d71c2a7c05
[MessageReporting] Invert logic for color handling (#12295)
|
1 місяць тому |
Issue9163
|
a9fbf53ca3
Disallow case string interpolation (#10496)
|
3 роки тому |
Issue9171
|
b24ae6839d
[typer] recover Error in assignments too
|
2 роки тому |
Issue9192
|
9757785029
Move warning list to prebuild (#10666)
|
3 роки тому |
Issue9197
|
d0016c9d82
Rework module resolution (#11168)
|
1 рік тому |
Issue9204
|
9757785029
Move warning list to prebuild (#10666)
|
3 роки тому |
Issue9226
|
cdae99b3a7
fix arguments positions for `.bind(a1, a2...)` expressions (closes #9226)
|
5 роки тому |
Issue9243
|
134f69b506
better error message for inaccessible private types (closes #9243)
|
5 роки тому |
Issue9245
|
bad1ec4392
fixed "can't iterate on Dynamic" detection for key=>value loops (closes #9245)
|
5 роки тому |
Issue9286
|
4e3fe7a875
changed Exception.toString() to return message only (closes #9341)
|
5 роки тому |
Issue9294
|
29152de597
Added Ast.mk_type_path to check every type_path creation (#9297)
|
5 роки тому |
Issue9295
|
9875100413
apply @:this to temp vars created for abstract instance methods
|
5 роки тому |
Issue9296
|
de834cfc89
Less local variable renaming in compiled code (#9304)
|
5 роки тому |
Issue9308
|
b339810915
[js][es6] fix renaming vars in nested blocks in switch-cases
|
5 роки тому |
Issue9312
|
0c5f770eb8
fix renaming variables for recursive (closes #9312)
|
5 роки тому |
Issue9336
|
0401413a6f
change test #9336
|
5 роки тому |
Issue9342
|
717c4061d0
[macro] calc position for placed_type_path of a macro-created ENew (closes #9342)
|
5 роки тому |
Issue9347
|
f3e3f2257b
add abstract type to the error message about missing @:arrayAccess methods
|
5 роки тому |
Issue9368
|
aa30295cfc
check for duplicated __init__ methods (closes #9368)
|
5 роки тому |
Issue9378
|
b9f2a6c6b6
[typer] redesign AKNo some more
|
2 роки тому |
Issue9381
|
0c3a5a2440
[tests] add test
|
3 роки тому |
Issue9389
|
1a66e9bb31
[eval] Don't choke on env_parent = None (#11679)
|
1 рік тому |
Issue9390
|
8bd1bacc60
[eval] fix position parsing of haxe.macro.Error in non-macro context (closes #9390)
|
5 роки тому |
Issue9391
|
89d3d06795
[compiler] fix idiocy
|
3 роки тому |
Issue9417
|
6bd67f8c9a
[typer] don't allow transitive casts on static extensions
|
5 роки тому |
Issue9425
|
9757785029
Move warning list to prebuild (#10666)
|
3 роки тому |
Issue9430
|
d71c2a7c05
[MessageReporting] Invert logic for color handling (#12295)
|
1 місяць тому |
Issue9455
|
27c263ebaf
fixed typedefs recursion in an optional argument of an @:overload signature (closes #9455)
|
5 роки тому |
Issue9483
|
f36cd5242a
[macro] reset typer.curclass before each init macro
|
5 роки тому |
Issue9501
|
6f4c2f33b3
fixed super cosntructor call when extending externs
|
5 роки тому |
Issue9514
|
37fa804d92
fix order of module-level fields (closes #9514)
|
5 роки тому |
Issue9556
|
dc02930e68
Add "..." prefix to complementary error messages (#9651)
|
5 роки тому |
Issue9571
|
53b3269871
[tests] add test for #9571 (#11974)
|
6 місяців тому |
Issue9584
|
64e7450622
[typer] don't show everyone our massive decls
|
3 роки тому |
Issue9612
|
b62cfde72c
better error for static access on an instance field (closes #9612)
|
5 роки тому |
Issue9619
|
603f6f6c17
[message reporting] Update sub errors handling (#11595)
|
1 рік тому |
Issue9631
|
38695a50e6
[typer] allow overload for module statics
|
5 роки тому |
Issue9640
|
aecf036a4f
Basic implementation of upper bound constraints (#10233)
|
4 роки тому |
Issue9659
|
2562cc3b70
forbid return outside functions (closes #9659) (#9665)
|
5 роки тому |
Issue9676
|
d1f8058901
Diagnostics update (#11207)
|
2 роки тому |
Issue9692
|
cd398a2839
[tests] add a test for #9692
|
5 роки тому |
Issue9712
|
b209c45739
better detection of multitype specialization
|
4 роки тому |
Issue9769
|
489876918a
build a class before unification with an anon (#9794)
|
5 роки тому |
Issue9785
|
34ecf0eb70
[typer] clean up field-level errors (#10896)
|
2 роки тому |
Issue9796
|
acb1287e95
[typer] bring back visibility checks on variable fields
|
5 роки тому |
Issue9811
|
64bbaabab6
[tests] add
|
5 роки тому |
Issue9838
|
fa890a8f81
[macro] changed Context.getResource() to actually return `Bytes` instances (fixes #9838)
|
5 роки тому |
Issue9919
|
c4e6f40d39
[filters] treat `v = function() { v; }` as special case for var init
|
2 роки тому |
Issue9968
|
db0fa9524e
[js] fixed `haxe.CallStack.exceptionStack` (#9968)
|
4 роки тому |
Issue9971
|
49b7717e96
[typer] treat empty blocks as object declarations in array comprehension (fixes #9971)
|
4 роки тому |
Pull11784
|
24f235d298
[generics] Ensure type substitution happens for closures too. (#12173)
|
3 місяців тому |
_semver
|
a127de6427
emit an error on "invalid-version-str" vs version("1.0.0") comparison (fixes #8650)
|
6 роки тому |
default_type_params
|
4d07ebbd11
Default type parameters (#10518)
|
3 роки тому |
display-package
|
da2836597b
Clean up CLI usage/help output, standardize flag naming (#6862)
|
7 роки тому |
display-type
|
da2836597b
Clean up CLI usage/help output, standardize flag naming (#6862)
|
7 роки тому |
es6
|
c951675fae
Test for ES6 class generation (#7835)
|
6 роки тому |
eventLoop
|
5e70abef96
[tests] add test for #11202
|
2 роки тому |
extern-overloads
|
cff64495aa
Support overloading true extern constructors. (#11979)
|
6 місяців тому |
inline-constructors
|
1c018c009a
update tests
|
5 роки тому |
issue5002
|
1423a5f2dd
Add -D fail-fast (#11609)
|
1 рік тому |
local-static
|
16edbca2c8
Support `static` for locals (#10555)
|
3 роки тому |
recursive-callbacks
|
8fd670dae7
[typer] Prepare for typer creation delaying (#11324)
|
1 рік тому |
reserved-type-paths
|
3e8fa5ca07
add test for reserved type path check
|
4 місяців тому |
sys-exit
|
de4896f61f
Rework Sys.exit for eval (#10642)
|
3 роки тому |
trailing-commas
|
fba83afce4
Trailing commas (#11009)
|
2 роки тому |