Adrian DC

Results 14 issues of Adrian DC

Served server generates random segmentation faults (SIGSEGV) upon cleanups, due to race conditions throughout the Boost ASIO io_service destructors. The issue can be proven with the new "stability" example sources,...

Served server generates random segmentation faults (SIGSEGV) upon cleanups, due to race conditions throughout the Boost ASIO io_service destructors. The issue can be proven with the new "stability" example sources...

Upon long-term usage, I sometimes triggered segmentation faults due to an already freed / closed socket. The `on_fail` and `on_open` functions need to handle the socket properly. Test: I will...

- Unlike all boot images built for CyanogenMod or AOSP based ROMs over the last years, the elf bootimages from Stock also include additional metadata in the header section that...

The 'destroyed-symlinks' hook runs upon 'commit-msg' hook, however when used in 'git submodules', repository scope breaks > pre_commit_hooks.util.CalledProcessError: (('git', 'status', > '--porcelain=v2', '-z', '--', '.../COMMIT_EDITMSG'), 0, 128, '', > b"fatal:...

## Description Supported APIs: Common Python, commitizen.cz.utils.* functions **Example YAML configurations:** ```yaml commitizen: name: cz_customize customize: questions: - ... - type: input name: scope message: 'Scope of the change :'...

type: feature
pr-status: wait-for-review
pr-status: wait-for-modification

## Description **feat(commit): add '--allow-empty' flag to commit command** - Reworked over #1206 (commits follow-up) - Reimplementation of #592, authorship preserved ## Checklist - [x] Add test cases to all...

pr-status: wait-for-review

## Description **feat(commands)!: deprecate '-s' signoff parameter** Follow-up to #1206, deprecating -s for major v4. ## Checklist - [x] Add test cases to all the changes you introduce - [x]...

pr-status: wait-for-review

## Description **fix(pre-commit-hooks)!: move 'check' to 'args' for global options** Details: 'args: [...]' is not able to access '-nr NO_RAISE' global arguments for example from a arguments configuration **fix(pre-commit-hooks)!: allow...

pr-status: wait-for-review
v4

## Description The `always_signoff` configuration or the CLI `-s` argument fail upon `git commit` call due to the passed syntax being `git commit -- -s` rather than `git commit -s`....

pr-status: wait-for-review