enso/tools
Radosław Waśko ade7d42da4
Fix termination of http-test-helper on Ctrl-C (#9243)
After some recent changes, the HTTP server helper would no longer stop when Ctrl-C was issued. That is because the semaphore was being used in the wrong way: it was released on the same thread that was supposed to acquire it - but the acquire never returned as it would be waiting for the release, so the release could also never happen. Thus the main thread was in a constant dead-lock.
2024-03-02 15:06:25 +00:00
..
build-performance Faster dev builds; tooling for measuring build times and app performance. (#3491) 2022-06-02 19:24:18 +00:00
ci Minor cleanups to docker image (#8925) 2024-02-11 21:52:47 +01:00
enso4igv Execute and debug .enso files with bin/enso in VSCode (#8923) 2024-02-12 06:38:11 +00:00
graphmod Add a markdown style guide (#1022) 2020-07-21 13:59:40 +01:00
http-test-helper Fix termination of http-test-helper on Ctrl-C (#9243) 2024-03-02 15:06:25 +00:00
language-server Consistent naming of visualization (#7124) 2023-06-26 17:04:35 +00:00
legal-review Clearer warnings in license review (#9134) 2024-02-27 16:32:08 +00:00
legal-review-helper Clearer warnings in license review (#9134) 2024-02-27 16:32:08 +00:00
native-image-config-cleanup Apply unified prettier style to engine codebase (#3145) 2021-11-08 16:45:29 +01:00
performance Move benchmark download tool and visualization to the CI (#9075) 2024-02-28 17:54:12 +00:00
simple-library-server Remove akka from runtime (#8953) 2024-02-19 16:39:05 +00:00
README.md Add a markdown style guide (#1022) 2020-07-21 13:59:40 +01: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.