Ilya Sher
Ilya Sher
Hi! Sorry for the late response. I imagine the problem is not specifically with dots or spaces. Anything that is not a valid word/identifier after `.` in `jq` should be...
@maykays, it would be nice to have a reason for closing this issue.
Related: #232
TODO: See which ideas can be borrowed from JSON Schema
Might look like this: ``` ns { main = make F build() ... F some_other_target() ... } ``` Where `make()` is defined as `F make(defs:Namespace, ...) ...` and bootstrapper injects...
In progress. ``` $ ngs -pi 'Int(1000000000.0)' Int: 1000000000 ``` but there are precision issues with `Int()` parameter value range check near `INT_MIN` / `INT_MAX`.
Maybe something like `v =~ TypeSpecific(Int, pattern)` (can also assert the correct type)
Maybe `v =~ Mode(Int, pattern)`
It might take some time but it's in TODO. Also I'll try to make single binary with old libc as only dependency.