Thanks for the very useful package!
I'm using a pattern like inject(job::empty(!!local_var)) which is translated by rlang to job::empty(<value of local_var>) . For debugging purposes, I'd like to see the code that is actually run. I believe this will be useful in most cases anyway.
Thanks for the very useful package!
I'm using a pattern like
inject(job::empty(!!local_var))which is translated by rlang tojob::empty(<value of local_var>). For debugging purposes, I'd like to see the code that is actually run. I believe this will be useful in most cases anyway.