Skip to content

Conversation

@Et7f3
Copy link

@Et7f3 Et7f3 commented Aug 13, 2020

These are commit of #38 rebased. I have also rebased corresponding pr in rescript-lang/rescript-compiler.
If you merge this you close #38

Although these commit are the same I needed that branch to test rescript-compiler build with esy.
I can copy CI of hello-reason % cache (because this PR doesn't add dependencies) and I can expose binary for three platform built via CI. I can also setup that in rescript-compiler so we could have nightly build/test the beta more easily (and report bug before real user install it.)

bobzhang added 30 commits March 18, 2020 11:34
Note that `Some ()` goes to constant branch
For constant branch, we pretty much know it is. undefined or not
while `Some (x : unit)` goes to type based analysis
For type based, if it is predefined unit, done, otherwise need check its constructor description
turn Fld_na to Fld_na of string for debugging
- transl_extension_path will be a temporary thing, it is a string in BS
- in native, for non-const, it compares (Fld 0) with `transl_extension_path`, for const, it use itself to compare against `transl_extension_path`
- for bs, in both cases, it calls `extension_slot_eq exn transl_extension_path`
@Et7f3
Copy link
Author

Et7f3 commented Aug 13, 2020

@Et7f3 Et7f3 force-pushed the copy-folder-on-install branch from 275edcb to cee7129 Compare August 31, 2020 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants