-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Speed up automated tests by moving compilation from JavaScript to Pine
Move the compilation of Elm programs in the automated tests from the JavaScript-based implementation to the Pine-based implementation. This change reduced the execution time for the combination of core scenarios and kernel scenarios to less than half. The part parsing the interactive submission from a string into a syntax tree still runs on JavaScript and will be migrated in a future commit.
- Loading branch information
Showing
15 changed files
with
1,103 additions
and
422 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.