Andy Kipp
Andy Kipp
@SamLukeYes can you help me with this - https://github.com/xonsh/xonsh/issues/5003#issuecomment-2126940398?
I can reproduce this! Many thanks @SamLukeYes! ```xsh docker run --rm -it nixos/nix bash nix-shell -p python3 python3 -m venv venv source venv/bin/activate pip install git+https://github.com/xonsh/xonsh xonsh $XONSH_TRACE_SUBPROC=2 !(echo 1)...
@SamLukeYes please take a look: ```xsh docker run --rm -it nixos/nix bash nix-shell -p python3 python3 -m venv venv source venv/bin/activate pip install git+https://github.com/xonsh/xonsh@fix_nix # @fix_nix xonsh !(echo Nix is...
Thanks! But you highlighted the issue with symlink chain. I'm working on adding resolving symlink chains.
@SamLukeYes please test [this case with symlink chain](https://github.com/xonsh/xonsh/issues/5003#issuecomment-2129749581) again. I've updated branch `fix_nix`.
JFYI #4094
@jnoortheen please put here the link to the code and we can mark this issue "good first issue" label
I'm ok with this interface.
I think no but there are other ways to achieve this: * https://github.com/MagicStack/MagicPython (The syntax is compatible with [Sublime Text](http://www.sublimetext.com/), [Atom](http://atom.io/) and [Visual Studio Code](http://code.visualstudio.com/)) * https://github.com/MagicStack/MagicPython/issues/27
Hi @deepgohil! I'm not so familiar with xonsh parser to point to the line. You can start from [base parser](https://github.com/xonsh/xonsh/blob/3cc6b296443188f40ebf2a49209b5dd107e898b9/xonsh/parsers/base.py). Maybe @gforsyth or @laloch can advice more prcise line for...