Jordi Vilalta Prat

Results 5 comments of Jordi Vilalta Prat

I've opened a pull request (#26) that adds basic support for the JUnit XML format. It's not ready to merge, but I'm interested on receiving some feedback, like whether the...

In short, I'd like to be able to do `assert(type(a) == "string")` but with the extended syntax and types offered by the typecheck library. For example, something like this: `assert(typecheck.check_type("string|bool",...

I didn't know tableshape, it looks interesting. In fact I'm working on a library similar to it, trying to add runtime support for typed tables, and I was planning to...

I didn't like it at first because having to register the types adds a possible clashing point: there could be more than one user trying to register different types with...

It's definitely is a step forward. It just feels to me like the "check" function is something that everyone will be doing, and it feels artificial. Can we make it...