Lionel Henry

Results 171 issues of Lionel Henry

So when an error occurs, we can unroll the pipe properly in the backtrace. I'm going to hardcode logic based on 1.5 internals in rlang for the time being so...

feature

e.g. this experiment with monadic error handling: https://gist.github.com/lionel-/a9aee3edb45a60a6e393

feature

These comparisons lead to surprising results when computing-on-the-language has gone wrong (e.g. forgot to unquote a call). And they are dependent on the deparser formatting anyway: ``` "~f" == ~f...

r-language

* [ ] `ctxt_frame()` * [ ] `is_scoped()`

I added a bit of theory in `?flatten` to explain the current flattening semantics. The new implementation supports vctrs coercions: ```r # Before flatten_chr(list("foo", factor("bar"))) #> [1] "foo" "1" #...

advice