-
Notifications
You must be signed in to change notification settings - Fork 449
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move rescript-editor-analysis and rescript-tools into compiler repo #7000
Conversation
1277154
to
54d9af6
Compare
9317a00
to
1061385
Compare
481ddc7
to
fa39d1c
Compare
5dc5074
to
476bdaa
Compare
1beff72
to
cb9cc31
Compare
cb9cc31
to
702458a
Compare
|
||
## Overview | ||
|
||
See main CONTRIBUTING.md's repo structure. Additionally, `examples/` is a convenience debugging repo. Check out `test.sh` (invoked through `make test`) to see the snapshots testing workflow stored in `tests/`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess changes to CONTRIBUTING are coming in a separate PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, still some stuff to clean up, and also to move/add to the root Makefile.
@cknitt were the ReScript bindings in https://github.com/rescript-lang/rescript/tree/master/tools forgotten or deliberately not moved? Would like to change https://github.com/rescript-lang/rescript-vscode/blob/2837e0813385b9438f15898214cf7f3b7521f3dd/tools/npm/Tools_Docgen.resi#L102 to Core. |
Neither 🙂, they are now here: https://github.com/rescript-lang/rescript/blob/master/runtime/RescriptTools_Docgen.res (But this location may be temporary, as they clutter up the global namespace that way.) |
Okay, and did you port the most recent code? |
This may well be as I initially opened this PR on Sep 1 (it took a while to get everything working), and did not re-sync anything after that. |
Yep, will do, thanks for confirming! |
Further cleanup to follow in separate PRs.