Commit 0be74e7
authored
Remove Interpreter and Testing Refactor (#1745)
* Relocate svmc repl prompt
* Run format
* Remove interpreter
* Remove interpreter and refactor tests
* Update tsconfig and certain test files
* Further remove references to concurrent
* updated snapshots to use unix-style paths
* Add tests for parser rules
* Revert "Add tests for parser rules"
This reverts commit ed8eb2c.
* Move rule type into parser
* Move parser rules to RuleError
* Updating tests
* Update ast helpers
* Refactor runners to include execution method tests
* Run format
* Simplify determineExecutionMethod
* Fix broken cse-machine tests
* Update parser tests to use simpler snapshots
* Rename test functions and assertions
* Run format
* Add a script that makes running jest on windows easier
* Update previously broken tests relating to display
* Add tests for testing utils
* Fix test utils not correctly handling snapshot names
* Add some missing tests to modules preprocessor
* Fix some potentially misleading tests that were passing
* Remove deprecated code
* Miscellanous changes
* Convert more scripts to js
* Remove depcreated sicp-prepare code
* Update benchmark testing script
* Fix the broken benchmark tests
* Update tests
* Add devEngines to package json
* Refactor typed modules tests1 parent fea2b4c commit 0be74e7
File tree
199 files changed
+14758
-29603
lines changed- docs
- lib
- md
- specs
- scripts
- src
- __tests__
- __snapshots__
- alt-langs
- __tests__
- scheme/__tests__
- cse-machine
- __tests__
- __snapshots__
- editors/ace/docTooltip
- infiniteLoops/__tests__
- interpreter
- __tests__
- __snapshots__
- modules
- __tests__
- loader
- __tests__
- preprocessor
- __tests__
- transformers
- name-extractor/__tests__
- parser
- __tests__
- __snapshots__
- source
- rules
- repl
- __tests__
- __snapshots__
- runner
- __tests__
- stdlib
- __tests__
- __snapshots__
- stepper
- __tests__
- transpiler/__tests__
- typeChecker/__tests__
- utils
- __tests__
- ast
- testing
- __tests__
- validator
- __tests__
- __snapshots__
- vm
- __tests__
- __snapshots__
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
199 files changed
+14758
-29603
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | 84 | | |
86 | 85 | | |
87 | 86 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | 34 | | |
37 | 35 | | |
38 | 36 | | |
| |||
58 | 56 | | |
59 | 57 | | |
60 | 58 | | |
61 | | - | |
62 | | - | |
63 | 59 | | |
64 | 60 | | |
65 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
| 53 | + | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
88 | 96 | | |
89 | 97 | | |
90 | 98 | | |
| |||
124 | 132 | | |
125 | 133 | | |
126 | 134 | | |
127 | | - | |
128 | | - | |
129 | | - | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
130 | 138 | | |
0 commit comments