anki-code / anki-code/xontrib-pipeliner
@( ) inconsistent
オープン
bug
experimental
- 主要言語
- Python
- スター
- 63
- フォーク
- 4
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。