-
Notifications
You must be signed in to change notification settings - Fork 301
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
use case insensitive comparison when searching for dependencies between fable packages #3835
use case insensitive comparison when searching for dependencies between fable packages #3835
Conversation
/run fantomas |
/run fantomas |
…en fable packages
d16b52d
to
d1c418f
Compare
Failed to run fantomas: https://github.com/fable-compiler/Fable/actions/runs/9436844381 |
@ThisFunctionalTom Where you able to test it using a locally build version of Fable (via Running |
I debuged fable.cli on my project with a breakpoint and looked at the file . I thought about adding tests for I will try running it with |
Yes should be the same.
Perhaps the Or if we need to full project setup to test it, then we can create a new project under Fable/src/Fable.Build/Test/Integration.fs Lines 43 to 46 in 1a1854a
I think if the first one works then this is enough. |
Oh, I cannot test it because the function In our projects we make testable functions internal and add Should I do this? Is this compatible with fable repository coding style? Is there another way to test private functions? |
I think it's fine as proposed, the spec says that package ids are case-insensitive. |
Let's keep it simple and merge the PR as is. |
This has been released |
This should fix the Issue 3833