You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you see, the .tag and the .d files also end up in the prefix just like the native case.
But the point is that jupyterlite-xeus only takes care of the kernels dir, the xx.cmake files and the xx.js, xx.wasm, xx.data files. It won't be handling the tagfiles.
Rather for the inspect request to work, these files are taken care of here.
Currently while building xeus-cpp-lite I see
If you see, the .tag and the .d files also end up in the prefix just like the native case.
But the point is that jupyterlite-xeus only takes care of the kernels dir, the
xx.cmake
files and thexx.js
,xx.wasm
,xx.data
files. It won't be handling the tagfiles.Rather for the inspect request to work, these files are taken care of here.
xeus-cpp/CMakeLists.txt
Lines 449 to 450 in b6a7267
Hence technically these files being installed are redundant for the lite case. No need to install them while building xeus-cpp-lite.
The text was updated successfully, but these errors were encountered: