anki-code / anki-code/xontrib-pipeliner

@( ) inconsistent

オープン
#3 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
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 はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。