Johan Mabille

Results 72 issues of Johan Mabille

The documentation should be updated after the split of xeus into xeus, xeus-zmq and xeus-lite. Things to improve: - Document the xeus-zmq and xeus-lite packages - Add a short API...

xtensor is not tested with C++20 since C++20 is not officially out yet. However it would be nice to enable these tests as "allow to fail" and see what happens....

Enhancement
C++20

The culprit seems to be this [commit](https://github.com/p-ranav/tabulate/commit/4e95bb20b9ebe1cab24782a59095eb43b65d86f0), the API of `Table::add_row` changes (a type is added to the variant of the argument). Would it be possible to tag a 2.0...

The deprecated functions in `xeus_context.hpp` should be removed in next major release. Also the `static_cast` [here](https://github.com/jupyter-xeus/xeus/blob/main/include/xeus/xeus_context.hpp#L67) should be replaced with a `dynamic_cast`.

- would be nice to test more versions of gcc and clang on linux, and more versions of clang on OSX. - xsimd should be enabled by default in all...

CI

Could be nice to experiment with a rebase action e.g. https://github.com/marketplace/actions/automatic-rebase

The C++ tests fail almost immediatly with the following output: ```bash If you want to connect to this kernel from an other client, you can use the kernel-debug.json file. Run...

The Tests step have been commented out on Windows CI because it fails with a 127 return code.