Skip to content
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

[Test] add @rescript/core to the tests. #741

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

cristianoc
Copy link
Collaborator

Just to see how things look like.
One comment is that the local file Object.res had to be renames as otherwise it would become unreachable. This is a side-effect of doing -open RescriptCore globally, which overrides the local scope. This won't be a problem when the library is integrated in the compiler.

Just to see how things look like.
One comment is that the local file `Object.res` had to be renames as otherwise it would become unreachable.
This is a side-effect of doing `-open RescriptCore` globally, which overrides the local scope. This won't be a problem when the library is integrated in the compiler.
@cristianoc cristianoc marked this pull request as draft March 7, 2023 08:49
"label": "typeof",
"kind": 12,
"tags": [],
"detail": "'a => Core__Type.t",
Copy link
Collaborator Author

@cristianoc cristianoc Mar 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Notice Core__Type.t is leaked.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CC @zth

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I think we'll need to special case Core. Good catch.

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.

2 participants