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

consideration around .fsharp folder to make all fsharp tooling more cohesive #1339

Open
smoothdeveloper opened this issue Dec 1, 2023 · 1 comment

Comments

@smoothdeveloper
Copy link
Contributor

I'd like the compiler and tooling to rely on the presence of such folder in the tree (walking up from place things are invoked, as it works with many tools), and potentially having a system wide and user specific one.

This would be a place where tooling such as:

  • fsi
  • fantomas
  • fsharplint
  • paket
  • fable
  • femto
  • fake
  • etc.

would use (end encourage usage) as their default, to not contribute to the root folder pollution, and also offer a single place where all projects can contribute documentation, under the fsharp.org or even official documentation.

Right now, each tool is kind of having their own approach, more or less well principled.

I'd like to gather feedback from the community, and have the deciders managing the fsharp compiler to express if this is to be under .dotnet/fsharp or .fsharp or whatever else makes the most sense, in order to not go against the grain of things being later decided in context of dotnet itself.

In context of fslang-suggestions, and for first actionable item, I'm interested in the concern of dotnet/fsharp#8880 (have FSI load extensions very conveniently, the issue needs overhaul and it probably starts with decision of having .fsharp, conceptually).

I'm also interested in the community deciding guidance that tools would adopt.

@smoothdeveloper
Copy link
Contributor Author

@Tarmil brought [https://github.com/dot-config/dot-config.github.io](.config initiative) to my attention.

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

No branches or pull requests

1 participant