Ł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
Marcin Kostrzewa
ab2c5ed097
Tables: column mapping & masking ( #1297 )
2020-11-18 15:09:43 +01:00
Ara Adkins
cf9be4ff29
Add Number.noise
to the standard library ( #1295 )
2020-11-18 13:03:28 +00:00
Radosław Waśko
4d5f794122
Integrating Runtime Version Manager with Project Manager ( #1285 )
...
Related to #1153 , implements the first part of the integration, without the
parts that use the runner which will be done next.
Temporarily there are two logger implementations - this will be alleviated with
the next part - when and the direct classpath dependency on the language server
is removed.
2020-11-16 18:49:59 +01:00
Ara Adkins
bc8a22e279
Add further standard library improvements ( #1290 )
2020-11-16 12:56:31 +00:00
Maciej Mikołajek
2c3f2014b2
Enso Docs: Proper indentation in HTML render of code block and copy
button. ( #1288 )
2020-11-13 15:36:47 +01:00
Ara Adkins
a0f87b3611
Add missing methods to the standard library ( #1284 )
2020-11-11 16:42:44 +00:00
Dmitry Bushev
670cffb380
Fix Storing the Runtime Types ( #1271 )
...
A bunch of improvements to the suggestions
system. Suggestions are extracted to the tree data
structure. The tree allows producing better diffs
between the file versions. And better diffs reduce
the number of updates that are sent to the IDE
after a file change, and consequently fix the
issue when the runtime type got overwritten with
the compile-time type.
2020-11-10 14:50:37 +03:00
Radosław Waśko
c3b2059a6b
Make Locking Thread-Safe ( #1267 )
2020-11-06 13:53:45 +01:00
Marcin Kostrzewa
8eb0757579
Restore Original Proxy Type Name
2020-11-06 12:55:40 +01:00
Marcin Kostrzewa
f420dd3702
Rename Unit to Nothing ( #1269 )
2020-11-06 12:44:11 +01:00
Dmitry Bushev
6dd13c5236
Update the Running Enso Section in Contribution Docs ( #1250 )
...
Update the docs about building and running the
development version of Enso.
2020-11-05 21:08:30 +03:00
Marcin Kostrzewa
150771c0e2
Simple CSV parser ( #1268 )
2020-11-05 16:53:50 +01:00
Ara Adkins
ef97d1dbbf
Create the initial design for the macro system ( #1264 )
2020-11-03 10:07:54 +00:00
Radosław Waśko
5701db6d89
Update Project Manager Protocol ( #1240 )
2020-11-02 09:58:33 +01:00
Ara Adkins
e5695e6f5d
Complete the implementation of the Enso lexer ( #1177 )
2020-10-30 14:06:24 +00:00
Radosław Waśko
35efd8ea55
Separate ComponentManager from Launcher ( #1248 )
2020-10-30 12:31:31 +01:00
Dmitry Bushev
36694e2496
Restructure the Standard Library ( #1245 )
...
Split std-lib into two libraries: Base and Test.
2020-10-29 08:48:48 +03:00
Radosław Waśko
79b718e28b
Make Legal Review Required For PRs ( #1246 )
2020-10-28 18:12:12 +01:00
Dmitry Bushev
11e4241921
HTTP Library ( #1220 )
...
Add `Base.Net.Http` library
2020-10-27 14:45:10 +03:00
Marcin Kostrzewa
c0de753d95
JSON Library ( #1241 )
2020-10-23 14:16:48 +02:00
Ara Adkins
746521f8b2
Bump SBT and Scalafmt ( #1203 )
...
Co-authored-by: Radosław Waśko <radoslaw.wasko@enso.org>
Co-authored-by: Dmitry Bushev <bushevdv@gmail.com>
2020-10-22 16:12:28 +02:00
Radosław Waśko
0740905306
Use Environment Files in Actions ( #1218 )
...
Updates and/or pins versions of some of the GitHub Actions that we use.
2020-10-21 16:48:05 +02:00