Alec Davis

Results 15 comments of Alec Davis

> If you are interested this might be something you could tackle, because you have already seen how hard it is to get the functionality right. I have hit many...

I am now free to help. What would you like me to do @CeleritasCelery?

Sure I get to work on something. It should keep me busy.

I have a few questions after thinking about the problem. How aware do we want the tester to be aware of the types? Since if we just take an object,...

While working on the tester I thought of way to provide more type information. I think that an attribute might be best if it can do these things: 1. State...

I think you are on point. Could you maybe make a list of all of the types and their equivalents in elisp?

Thank you that has been very helpful. Although, could we make an alias for `Option`? It creates a slightly weird edge case in my code. It would also make the...

> I am fine with that. What should we call the type? I am thinking something like `AnyOrNil` or something along those lines.

> I added a type alias called `OptionalFlag` for that type. Thank you

I thought I would give an update. I have manged to get it to generated a very large test file that has random values. There are still some thinks to...