Dmitry Bushev
4770e72734
Resolve Expression Ids for Errors ( #1405 )
...
PR adds the new executionContext/expressionUpdates
API that replaces executionContext/expressionValueUpdates
notification, and in the future will be extended to support
the dataflow errors.
2021-01-21 17:10:21 +03:00
Dmitry Bushev
e03e5315ff
Fix Dataflow Analysis of Undefined Variables ( #1421 )
...
* fix: dataflow analysis
* test: unefined variable
2021-01-20 18:08:54 +03:00
Sylwia Brodacka
c741f1a095
Update Main.enso ( #1419 )
...
* Update lib/scala/pkg/src/main/resources/Main.enso
2021-01-20 13:19:49 +01:00
Dmitry Bushev
36480113d0
Add Null Check when Executing Host Values ( #1413 )
...
add: extra null check, because isNull doesn't allow
null arguments
2021-01-19 22:04:24 +03:00
Ara Adkins
b5b4dfa155
Add support for profiling information in the protocol ( #1407 )
2021-01-19 10:41:39 +00:00
Łukasz Olczak
d257615ef1
Fix for SQLite DB busy error on Azure ( #1395 )
...
depending on an environmental variable is used either
default locking mode or a mode that uses flock syscall
2021-01-19 12:07:17 +03:00
Ara Adkins
3b48fc7e66
Bump the build version number
2021-01-15 16:43:08 +00:00
Radosław Waśko
10bccf6b56
Better component handling in the project manager ( #1399 )
2021-01-15 15:26:51 +00:00
Marcin Kostrzewa
197190ceeb
Remove UFCS ( #1398 )
2021-01-14 21:53:04 +01:00
Ara Adkins
a7bd90ab8f
Document the runtime's builtin functionality ( #1397 )
2021-01-14 15:31:15 +00:00
Radosław Waśko
d30a80eedc
Fix the project manager reflection configuration ( #1394 )
2021-01-14 10:46:01 +00:00
Marcin Kostrzewa
b751dfb3ec
Table: grouping ( #1392 )
2021-01-11 17:05:06 +01:00
Dmitry Bushev
7fd11847a4
Use Qualified Names in Runtime Updates ( #1376 )
...
Changelog:
- update: execution logic to use qualified names
- update: populate runtime updates with qualified names
- update: suggestions builder to use qualified names
2021-01-11 18:13:08 +03:00
Dmitry Bushev
e2b583c64a
Return Correct Name for the Module in AtomConstructor ( #1375 )
...
return the module name if it's the atom constructor of the module.
2021-01-11 14:29:50 +03:00
Maciej Mikołajek
03f3c2b661
Fix doc parser's tags and unrecognized characters. ( #1380 )
...
* add chars
* tag fixes
* tag fixes
* IMPORTANT : Removal of '#' because of scala parser breaking the doc string. To be reverted in the future.
* Remove links (TO BE READDED)
* back
* le petit refacteur
* fix
* fix
2021-01-08 19:43:23 +01:00
Ara Adkins
0cbd636e58
Bump the development version number ( #1389 )
2021-01-06 08:57:02 +00:00
Radosław Waśko
cc24b6f366
Download releases from the main repo ( #1387 )
2021-01-05 14:14:08 +00:00
Radosław Waśko
2cf4b08241
Fix Process Spec On Windows ( #1386 )
2021-01-04 15:51:26 +01:00
Radosław Waśko
58346917eb
Implement Some Vectorized Text Operations And Dropping Missing ( #1381 )
2021-01-04 14:24:08 +01:00
Radosław Waśko
322a967cda
Fix Logging Service Preventing Normal Shutdown ( #1377 )
2020-12-30 12:49:56 +01:00
Dmitry Bushev
9083b90c52
Use Cached Value when Computing Visualizations ( #1378 )
...
PR adds an optimization to the visualization computing logic
2020-12-29 14:48:46 +03:00
Łukasz Olczak
82ae12ea09
Release hot fix ( #1373 )
2020-12-28 10:36:34 +01:00
Łukasz Olczak
291cbfa6ee
Runtime Containerisation ( #1345 )
2020-12-23 18:56:30 +01:00
Radosław Waśko
ab51bffd87
Implement fill_missing ( #1372 )
2020-12-22 23:10:27 +01:00
Radosław Waśko
6075c1e765
Implement LocalReleaseProvider ( #1370 )
2020-12-21 23:30:59 +01:00
Dmitry Bushev
8591784b0a
Update Json to_text ( #1368 )
...
rewrite Json.to_text using fewer allocations
2020-12-21 17:29:41 +03:00
Ara Adkins
4cc36e8c81
Preparation for more parser work ( #1363 )
2020-12-18 14:25:30 +00:00
Marcin Kostrzewa
0840ff546b
safepoint without invalidation ( #1367 )
2020-12-18 13:55:02 +01:00
Łukasz Olczak
4c1e7a4319
Readiness and liveness probes for Language Server ( #1359 )
2020-12-16 17:05:37 +01:00
Radosław Waśko
2e6a5af4fb
Split Installer Versions in Manifest ( #1355 )
2020-12-16 12:34:33 +01:00
Marcin Kostrzewa
bf37754428
Table: maps, zips & more builtins ( #1356 )
2020-12-16 11:23:23 +01:00
Maciej Mikołajek
6e90464e8a
Enso Docs: Fix inline scripts. ( #1300 )
2020-12-15 22:25:04 +01:00
Ara Adkins
2c12a18b25
Implement sorting for Vector
( #1349 )
2020-12-15 14:20:59 +00:00
Radosław Waśko
de817af655
Finish Logging Service Integration ( #1346 )
2020-12-15 09:49:58 +01:00
Dmitry Bushev
c1369ad044
Fix EditFileCmd and locking ( #1343 )
...
Run actions outside of Future to utilize locking
2020-12-14 16:06:45 +03:00
Dmitry Bushev
2e026b48c3
Don't Suppress Errors When Creating Data Directory ( #1344 )
...
Don't suppress errors when creating the data directory
2020-12-11 19:30:08 +03:00
Dmitry Bushev
75e3136221
dispose runtime listener ( #1338 )
...
Dispose the runtime listener on exception
2020-12-09 19:54:53 +03:00
Radosław Waśko
25561e4c8c
Project Manager Native Image ( #1318 )
2020-12-09 14:58:11 +01:00
Dmitry Bushev
a6b2415188
Add JSON-RPC Timeout Error ( #1332 )
...
Add a separate timeout error to distinguish between
the request timeouts and other service errors.
2020-12-09 15:53:00 +03:00
Dmitry Bushev
95a345ee26
Misc Visualization Fixes ( #1328 )
...
add: missing to_json conversions
fix: NPE in instrumentation
fix: EditFileCmd scheduling
fix: send visualization errors to the text endpoint
fix: preserve original location in the VectorLiterals pass
2020-12-09 13:44:03 +03:00
Ara Adkins
f759dde7c8
Set up GH discussions ( #1336 )
2020-12-09 09:46:33 +00:00
Dmitry Bushev
d80089ab69
Fix Runtime Jobs Scheduling ( #1319 )
...
- fix the issue when duplicate execution jobs were never canceled.
- fix the issue in the file edit handler, when the edits can be received
in a different order.
2020-12-04 08:07:01 +03:00
Ara Adkins
ab7b49536f
Fix some CI timeouts ( #1321 )
2020-12-03 13:01:16 +00:00
Ara Adkins
bc09aafe7b
Add bitwise operations on Integer ( #1311 )
2020-12-03 10:41:21 +00:00
Radosław Waśko
9e1b49d245
Forking Language Server in the Project Manager ( #1305 )
2020-12-02 16:56:47 +01:00
Marcin Kostrzewa
a40989e7c6
Table: Indexes & Joins ( #1317 )
2020-11-30 16:21:55 +01:00
Dmitry Bushev
07190a729c
Add search/import command ( #1310 )
...
Add `search/import` request returning the info
required for module import.
2020-11-26 18:44:35 +03:00
Ara Adkins
d608e21b39
Introduce Ordering to the Base ( #1306 )
2020-11-23 12:19:45 +00:00
Ara Adkins
e62f6796fe
Add the ability to split Text on word boundaries ( #1302 )
2020-11-20 13:29:34 +00:00
Ara Adkins
fbe1f4c439
Implement better splitting for Text ( #1298 )
2020-11-19 13:28:03 +00:00