anki-code / anki-code/xontrib-pipeliner
@( ) inconsistent
Đang mở
bug
experimental
- Ngôn ngữ chính
- Python
- Star
- 63
- Fork
- 4
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.