-
Notifications
You must be signed in to change notification settings - Fork 17
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
Mechanic failed to resolve file order on Fulma-demo #79
Comments
It works for me:
|
@jindraivanek This because it's already include in the fsproj. Remove this lines and this will output an empty list. I am new to Mechanic projet so perhaps this case is not supported yet |
@MangelMaxime Yes, it takes source files in project as input, reorder them and update fsproj with new order. For me it behaves as expected. We probably want to support adding new files to fsproj (with something like |
@jindraivanek Ah ok, so for now we need to add the source file in the fsproj and then run mechanic. Good to know ^^ |
I am working on the VSCode extension and tried to run Mechanic against Fulma-demo and it's failing to resolve the file order.
It's resolve an empty list:
TopologicalOrder []
I tried to run it at the root level or from the
src
folder the result is the same.The text was updated successfully, but these errors were encountered: