Matt Gallagher
Matt Gallagher
Thanks :slightly_smiling_face: The Doom Emacs issue template prompted me to upgrade to the latest version of Doom Emacs. After a `doom upgrade`, LSP support is working with `lsp` and `(fsharp...
1. The code is much nicer (apart from the hideous "paralle" (sic.) keyword :joy:) - what happens for each target is so much clearer. 1. > Is the running of...
Reasons not to include this in SAFE v5.0.0 (but consider for v5.1.0): * We know that FAKE extends well to other tools like Docker. I'd want to test drive Fun.Build...
@martinbryant we should first decide _if_ we are going to adopt this approach or not (see https://github.com/SAFE-Stack/SAFE-template/pull/576#issuecomment-1833501813). If we do merge these changes in, I think that you're probably right....
I'm ambivalent. I don't feel any strong need to move away from FAKE, but the benefits you listed seem good. Moving back in future should be relatively easy if necessary....
Thanks for the suggestion @halcwb! I agree that it's a little untidy to have the build project's files right at the repo root. My opinion is that `dotnet run` is...
At Compositional IT, we'd usually approach that by having dedicated build targets in the build project. There is already a `"RunTests"` build target in the template, executable using `dotnet run...
@isaacabraham @theprash I'd be interested in your thoughts regarding this: > leave Build.fsproj where it is, but move Build.fs and Helpers.fs into a subdirectory
Thanks for clarifying!
Hey @arialdomartini Unfortunately not. However, I plan to make another attempt at setting Emacs up as a capable F# IDE in the near future, and will post here if I...