enso/engine/polyglot-api/src
Dmitry Bushev 2b9ed57a95
Deliver full intersection type of a value to the IDE (#11583)
close #11481

Changelog:
- update: handle `MultiTypeValue` results in the execution instrument
- update: language server protocol supports multi-type values
- update: GUI uses only the first type of a multi-type value when

# Important Notes
GUI uses only the first type of the intersection. See the difference between `Integer&Text` and `Text&Integer`:

https://github.com/user-attachments/assets/29efc89b-c223-4043-8dff-9cdae1987f0c
2024-11-22 16:41:31 +00:00
..
main Deliver full intersection type of a value to the IDE (#11583) 2024-11-22 16:41:31 +00:00
test/scala/org/enso/polyglot engine-runner and language-server are separate JPMS modules (#10823) 2024-09-25 21:33:13 +02:00