Maxim Samsonov

Results 29 comments of Maxim Samsonov

> @maxirmx @ribose-jeffreylau Does this PR have any value at this moment or we could safely close it now? I believe Alex shall know. Pinging @CAMOBAP

> TW how do you think, is it makes sense to switch to some package manager (like vcpgk or conan) to simplify build scripts? vcpkg actually rebuilds everything on each...

> @masamitsu-murase Any possibility of merging this or making the fork the official RubyGem version? @bkmgit We have to publish a fork It is there: https://github.com/fontist/seven_zip_ruby https://rubygems.org/gems/seven-zip Thank you

@ronaldtse Do we need this feature accomodated into #1973 ?

CentOS/Fedora overview ``` OS botan botan repository json-c json-c repository ---------------------------------------------------------------------------- CentOS 7 2.16.0 ribose json-c12 (0.12.1) ribose CentOS 8 2.16.0 ribose 0.13.1 el8 CentOS 9 2.19.3 el9 0.14 el9...

> @maxirmx do you have any idea why macOS job fails on error related to absence of c++20 support, given that it is passed via command line? Old toolchain? Anyway,...

And yest another approach is to have clang formatting implemented at GHA Something like this: ``` clang-format: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: DoozyX/clang-format-lint-action@master with: source: '.' extensions:...

CentOS/Fedora - CI tests for man pages are implemented in https://github.com/rnpgp/rnp/pull/2013 Ubuntu - CI tests for man pages are implemented in https://github.com/rnpgp/rnp/pull/2058

We have installation tests for man pages for CentOS/Fedora; Ubuntu; FreeBSD CentOS/Fedora flows work as expected On Ubuntu ```rnp.1; rnpkeys.1; librnp.3``` are packaged (and installed) instead of ```rnp.1.gz; rnpkeys.1.gz; librnp.3.gz```...