Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@( ) inconsistent #3

Open
ixemad opened this issue Jan 22, 2021 · 1 comment
Open

@( ) inconsistent #3

ixemad opened this issue Jan 22, 2021 · 1 comment
Labels
bug Something isn't working experimental

Comments

@ixemad
Copy link

ixemad commented Jan 22, 2021

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.

@anki-code
Copy link
Owner

Hi @ixemad! Thank you for catching this! PR with fix is welcome!
If you like the contrib please star the repo to put it to the trends and get more attention from xonsh maintainers and folks.

@anki-code anki-code added bug Something isn't working experimental labels Jan 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working experimental
Projects
None yet
Development

No branches or pull requests

2 participants