Highlights
- Arctic Code Vault Contributor
Popular repositories
1,269 contributions in the last year
Less
More
Activity overview
Contributed to
rescript-association/rescript-lang.org,
rescript-lang/syntax,
rescript-lang/rescript-vscode
and 5 other
repositories
Contribution activity
April 2021
Created 114 commits in 7 repositories
Created 1 repository
Created a pull request in rescript-lang/rescript-editor-support that received 4 comments
Opened 46 other pull requests in 5 repositories
rescript-lang/rescript-editor-support
26
merged
2
open
3
closed
- 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
- Try makefile
- Check in .ocamlformat config
- Convert vendor Json to ml
- Convert files back to ml
- Remove unnecessary monadic infixes
- Install reanalyze as a devDep; remove Monads.re
- Remove unmonad migration setup & clean up
- Revert "Convert everything over to unmonad"
- Some pull requests not shown.
rescript-lang/syntax
6
merged
1
closed
rescript-association/rescript-lang.org
4
merged
rescript-lang/rescript-vscode
2
merged
rescript-lang/rescript-react
2
merged
Reviewed 6 pull requests in 1 repository
rescript-lang/rescript-editor-support 6 pull requests
Created an issue in rescript-lang/syntax that received 1 comment
Comment lost on constructor with tuple payload
switch a { | Constr /* hello */ (a, _) => a } Formats into: switch a { | Constr(a, _) => a } Doesn't happen with a single payload. I guess the tupl…
1
comment