stephan-cr
stephan-cr
@czoido Resolved the merge conflict. I would also propose to include `conan.cmake` like `include(conan)`, because I think that's the point of having `list(APPEND CMAKE_MODULE_PATH ${CMAKE_BINARY_DIR})` at the top.
You can't merge yourself, all you can do is wait. You should also clarify your description. Not sure what the other oef-mode PRs are about, namely #2807, #2821 and #2822....
I'm not a Mac user and I'm not sure if `install-info` is supposed to be installed by default, but it might be provided by https://formulae.brew.sh/formula/texinfo.
I think the problem is [here](https://github.com/Geal/nom/blob/master/src/bytes/complete.rs#L520). If the input string is empty the while-loop is never entered and execution ends up [here](https://github.com/Geal/nom/blob/master/src/bytes/complete.rs#L574). That's why `escaped` always succeeds for empty strings,...
@Stargateur Thank you for your reply and your suggestion, I'll give it a try. > I don't get why you expect it should fail for empty input. To be honest,...
> i think it should be enough hint ? Yes, now I get it. Thanks a lot @Stargateur!
I've not an answer, but I observed that move.S wouldn't compile for RV32.
Not sure if you like the approach, but let me know.
I wonder why the compiler doesn't complain about similar lines of code like: https://github.com/aclements/libelfin/blob/ca2b127a7a9ea5685873816805609b80e254b4da/dwarf/small_vector.hh#L24
This seems to be an ArchLinux specific packaging problem. The [PKGBUILD](https://gitlab.archlinux.org/archlinux/packaging/packages/rapidcheck/-/blob/main/PKGBUILD?ref_type=heads) script sets [`CMAKE_INSTALL_PREFIX` to `$pkgdir/usr/`](https://gitlab.archlinux.org/archlinux/packaging/packages/rapidcheck/-/blob/main/PKGBUILD?ref_type=heads#L42). According to the [ArchLinux CMake package guidelines](https://wiki.archlinux.org/title/CMake_package_guidelines), I would guess it should be `-D...