Aaron Elligsen

Results 15 comments of Aaron Elligsen

I would recommend taking a look at another js/ts property based testing library [fast-check](https://dubzzz.github.io/fast-check/index.html) as it is under active development and not written in haskell in js style or clojurescript.

I think I misunderstood why you recommended @avro/types initially. It is closer to what I wanted but it had the same problem with rollup issues and also the TypeScript types...

In sort of an unrelated question about union types in avro/avsc. I'm using a feature of typescript called Discriminated Unions heavily. Avro seems to support this. However, it seems I...

I started this a couple months back when it wasn't implemented, then put it down for a while. I pulled from master and saw a stepTry and stepCatch had been...

A related question I have is, do you have a test harness that you're using with the interpreter or are you manually testing bit of code?

Actually, I branched off master and added in my test harness and many tests break. It looks like the cases of returning or continuing from within in a try/catch block...

I asked just because without the tests available internally, I think it's difficult to confidently contribute. Implementing try/catch/finally, was pretty tricky so I grabbed a lot of these tests from...

Just to be clear with the current implementation of try/catch/finally. The following tests fail: 1. Should handle the exception in the outer try catch exception, and finish inner finally 2....

I don't quite understand how to use watches. I can't find examples of how to setup one up and query the result. Perhaps watch points will handle the variable idea...

I'm running into this problem as well.