anki-code / anki-code/xontrib-pipeliner
@( ) inconsistent
Open
bug
experimental
- Dominant language
- Python
- Stars
- 63
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Hi!
I'm playing with xonsh and this contrib is really useful to leverage it.
I detected some inconsistencies with the experimental feature @(). The following can help polish it.
The `ls | pl @( line )` works as it's expected but not `ls | pl @( line.upper() )`. However, `ls | pl @( (lambda l: l.upper())(line) )` does.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.