Nikos Baxevanis

Results 273 comments of Nikos Baxevanis
trafficstars

Off the top of my head - In the context of #397 and #355, it'd be possible to run clarinet on any folder and instead of an empty session there...

> * [ ] I should also add unit tests for this before merging Yep! And depending on how the test(s) will look like, it might make sense to turn...

Yep, https://github.com/hedgehogqa/haskell-hedgehog/pull/282

If you do a `stack build` and then reopen Sublime Text with `stack exec -- subl` (assuming `subl` launches Sublime Text) you should be good to go. /cc @mvoidex @bscottm

>The linter feature is in our roadmap and we'll try to implement it in the future. I don't think we're talking about _linter_ features per-se. As reported also in https://github.com/haskelly-dev/Haskelly/issues/42,...

Yeah, I think that's a fundamental feature to have 😃

Exactly, and templates with contract testing patterns like [this](https://github.com/kenrogers/cargo/pull/1), [this](https://github.com/LNow/testing-example/pull/1), and [this](https://github.com/LNow/testing-example/pull/2), to help detect unexpected bugs. Encoding contract invariants with the help of such templates can be a decent...

`zip`, `zip3`, and `zip4`, could be deprecated in favor of `tuple`, `tuple3`, and `tuple4` My memory can't go back so many years but as I see it today * `zip`...

>I'm not sure why appveyor 8.6.5 and 8.8 is failing @ersran9, sometimes it's just some transient error, so I've just manually triggered another build. Let's see how that goes.