Https://github.com/matsumonkie/izuna

Hello fellow Haskell developers,

I just finished a first draft of izuna. It’s a project that brings Haskell type annotations on Github.
It looks like this:
izuna-demo

I would love some feedbacks :slight_smile:

11 Likes

Welcome to the Haskell Discourse!

Would it be difficult to have the izuna-action upload the .hie files as Github Action artifacts, and then the plugin is the thing that does the analysis? That would remove the need for an external server.

3 Likes

Hey thanks!

It is technically feasible yes (I actually started that way) but sending the hie files to a server ended up being much easier so I switched half way :slight_smile:

4 Likes

Izuna v1.0 is now available \o/

:white_check_mark: Supports split & unified diff
:white_check_mark: Supports Github syntax color
:white_check_mark: fix some bugs

You can use it easily by installing the chrome extension https://chrome.google.com/webstore/detail/izuna/fdddagbfkgicjkeijmbfdcmjeldegfdi and go to https://github.com/matsumonkie/izuna/pull/22/files

2 Likes