Skip to content
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
03425fa
disable using completion powered hover when regular hover fails
zth Mar 27, 2025
c868b96
track all typed patterns and expressions
zth Mar 27, 2025
f264d0b
tweaks
zth Mar 28, 2025
a7855bf
use labels with locations in typedtree
zth Mar 28, 2025
0188340
add editor mode to compiler that lets you continue past certain type …
zth Mar 28, 2025
9cc244c
return multiple errors in editor mode
zth Mar 28, 2025
248b5be
handle ppat_record labels as tainted
zth Mar 28, 2025
6e9cbe6
new bare bones completion setup
zth Apr 3, 2025
5c11212
more pattern completion
zth Apr 4, 2025
6a8e2bc
handle locs in arg labels in a more robust way
zth Apr 15, 2025
069cc33
sketch out a new test setup for the analysis revamp
zth Apr 26, 2025
e2504aa
redundant
zth Apr 26, 2025
671e261
add a few more empty cases
zth Apr 27, 2025
59c6275
restore most of old setup so it can run in parallell
zth Apr 27, 2025
c9ae2c8
fix
zth Apr 27, 2025
84aecb9
use config to activate new engine
zth Apr 28, 2025
f61f73a
restore old behavior when config is not activated
zth Apr 28, 2025
8f09841
Better snapshot (#7409)
nojaf Apr 29, 2025
4d2b45b
some snapshot refactoring and tweaking
zth Apr 29, 2025
dd1cb30
add empty string case
zth Apr 29, 2025
b1d8a44
try modifying and reusing the existing Code_frame module for snapshot…
zth Apr 29, 2025
819ddb2
Inital dump of cmt (#7411)
nojaf Apr 30, 2025
46b69ba
error message
zth Apr 29, 2025
8fa6209
wip wrk command to dump cmt contents
zth Apr 30, 2025
8bf5c17
clean non-existing snapshots
zth Apr 30, 2025
b11f460
handle empty let assignments with constraints
zth Apr 30, 2025
7402fc0
empty record expression
zth May 2, 2025
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
clean non-existing snapshots
  • Loading branch information
zth committed Apr 30, 2025
commit 8bf5c1785801aeef5aa809b9e69cec57203481f9
2 changes: 1 addition & 1 deletion tests/analysis_new_tests/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"build": "rescript",
"clean": "rescript clean -with-deps",
"test": "yarn build && vitest run test.js",
"test:update": "vitest run -u test.js"
"test:update": "rm test_files/__snapshots__/*.snap && vitest run -u test.js"
},
"dependencies": {
"@rescript/react": "link:../../dependencies/rescript-react",
Expand Down
Empty file.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.