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

Reordering project file #67

Merged
merged 9 commits into from
Jan 30, 2018
Merged

Conversation

jindraivanek
Copy link
Contributor

This allows us to use Mechanic on project file.

  • when calling CLI with one argument, it is expected to be .fsproj, and it will be overwritten with new order
  • SymbolGraph.solveOrder works with generic type with selector for filename
  • In project handling, XmlNode of items is saved, and then used for reordering
  • SymbolGraph.solveOrder support files other than .fs, its treated as file without dependencies

There seems to be a problem with island nodes (files without dependencies) in ordering, I fix that in separate PR.

This don't support msbuild properties mentioned in #61 and #62.

@forki forki merged commit 4490ea1 into fsprojects:master Jan 30, 2018
@forki
Copy link
Member

forki commented Jan 30, 2018

hugs!!!

@jindraivanek
Copy link
Contributor Author

Thanks :)

@jindraivanek jindraivanek deleted the project-load branch March 16, 2018 08:04
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