-
Notifications
You must be signed in to change notification settings - Fork 20
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
Interface of sub module are not seen used #186
Closed
florentbarriol opened this issue
Dec 12, 2022
· 3 comments
· Fixed by rescript-lang/rescript-vscode#650
Closed
Interface of sub module are not seen used #186
florentbarriol opened this issue
Dec 12, 2022
· 3 comments
· Fixed by rescript-lang/rescript-vscode#650
Comments
cristianoc
added a commit
to rescript-lang/rescript-vscode
that referenced
this issue
Dec 13, 2022
…across implementations and interfaces Fixes rescript-lang/reanalyze#186
@florentbarriol the analysis has moved inside the editor extension. The fix is here: rescript-lang/rescript-vscode#650 |
The executable used by the editor extension has an option
|
Thanks for your work ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello 👋 ,
We use
renalyze
in our CI at Arte TV.And we face an issue with interface (.resi) of submodule.
They do not seem to be seen by the analyze even if they are well used.
I create an example repository to illustrate the issue : https://github.com/florentbarriol/issue-interface-submodule
We find a workaround for now. We use inline interface and not .resi files.
You will find an example in the repository.
Hope, you will find a solution because we love the projet.
It's very helpful ❤️
The text was updated successfully, but these errors were encountered: