compiler-research / xeus-cpp

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

Drop the dependency on xtl #108

Closed vgvassilev closed 3 months ago

vgvassilev commented 3 months ago

We use xtl only for xtl::prefix_path. Let's drop this compile-time dependency.

mcbarton commented 3 months ago

Does this have any relation to this issue https://github.com/compiler-research/xeus-cpp/issues/54 ? A PR that fixes this issue should fix the other.

anutosh491 commented 3 months ago

Ohh correct yeah. They look related. Is the goal for both the issues same (just curious if there's duplication) ?