Kent Ross
Kent Ross
I'm not sure if these arguments are implicitly zero when omitted for others, but without providing or deleting the parameters the examples fail to build with my toolchain.
Previous APIs reflected the membership of a character in Corporation 1000001 (Doomheim), and the time which they joined. Example: https://api.eveonline.com/eve/CharacterInfo.xml.aspx?characterID=90000009 https://crest-tq.eveonline.com/characters/90000009/ https://esi.tech.ccp.is/latest/characters/90000009/?datasource=tranquility * The old XML API indicates that the...
**Describe the bug** `LOG(DFATAL)` is incompletely implemented. `::absl::kLogDebugFatal` is referenced in the macro definition of `ABSL_LOGGING_INTERNAL_LOG_DFATAL`, and `DFATAL` log level is mentioned several other places, but `kLogDebugFatal` is not defined...
The `varint::check` helper accepts its `encoded` argument mutably, which means its implementation is at risk of letting `decode_varint` deplete bytes from its `encoded` argument before `decode_varint_slow` is tested. This is...
Currently it seems that the "invalid oneof variant" Errs are always discarded because they are being passed directly into `flat_map` from a closure, rather than actually propagating the error. This...
I believe this is probably allowing the compiler to unroll the loop where it could not before by giving it a more easily provable bound. This has significant performance improvement...
The commands described in the coverage page for generating a coverage report, or doing anything at all with the profdata files collected, are obsolete; none of the replacement or alternative...
If any type containing a pointer is stored in the arena, the data it points to may be garbage collected if no other pointers exist because the GC cannot know...
alkahest is lagging 2 major versions in [`rust_serialization_benchmark`](https://github.com/djkoloski/rust_serialization_benchmark/blob/f83a99155090e6559f349b55729fc77482bad1a1/Cargo.toml#L48-L51), with no easy path to upgrade. it might be good to update the relevant code there.