Florian Verdonck

Results 874 comments of Florian Verdonck

It might not be that complex to implement but this project has bigger fish to fry. There are still a lot of open bugs that break people's source code. I...

As mentioned on our [Discord](https://discord.gg/D5QXvQrBVa), I've been using the Go formatter in recent weeks. There, `go fmt` will align the types in a struct: ![image](https://github.com/fsprojects/fantomas/assets/2621499/c75fc697-f781-4fe6-990e-6bd51c886c12) There is some faint appeal...

> would having this option as a separate package "add-in" or "plug-in" concept be very hard to do? Yes, having a plugin model would require a significant rewrite. And it...

That would lead to a mix of different styles which is the exact problem this project tries to solve.

No idea, maybe @zth knows.

And you might need some stuff in your rescript.json? Can't remember, will take a look at my setup once back at my desk.

Rescript-tools is part of the rescript npm package since v12. If you installed it separately that will be an incompatible version.

Okay, I'm able to confirm that our new build system does not support reanalyze. I had to use `rescript legacy build` to get reanalyze working. Will create an issue for...

Okay, turns out you need to pass `--create-sourcedirs` to your `npx rescript build` for rewatch to generate the `lib/bs/.sourcedirs.json` file in v12.