anki-code / anki-code/xontrib-pipeliner
@( ) inconsistent
Aperta
bug
experimental
- Lingua principale
- Python
- Stelle
- 63
- Fork
- 4
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.