Matthew Burghoffer

Results 6 comments of Matthew Burghoffer

I added a PR to address this: https://github.com/gcanti/io-ts/pull/654

I suppose - can just copy the old version as a workaround: ``` val strictParam = ParameterSpec(param.name, param.type, param.modifiers) ```

I think it is also worth updating this issue with the fact that surrounding an `ANY` with parenthesis is also not good. Valid: ```sql SELECT * FROM table WHERE id...

After going over the codebase, I think it would be best to treat `ANY`, `ALL` and `SOME` as separate from keywords. They can still be considered keywords, but they should...

@aholstenson do you maintain this project anymore?

> Thanks for the PR! Can you give me more information on what your use case is here? The PR being a large commit makes this hard to review quickly,...