Hennadii Stepanov

Results 1310 comments of Hennadii Stepanov

Rebased. More stuff have been removed from the `src/univalue` .

> Why restore `src/minisketch/.gitignore`..? The `src/minisketch` is a subtree and shouldn't be modified in this PR. > and why drop commit [3e6cf60](https://github.com/hebasto/bitcoin/commit/3e6cf6080691dea5a0270b9a0113e42d52c39c29) `test: Do not write Python bytecode to source...

> Looks like this is now [bitcoin#30731](https://github.com/bitcoin/bitcoin/pull/30731) and [bitcoin#30664](https://github.com/bitcoin/bitcoin/pull/30664), so reviewers of this change may want to go there. Closing this PR.

We'll proceed with these changes once https://github.com/bitcoin/bitcoin/pull/30454 is landed.

Since https://github.com/bitcoin/bitcoin/pull/30454 has been merged, further development in this repository no longer makes sense. Please consider moving this PR to the main repository.

Please rebase. The staging branch has been just updated in https://github.com/hebasto/bitcoin/pull/318.

> Trigger recompilation when `working_linker_werror_flag`or `working_compiler_werror_flag` are changed What are the use cases for that?

> Compiling the same code with different flags Flags that make a compiler/linker treat warnings as errors are specific to a particular toolchain. It does not depend on the user,...

The build system is not intended to be modified by regular users or developers unless they are working on the build system itself. Users can modify compiler and linker flags...