Ara Adkins
|
50e307e6ee
|
Bump scalac version to 2.13.2 (#703)
|
2020-04-30 20:30:55 +01:00 |
|
Ara Adkins
|
90d85fc810
|
Implement lambda consolidation (#701)
|
2020-04-30 15:58:45 +01:00 |
|
Dmitry Bushev
|
7e48e82dbc
|
Send Information About Function Calls (#696)
* Add Module reference to ModuleScope
* add: function call info
* add: impl getQualifiedName
* misc: cleanup
* add qualifiedName field
* upd: extend ClosureRootNode constructor
* misc: simplify
|
2020-04-29 18:56:03 +03:00 |
|
Marcin Kostrzewa
|
1254920482
|
fix double-eval of this arguments (#700)
|
2020-04-29 16:59:07 +02:00 |
|
Marcin Kostrzewa
|
d03a5a9dde
|
Stopgap JSON serialization for Enso objects (#698)
|
2020-04-29 11:23:46 +02:00 |
|
Ara Adkins
|
ff096cdb44
|
Update CONTRIBUTING.md
|
2020-04-28 18:54:09 +01:00 |
|
Łukasz Olczak
|
f7e9f9fa85
|
Implementation of The Visualisation Binary Protocol - RPC-side (#688)
|
2020-04-28 17:30:15 +02:00 |
|
Marcin Kostrzewa
|
4ba26a3034
|
Compile Error Handling (#687)
|
2020-04-28 14:03:33 +02:00 |
|
Ara Adkins
|
92d8393495
|
Remove non-working caches from CI (#674)
|
2020-04-24 17:33:27 +01:00 |
|
Ara Adkins
|
9013407091
|
Implement dataflow analysis for Enso (#673)
|
2020-04-23 16:25:39 +01:00 |
|
Dmitry Bushev
|
9fcef233a8
|
Add: executionContext/recompute command (#669)
* add: executionContext/recompute
* doc: review comments
|
2020-04-23 15:13:02 +03:00 |
|
Łukasz Olczak
|
413962df92
|
Implementation of The Visualisation Binary Protocol (#665)
|
2020-04-23 12:42:59 +02:00 |
|
Dmitry Bushev
|
a10e37342b
|
Execution Context Integration with Text Change Events (#668)
* add: notifications to CollaborativeBuffer
* impl: trigger re-execution on file notifications
* add: file notifications test
* doc: update
* update: don't re-execute on file open
* fix: typo
Co-authored-by: Ara Adkins <iamrecursion@users.noreply.github.com>
|
2020-04-22 21:11:30 +03:00 |
|
Wojciech Daniło
|
a015d6a478
|
Update README.md
|
2020-04-21 22:00:27 +02:00 |
|
Marcin Kostrzewa
|
9020008bc2
|
String concat and string conversion functions (#667)
|
2020-04-21 16:27:05 +02:00 |
|
Marcin Kostrzewa
|
e2d901fb68
|
Module file operations through execution server (#660)
|
2020-04-20 14:33:51 +02:00 |
|
Dmitry Bushev
|
75f25b66db
|
Integrate the LS with context management (#657)
|
2020-04-17 17:31:12 +01:00 |
|
Dmitry Bushev
|
86fdc07ce0
|
Run scalafmt after updating its version (#661)
|
2020-04-17 17:05:56 +01:00 |
|
Ara Adkins
|
de666ab9ae
|
Fix some wording in CONTRIBUTING.md
|
2020-04-17 15:00:29 +01:00 |
|
Łukasz Olczak
|
50e6072b41
|
Flatbuffers integration (#655)
|
2020-04-17 15:47:58 +02:00 |
|
Ara Adkins
|
16b24d58e7
|
Implement demand analysis (#658)
|
2020-04-17 12:12:28 +01:00 |
|
Adam Obuchowicz
|
44e5341278
|
Move visualisationUpdate to a more appropriate place (#659)
|
2020-04-17 11:40:34 +01:00 |
|
Michał Wawrzyniec Urbańczyk
|
839967d2ac
|
Fixed an issue where traversing AST with offset yielded wrong results for a code Block. (#647)
|
2020-04-15 17:09:15 +02:00 |
|
Ara Adkins
|
b2440fb6d2
|
Update cache keys on CI (#654)
|
2020-04-15 14:06:27 +01:00 |
|
Łukasz Olczak
|
d296ac1ef8
|
Implementation of session initialisation (#649)
|
2020-04-15 12:56:11 +02:00 |
|
Ara Adkins
|
8a99415a30
|
Fix warnings, docs, and repo structure (#651)
|
2020-04-14 17:00:51 +01:00 |
|
Dmitry Bushev
|
4e73aba706
|
Add executionContext/expressionValuesComputed notifincation (#648)
* WIP ExpressionValueUpdate
* Add client reference
* doc: update
* refactor: ExpressionValuesComputed
* refactor: conversion functions
* impl: Config findRelativePath
Co-authored-by: Ara Adkins <iamrecursion@users.noreply.github.com>
|
2020-04-14 16:33:24 +03:00 |
|
Ara Adkins
|
a22e86a194
|
Fix an issue with the doc structure
|
2020-04-14 13:14:06 +01:00 |
|
Ara Adkins
|
bd12454e88
|
Update the structure of our documentation
|
2020-04-14 13:11:12 +01:00 |
|
Ara Adkins
|
875190d7a9
|
Remove some compilation warnings
|
2020-04-14 11:56:13 +01:00 |
|
Ara Adkins
|
5db8b147ae
|
Add opencollective contributor images
|
2020-04-14 10:30:29 +01:00 |
|
Ara Adkins
|
9fbad9695a
|
Tweak the CI configuration (#641)
|
2020-04-10 20:24:37 +01:00 |
|
Łukasz Olczak
|
e966392cc8
|
Implementation of the Language Server Supervisor Process (#643)
|
2020-04-10 12:11:15 +02:00 |
|
Dmitry Bushev
|
76faaaabcd
|
Add executionContext push & pop commands (#637)
* add: executionContext/push
* add: executionContext/pop
* add: stack to engine handler
* misc: cleanup
* misc: update error handling
* misc: cleanup
|
2020-04-09 16:29:14 +03:00 |
|
Ara Adkins
|
a4ad235597
|
Design and specify the visualisation protocol (#640)
|
2020-04-09 13:57:50 +01:00 |
|
Marcin Kostrzewa
|
23f7797632
|
Language Execution Service (#642)
* Execution service
* fix language server
* cr feedbakz
Co-authored-by: Ara Adkins <iamrecursion@users.noreply.github.com>
|
2020-04-09 15:02:12 +03:00 |
|
Ara Adkins
|
96be262585
|
Update CODEOWNERS
|
2020-04-08 18:21:37 +01:00 |
|
Joe
|
26e26587ea
|
Fix some CONTRIBUTING.md instructions (#638)
|
2020-04-08 16:02:22 +01:00 |
|
Ara Adkins
|
3ab9f7c266
|
Update CI configuration to ignore docs
|
2020-04-08 15:07:53 +01:00 |
|
Dmitry Bushev
|
fb2de226af
|
doc: fix engine-services format (#639)
|
2020-04-08 16:20:45 +03:00 |
|
Ara Adkins
|
29f1eb7497
|
Update README.md
|
2020-04-07 17:52:38 +01:00 |
|
Ara Adkins
|
37d4379d42
|
Fix the CODEOWNERS file (#636)
|
2020-04-07 16:01:20 +01:00 |
|
Ara Adkins
|
5c8cf68d00
|
Create CODEOWNERS
|
2020-04-07 11:06:53 +01:00 |
|
Ara Adkins
|
c354eacc79
|
Update the docs to refer to the new domain
|
2020-04-06 17:13:19 +01:00 |
|
Ara Adkins
|
8d73138424
|
Update README.md
|
2020-04-06 12:32:21 +01:00 |
|
Ara Adkins
|
566d139b49
|
Make the README prettier
|
2020-04-06 12:32:10 +01:00 |
|
Dmitry Bushev
|
dc58fc6b2a
|
Add executionContext/destroy (#634)
* add: executionContext/destroy
* remove: ExecutionProtocol
* refactor: UnhandledLogging
* add: custom errors
* refactor: runtime errors
|
2020-04-06 14:15:50 +03:00 |
|
Łukasz Olczak
|
56a4d80685
|
Implementation of project/listRecent command (#633)
|
2020-04-03 12:50:52 +02:00 |
|
Dmitry Bushev
|
a0d68eca37
|
Add executionContext/create command (#632)
* WIP Context
* test: executionContext/create
* misc: scalafmt
* add: requestId
* doc: update
* update: routing
* misc: cleanup
* doc: update
* fix: runtime
* fix: runtime tests
* add: message envelope
* refactor: remove ContextManager
* refactor: correlationId
|
2020-04-02 16:58:32 +03:00 |
|
Łukasz Olczak
|
5c616c2727
|
Implementation of project/open and project/close commands. (#631)
|
2020-03-31 15:51:05 +02:00 |
|