You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…..> instead of just Array<union{...}> (#2613)
* add test
* first shot
* adjust tests
* add helper method
* support type inference on indexed access
* adjust test
* tweaks for ArrayN inference
* adjust tests
* next try, added tests
* next try
* adjust tests
* adjust tests
* reducer respects structural subtype check wrt. optional properties
* improved error message in case of failed poly processor
* remove obsolete casts
* adjust tests
* adjust tests
* improve nested object literals, improve non-backtracker wrt. struct. obj
* adjust tests
* fix concurrent exception
* fix hover exception
* add some tests, some src improvements
* more tests, adjust tests
* fix several issues: Deadlock during startup, Text Highlight and
Documentation, Issue creation
* adjust built-ins Array#concat to support unification of types
* add tests
* adjust tests
* more tests / corner cases
* add test, adjust tests
* support parentheses around return expressions
* adjusted tests
* several unrelated changes
* many improvements, performance, reduce unions with match, ...
* add another test for bug regarding union of methods with type vars
* enhance deadlock bugfix
* fix handling type vars of composed methods
* adjust some test expectations
* fix double reporting, adjust tests, add test case
* fix/mitigate hover bug
* postpone to GH-2615
* incorporate review changes
* bump minor version due to backwards incompatibility
The following example shows a type cast to
ArrayN
which should be obsolete:The text was updated successfully, but these errors were encountered: