sillybun / vim-repl

Best REPL environment for Vim
GNU General Public License v2.0
446 stars 39 forks source link

Decorator with arguements is not working in REPL shell with iPython kernel #155

Open wqlevi opened 9 months ago

wqlevi commented 9 months ago

Describe the bug Decorator with arguements is not working in REPL shell with iPython kernel. Details: the same decorator with arguments function is reported TypeError when executed in REPL shell, but is well working in generic bash shell. Screenshots Syntax TypeError in REPL Shell: (BUG) Screenshot 2024-01-11 at 22 07 01

Successful runtime in bash shell: (normal) Screenshot 2024-01-11 at 22 09 44

Successful runtime in iPython shell alone: (normal) Screenshot 2024-01-11 at 22 19 16

Desktop (please complete the following information):

Additional context Python version == 3.9.12 Ipython kernel version == 8.2.0