Alistair

Results 35 comments of Alistair

It might be worth checking out @EduardoRFS's typed-ppxlib: https://github.com/EduardoRFS/typedppxlib for something like this. It exposes type checker internals, but would definitely get the job done for your application.

Hey 👋 Grace's current repository can be found here: https://github.com/johnyob/grace. I'd recommend that asai doesn't use grace until early 2024 as I'm still (albeit slowly) working on grace's renderer.

Yes, in the initial release of `grace`, this dependency will be removed and the library will be suitable for OCaml 5. I intend to push this work at the beginning...

We've experimented with this fix on: https://github.com/johnyob/landmarks/tree/arm-support. It has been tested with Apple M1 macs.

Are doc tests not covered by codecov?

> Trying to use the library in a project, I realize that if there are multiple diagnostics but I want to use the rendering only at once place in my...

> By the way, at the moment, there is no way to opt-out from the error code (like for an Help message). Maybe code_to_string should return an option? Or the...

We plan to reduce number of dependencies eventually since the goal of Grace would to eventually be used by the OCaml compiler

Hey 👋 I plan to address this in the 0.3.0 release of Grace. Changes will likely be done before or during Fun OCaml :)