Mateusz Pusz

Results 651 comments of Mateusz Pusz

@DanielaE, do you have some experience with the problem described above?

@DanielaE, @JohelEGP has issues with C++ modules on Clang and GCC as described above. However, the library compiles just fine on VS2022 (but without using modules). You can find all...

@DanielaE please try: `conan install .. -pr -s compiler.cppstd=20 -e mp-units:CONAN_RUN_TESTS=True -o build_docs=False -b outdated -u` so the doxygen dependencies are not installed. It should help on Windows.

I am not sure if we should require contributors to push correctly formatted files or should they be automatically formatted on push... The problem is that it will take a...

I will try to update the GitPod environment to include `clang-format-15` so at least the contributors will be able to use the Gitpod environment with no issues.

Well, I am not sure. I care about clang-format much more than CMake, which I still find inferior to manually written scripts. clang-format gives more value so we should use...

This an interesting approach however I do not see how we could provide the required minimum functionality with it.

I know that your example is a simplification and I have to think a bit more about it. For now, I do not clearly see how to for example construct...

Let's wait to accept this until the discussion in #374 is resolved.

Also, we will probably need some `magnitude`-specific docs as well.