anki-code / anki-code/xontrib-pipeliner

@( ) inconsistent

Open
#3 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.