jupyter-xeus / xeus-cling

Jupyter kernel for the C++ programming language
BSD 3-Clause "New" or "Revised" License
3.01k stars 294 forks source link

Fix bug in extract_filename #492

Closed thomasjm closed 11 months ago

thomasjm commented 11 months ago

This fixes a small bug that came up when working on Nixpkgs packaging for xeus-cling here.

If the extract_filename function is going to be editing argv, then it also needs to make a corresponding change to argc.

SylvainCorlay commented 11 months ago

Thanks!