Brodie Gaslam

Results 118 issues of Brodie Gaslam

Inspired by S4, also `ensurer` does same.

enhancement

This can also save us one of the match calls since we can do that `on.load` instead of at runtime: ``` f_vetr

enhancement

Internally, would just swap the two. Unfortunately this is rather complicated as we have to account for all different types, etc.

enhancement

Potentially useful if say we want `vet` to always stop rather than return text.

question

``` alike(y ~ x ^ 2, a ~ b ^ 3) ## [1] "`(a ~ b^3)[[3]][[3]]` should have identical constant values" ``` Would be better to have something along the...

enhancement

Currently signature is required to be a possible generic to a method. In the future we might relax that or at least provide a mode that allows a more relaxed...

question

Ideally would return full vetting expression, and the token that triggered the failure, potentially as an attribute for `vet`, and as part of the error message for `vetr`? For example,...

enhancement

Maybe something like: ``` vet(a && ._(c && d), x) ``` Where `._` can be escaped with `.._`.

enhancement