enso/tools
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
..
ci Fallback for Launcher Upgrades (#1139) 2020-09-14 11:05:37 +02:00
graphmod Add a markdown style guide (#1022) 2020-07-21 13:59:40 +01:00
legal-review Fix Storing the Runtime Types (#1271) 2020-11-10 14:50:37 +03:00
legal-review-helper Initial Legal Review (#1210) 2020-10-19 10:50:12 +02:00
performance Map Implementation (#1222) 2020-10-20 13:43:04 +02:00
README.md Add a markdown style guide (#1022) 2020-07-21 13:59:40 +01:00
run Automate the Rust Code Generation (#990) 2020-07-15 11:29:13 +02:00

Enso Tools

This folder contains various tools and utilities that aid in the development of the Enso programming language. It should not be used as a dumping ground for things that have better places, but instead is used to hold things that should be part of this repository but do not have another sensible place for them.