Justin Donaldson
|
6e830a78d5
[lua] drop lua_vanilla in favor of disable_unicode_strings
|
5 years ago |
Dan Korostelev
|
aff538fa53
[lua] test -D lua-vanilla
|
6 years ago |
Justin Donaldson
|
c6afb461bf
[lua] add to CHANGES.txt
|
5 years ago |
Justin Donaldson
|
ee0203d286
[lua] fix plain class printing
|
5 years ago |
Justin Donaldson
|
ca30fda989
[lua] refactor the rest of the tostring functionality
|
5 years ago |
Justin Donaldson
|
444ad1aa0b
[lua] drop some refactored methods from lua.Boot
|
5 years ago |
Justin Donaldson
|
0bab113dc0
[lua] refactor runtime tostring to separate lua file
|
5 years ago |
Justin Donaldson
|
a0ed7f3373
[lua] _hx_anon_* to _hx_obj_*
|
5 years ago |
Justin Donaldson
|
e39d50457c
[lua] use _hx_e for initializing prototype
|
5 years ago |
George Corney
|
8d5c30d13a
[js] Use higher precision time-stamp when available (#9166)
|
5 years ago |
Aleksandr Kuzmenko
|
a74b1bc633
don't clear package rules before "@usage" display requests
|
5 years ago |
Dan Korostelev
|
4fa4c1b642
added my latest fixes to CHANGES.txt
|
5 years ago |
Dan Korostelev
|
36d6563bc1
[tests] add some tests for dotpath resolution (#9173)
|
5 years ago |
Dan Korostelev
|
c4c2d37f80
Array.contains (closes #3323) (#9179)
|
5 years ago |
Aleksandr Kuzmenko
|
dadaf63f88
forward stdin on `--connect` if `-D display-stdin` is provied
|
5 years ago |
Dan Korostelev
|
75523c67a5
TIL OCaml doesn't complain about both partial application and unused variable if the binding name starts with underscore
|
5 years ago |
Dan Korostelev
|
c510ae6c73
[js] change the way we check for inherited __interfaces__ (closes #9172) (#9178)
|
5 years ago |
Andy Li
|
6c45ef6090
[CI] run choco installs in individual steps to have better error detection
|
5 years ago |
Constantine Teplyakov
|
bc6eca1fdd
[hl] update sqlite working with BLOB (#9048)
|
5 years ago |
Simon Krajewski
|
310eae9e60
[display] follow expected type when finding enum ctors
|
5 years ago |
Simon Krajewski
|
2000d18ff9
[display] add test
|
5 years ago |
Simon Krajewski
|
92a707446b
[display] resolve all macro class fields to their macro version
|
5 years ago |
Simon Krajewski
|
f805cd53dc
[display] recursively follow expectedTypeFollowed
|
5 years ago |
Simon Krajewski
|
65791a73aa
[typer] don't unify array index with int if access isn't allowed
|
5 years ago |
Dan Korostelev
|
5826d63c01
support `std.` module prefix for dot path resolution as well
|
5 years ago |
Simon Krajewski
|
e01f33902a
[matcher] don't leak `display_error` messages when trying to type idents
|
5 years ago |
Dan Korostelev
|
f0ec7b316d
extract logic from load_type_def into separate functions
|
5 years ago |
Dan Korostelev
|
2687cdf32c
extract find_type_in_current_module_context from load_type_def
|
5 years ago |
Simon Krajewski
|
564990938b
[parser] fix completion position right in front of comments
|
5 years ago |
Dan Korostelev
|
6baacec463
use Typeload.find_type_in_module instead of duplicating its logic
|
5 years ago |