Chris West

Results 33 issues of Chris West

Please remove the use of `_` as an identifier in: https://github.com/kohsuke/akuma/blob/9d832605eef753e895c8125e7d32bd4917e4d19a/src/main/java/com/sun/akuma/JavaVMArguments.java#L380 This breaks compilation on Java 9: ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.10.4:jar (default-cli) on project akuma: MavenReportException: Error...

The simplest possible project fails for me: ``` % cargo init --bin hello Created binary (application) project % cd hello % cargo profiler callgrind --release Compiling hello in release mode......

Mostly cosmetic changes, apart from the change to free the `ctx` in `rrsig.c`'s `verify_all_keys`. I'm pretty sure this is the correct place, but the threading and allocation code is quite...

If the app crashes, it leaves the worktree in the middle of a rebase, from which it can't recover. ``` • Pulling master... Error: process exited with exit code exit...

## Which problem is this PR solving? Feature proposal: Allow the client library to label each span, and show that label prominently, but not as prominently as the operation name....

Linux supports linking a securely created temporary file (`O_TMPFILE`) back into the filesystem, so long as it wasn't created with `O_EXCL`. I believe this will improve the performance (and security)...

An option to not generate `MessageWrite` implementations, which I don't need and don't want. Not important at all. Follows #206 for no apparent reason.

The new parser has broken `./generate_modules.sh` in a number of places. As a first ... pass, fix the parser to actually error on rejections, then fix all of the `.proto`...

Upgrade `rand` in perftest. They've made `SmallRng` have a different length seed on different platforms, which is .. an odd choice. Instead of messing around with generating a seed, I've...

Two small improvements to the arg parser in `pb-rs`: * spell `hashbrown` correctly, to save me googling what `hashrown` is and getting really confused. Technically this is a breaking change....