Commit Graph

13 Commits

Author SHA1 Message Date
Michael Mauderer
c822256e6c
Update code style to use rust fmt (#3131) 2021-11-02 14:05:43 +01:00
Michael Mauderer
f6588653de Bump engine to 0.2.27. (https://github.com/enso-org/ide/pull/1811)
Original commit: 27ef2fc4f6
2021-08-27 10:36:04 +02:00
Adam Obuchowicz
86df862f01 Engine 0.2.15 (https://github.com/enso-org/ide/pull/1710)
Original commit: 3031f4a686
2021-07-21 08:57:08 +01:00
Maciej Mikołajek
4ef15f59a0 Update Enso Reference to new Tailwind-Generated stylesheet. (https://github.com/enso-org/ide/pull/1510)
Original commit: e300aad2d8
2021-04-22 16:37:28 +02:00
Adam Obuchowicz
ed059b2d0f Engine 0.2.6 (https://github.com/enso-org/ide/pull/1286)
Contains parser update by @mwu-tow 

Original commit: bfd27b735f
2021-03-02 14:21:50 +01:00
Adam Obuchowicz
0000302e97 A set of small fixes (https://github.com/enso-org/ide/pull/1264)
* Make a window bigger, so the "Unsupported engine version" message will fit into it.
* Add indicator that stdlib is still compiling, removed once we get first expression updates
* Fix the "white-on-white" bug in nodes.
* Update the parser commt, so we will have a fix for unresolved macros crashes

Original commit: a3f2d31e53
2021-02-25 16:25:46 +01:00
Maciej Mikołajek
39bf0eb82e Update AST - new import syntax etc. (https://github.com/enso-org/ide/pull/1186)
Original commit: 6e163eec87
2021-02-15 17:48:41 +01:00
Maciej Mikołajek
cf9b8e8f93 Applies fixes for Doc Parser. (https://github.com/enso-org/ide/pull/1098)
Original commit: 4f82dcff18
2021-02-11 17:00:22 +01:00
Maciej Mikołajek
eb2e3bba7d Bump parser - Copy button & fix indentation in Code Block (https://github.com/enso-org/ide/pull/949)
Original commit: 4dda675c71
2020-12-30 14:42:52 +01:00
Maciej Mikołajek
16395ed365 Documentation parser quickfix - update parser commit from Engine repo (https://github.com/enso-org/ide/pull/842)
* try

* mdg

* mdg

* rev

* "bump" (actually downgrade) parser to special commit with backported fix

Co-authored-by: mwu <mwu-tow@gazeta.pl>

Original commit: d54d2ecc35
2020-10-13 13:54:55 +02:00
Maciej Mikołajek
e03f109085 Connect Doc Parser and generator to IDE (https://github.com/enso-org/ide/pull/675)
* up parser version

* js client conn

* up parser

* test with parser right before integration

* checkpoint [skip ci]

* save state

* tests

* changes

* rev

* Adam Review

* requested changes

* Ability to generate Docstr from pure doc code

* bump

Original commit: 1e31d3b1db
2020-07-21 17:59:28 +02:00
Michał Wawrzyniec Urbańczyk
eb17ad8352 Parser Bump (https://github.com/enso-org/ide/pull/677)
* updated imports declaration

* parser bump, fixing the import regression

* this should be wasm test

* cleanups

* `in` is now treated as an operator

* one more fix

Original commit: 235ebdf38e
2020-07-20 17:35:43 +02:00
Adam Obuchowicz
c8c45d8258 Rearrange crates (https://github.com/enso-org/ide/pull/616)
The crates in our repo were rearranged to better reflect the structure described in #2269.

Original commit: d81614d96f
2020-07-06 12:09:54 +02:00