Julien Bigot

Results 21 issues of Julien Bigot

I don't know whether this is the right place for such comments, please let me know if I should move this discussion elsewhere. I believe it would make a lot...

My attempts to use the following constructor failed at build time with GCC-10.2.1 configured for C++-17 support in cmake: ```C++ template class extents { //... template constexpr extents(const array&) noexcept;...

When newcomers arrive in DDC, they have a hard-time grasping the concepts of DDC. We should provide some doc to help them: our personae are: * Alice - [x] Baptiste...

See https://gitlab.maisondelasimulation.fr/gysela-developpers/voicexx/-/issues/69 We don't fully document our API currently. This should be improved

In PDI I've developed https://github.com/pdidev/test_env/blob/v3/.github/actions/build/action.yml and it works well

ci

From https://gitlab.maisondelasimulation.fr/gysela-developpers/voicexx/-/issues/90 There is cmakelang that brings cmake-format that can help us to format the CMakeLists.txt. I think we should use it. The link to [cmake_format](https://github.com/cheshirekow/cmake_format)

enhancement
ci

> I believe we should add a naming convention that specifies that this is way too short for a free function name _Originally posted by @jbigot in https://github.com/CExA-project/ddc/pull/121#discussion_r1510706639_