Popular repositories
1,514 contributions in the last year
Less
More
Activity overview
Contributed to
rescript-lang/rescript-vscode,
rescript-association/rescript-lang.org,
rescript-lang/syntax
and 5 other
repositories
Contribution activity
April 2021
Created 350 commits in 7 repositories
Created 2 repositories
Created a pull request in rescript-lang/rescript-editor-support that received 4 comments
Opened 71 other pull requests in 6 repositories
rescript-lang/rescript-editor-support
34
merged
5
closed
- Proper makefile test setup
- move test -> tests
- Upgrade test npm deps lockfile to version 2
- Remove stale vscode settings
- Remove stale files
- Remove circleci
- Adjust CI to cater to recent build changes
- Try using makefile
- Convert some Str.split and remove Utils.split_on_char
- Test making CI run on ubuntu and windows
- Update readme
- Try to make CI fail
- Try fixing CI
- Try github CI
- Remove most Str.split
- Faster readfile
- Remove RResult
- Remove orError
- Clean up dumpLocations a bit
- Some mechanical cleaning
- Split definition into a dedicated api
-
New
completeCLI api without parsing file:line:char - Remove JsonShort
- Clean up hover code
- Test completion cleanup
- Some pull requests not shown.
rescript-lang/rescript-vscode
1
open
16
merged
1
closed
- Remove url display from autocomplete popup
- Delete stale file
-
Remove package.json from
client/ - Move the analysis dev and prod binary to more convenient places
- Remove old binaries
- Small analysis binary invocation clean up
- Some renaming
- Simplify CLI parsing logic
- Remove try catch around calling analysis binary
- Fix JSON unicode string
- Consolidate a few files from the rescript-editor-plugin merger
- Remove built-in e2e test templates
- Remove eslint
- Truly integrate the recently merged rescript-editor-support
- Bring over the rescript-editor-plugin repo
- Merge rescript-editor-support and this repo
- Work with the newest rescript package
- Simplify completion result handling