Alexander Kuzmenko 590bc2ea7b [php] do not ignore dynamic methods while generating a constructor in release mode (fixes #4723) 8 年之前
..
Issue1138 c78e7cdb9a use proper position for duplicate type parameter name error, also fix tests 9 年之前
Issue1310 12961d08a5 rewrite pattern matcher 9 年之前
Issue1968 bff2f97183 [display] some refactorings + get_real_path changes (#5632) 9 年之前
Issue2087 705a83bb79 raise proper `Unknown_ident` instead of causing display errors (closes #2087) 9 年之前
Issue2148 47ef5635f2 recover from most Error variants when skipping arguments (closes #5321) 9 年之前
Issue2232 365c4b48ad skip skip errors (closes #2232) 9 年之前
Issue2263 eb8c712aaf [display] fix tests (hopefully, since they hang on my machine for some reason) 9 年之前
Issue2278 ab2667c029 comment out Context.eval (closes #4443) 9 年之前
Issue2472 7f93d8de1d add tests/misc to test compilation with specific compiler configuration 11 年之前
Issue2508 728140c426 improve position handling for switches (closes #5656) 9 年之前
Issue2538 c1fcca7d4f add test (closes #2538) 9 年之前
Issue2938 78de0560be add test (closes #3542) 10 年之前
Issue2969 c96fa3058a run check_interface on interfaces which extend other interfaces too (closes #2969) 11 年之前
Issue2991 bff2f97183 [display] some refactorings + get_real_path changes (#5632) 9 年之前
Issue2993 bff2f97183 [display] some refactorings + get_real_path changes (#5632) 9 年之前
Issue2995 bff2f97183 [display] some refactorings + get_real_path changes (#5632) 9 年之前
Issue2996 bff2f97183 [display] some refactorings + get_real_path changes (#5632) 9 年之前
Issue2997 bff2f97183 [display] some refactorings + get_real_path changes (#5632) 9 年之前
Issue3102 561800b71b remove binary file 11 年之前
Issue3129 16f52f7312 remove and ignore some neko bin 10 年之前
Issue3192 191a6d96a6 bring back Const flag (closes #5206) 9 年之前
Issue3238 2345a24a12 fix positions of optional argument null-expressions (closes #5652) 9 年之前
Issue3256 00233d9930 Add abstract method completion test (closes #3256) 11 年之前
Issue3261 40999a2837 test that first argument of extension method is stripped for completion (closes #3261) 11 年之前
Issue3288 7dc583486d fix completion tests 11 年之前
Issue3298 d22e55c2d7 fix test? 9 年之前
Issue3300 2fd6200f3e fix double cwd when doing --cwd, add test (closes #3300) 11 年之前
Issue3310 59a788e6a4 fix test? (2) 9 年之前
Issue3361 b9ccf198d6 output positions of base/interface fields in case of invalid redefinition (see #4793) 9 年之前
Issue3417 b9ccf198d6 output positions of base/interface fields in case of invalid redefinition (see #4793) 9 年之前
Issue3457 0d0a806c17 fix test for #3457 11 年之前
Issue3500 bb42b4e076 add tests for addMetadata on abstracts (see #3500) 10 年之前
Issue3542 78de0560be add test (closes #3542) 10 年之前
Issue3621 12961d08a5 rewrite pattern matcher 9 年之前
Issue3678 cbe7553532 disallow rvalue inline functions (closes #3678) 10 年之前
Issue3699 8bcb2f9ddb rewrite var initialization parsing (closes #3911) 10 年之前
Issue3710 b56d29a778 minor 9 年之前
Issue3714 f9ab409deb add @:noPrivateAccess to re-enable access control within @:privateAccess (closes #3714) 10 年之前
Issue3726 d102f14dc2 improve error message on invalid static/non-static property accessor (closes #3726) 10 年之前
Issue3756 ac9a0235bf cannot run this test on the CI like that 10 年之前
Issue3781 671639df98 make test that is supposed to fail fail 9 年之前
Issue3782 6c02693c71 disable hanging test for now (see #4891) 9 年之前
Issue3783 52d1ec7c1e make sure member variables do not access the vthis variable (closes #3783) 10 年之前
Issue3802 e06f66ad5c print missing argument names and types (closes #3802) 10 年之前
Issue3830 d367e7b8db disallow `@:callable` on `@:coreType` abstracts and fix call completion (see #3830) 10 年之前
Issue3907 eb8c712aaf [display] fix tests (hopefully, since they hang on my machine for some reason) 9 年之前
Issue3911 8bcb2f9ddb rewrite var initialization parsing (closes #3911) 10 年之前
Issue3931 eb8c712aaf [display] fix tests (hopefully, since they hang on my machine for some reason) 9 年之前
Issue3956 d57112a64a Merry Christmas! New analyzer 9 年之前
Issue3975 02ffaa21a4 do not allow assigning Method to Var unless read is AccNormal (closes #3975) 10 年之前
Issue4070 81560c1548 disable test because we don't have hxcpp in the misc tests at the moment 10 年之前
Issue4114 3cfcc3b207 rework return control flow detection (closes #4114) 10 年之前
Issue4116 bd55c70050 [cs] move generation of GenericInterface attribute to gencs where proper escaping is available (closes #4116) 10 年之前
Issue4160 df529996c4 add test (closes #4160) 9 年之前
Issue4218 11bb42c50b Added test for #4218. 10 年之前
Issue4247 728140c426 improve position handling for switches (closes #5656) 9 年之前
Issue4250 a460ca8bb4 add test (closes #4250) 9 年之前
Issue4265 d57112a64a Merry Christmas! New analyzer 9 年之前
Issue4270 0ba6eeb1fa [display] really fix tests 9 年之前
Issue4293 c78e7cdb9a use proper position for duplicate type parameter name error, also fix tests 9 年之前
Issue4364 8f59363ada adjust test 9 年之前
Issue4370 b4a0a34525 add test (really close #4370) 10 年之前
Issue4378 b9ccf198d6 output positions of base/interface fields in case of invalid redefinition (see #4793) 9 年之前
Issue4399 d57112a64a Merry Christmas! New analyzer 9 年之前
Issue4404 f0d34836f5 add test (closes #4404) 9 年之前
Issue4448 bae5cdf5a7 give proper error when accessing non-static abstract field from static one (cloes #4448) 9 年之前
Issue4454 fe1ce12fbb make sure multiple `@:build` macros are run (closes #4454) 9 年之前
Issue4456 5b11e4ba1b adjust misc test 9 年之前
Issue4466 35706bdadb get local vars initialization checks working again (see #4466) 9 年之前
Issue4540 2ff0b8534b Make js.Promise.then's fulfillCallback non-optional. Fix 4540. Fix 4808. 9 年之前
Issue4563 d57112a64a Merry Christmas! New analyzer 9 年之前
Issue4580 ae986dde00 fix issue number (closes #4580) 9 年之前
Issue4651 0ba6eeb1fa [display] really fix tests 9 年之前
Issue4660 cc477b98db fix Compiler.includeFile not working when using from within a macro (closes #4660) 9 年之前
Issue4662 6c6493cf5b [display] for toplevel completion also filter out packages that doesn't start with lowercase letter (closes #4662) 9 年之前
Issue4671 cbd4bd2629 reorganize class relation checks (closes #4671) 9 年之前
Issue4679 ed113f4556 still allow matching on read-only extern static fields (closes #4679) 9 年之前
Issue4689 12961d08a5 rewrite pattern matcher 9 年之前
Issue4712 623a24f309 make sure all arguments to `trace` are stringified (closes #4712) 9 年之前
Issue4720 de499fcf80 - fix `@:deprecated` description 9 年之前
Issue4723 590bc2ea7b [php] do not ignore dynamic methods while generating a constructor in release mode (fixes #4723) 8 年之前
Issue4742 f5b9bfd78a add test (closes #4742) 9 年之前
Issue4754 c94b34784d give proper errors for Void expressions in value places (closes #4754) 9 年之前
Issue4761 ebe2ab6d50 detect more recursive abstracts 9 年之前
Issue4764 32c6bf3e79 give better error when constructing nonsense (closes #4764) 9 年之前
Issue4766 a9472923cf remove inline constructor heuristic (closes #4327) (closes #4766) 9 年之前
Issue4775 c0c9449281 fix test 9 年之前
Issue4790 6a4045316a add commented out test case (see #4790) (skip ci) 9 年之前
Issue4803 234f4b1f2e remove duplicate errors when overload resolution fails (closes #4803) 9 年之前
Issue4816 0bb00eabea rework top-down inference for enum identifier (closes #4816) 9 年之前
Issue4825 f8d6198d2f allow `@:eager` on typedefs to follow them early (closes #4825) 9 年之前
Issue4904 3042b27b7b minor 9 年之前
Issue4907 12961d08a5 rewrite pattern matcher 9 年之前
Issue4954 a2581d267f Improve the wording on the invalid field for pattern error 9 年之前
Issue4957 08a989271c unused pattern message fix by @Simn (closes #4957) 9 年之前
Issue4982 64108830c3 disallow Void as throw value (closes #4982) 9 年之前
Issue5005 6c2f4709c4 don't try to look for toString on Dynamic<T> (closes #5005) 9 年之前
Issue5010 c961f15e02 do not recurse into TFunction when checking return flow (closes #5010) 9 年之前
Issue5118 f9f49b7015 fix `@type` display tests 9 年之前
Issue5122 f9f49b7015 fix `@type` display tests 9 年之前
Issue5123 bff2f97183 [display] some refactorings + get_real_path changes (#5632) 9 年之前
Issue5125 f9f49b7015 fix `@type` display tests 9 年之前
Issue5126 fde68ed4e2 give better error for invalid escapes (closes #5126) 9 年之前
Issue5128 f9f49b7015 fix `@type` display tests 9 年之前
Issue5134 99b9207f47 fix positions of classes in resume case (closes #5171) 9 年之前
Issue5145 0be79b9f85 fix #5145, use interface list in TDClass to allow multiple extends (#5213) 9 年之前
Issue5152 0976471dda fix test \o/ 9 年之前
Issue5206 191a6d96a6 bring back Const flag (closes #5206) 9 年之前
Issue5268 d77b598491 use proper unification for switch because it can fail (closes #5268) 9 年之前
Issue5321 47ef5635f2 recover from most Error variants when skipping arguments (closes #5321) 9 年之前
Issue5375 bfff24a115 do not recover from unification errors in patterns (closes #5375) 9 年之前
Issue5559 25f2ff2a49 clone parser cache when cloning common context (closes #5559) 9 年之前
Issue5644 c2722081ad don't catch `Module_not_found` so much (closes #5644) 9 年之前
Issue5833 e90c38cc1f fix typo suggestions for abstract enum constructors (closes #5833) 8 年之前
Issue5856 75c0f05a78 fix issue with implicit toString failing due to private visibility (closes #5856) 8 年之前
Issue5888 836c0e5b4f fix test 8 年之前
display-package f4c6aeb5d5 add `@package` display mode (#5488) 9 年之前
display-type f9f49b7015 fix `@type` display tests 9 年之前