Conversation
|
hi, the implementation looks fine, though I'd rather move the spec.find(':') to before the alignment processing so it's only done once. |
|
hi... thanks for getting back! |
nim-unicodedb 0.14.1 now requires nim >= 1.6.20, and it is pulled in transitively via docopt -> regex, so the 1.6.18 matrix legs fail at dependency resolution with "Unsatisfied dependency: nim (>= 1.6.20)". 1.6.20 is the final 1.6.x release, so this keeps the same oldest-supported-Nim intent.
d4binding/src/api.rs:252 declares `memcpy` as `fn(*mut c_char, *const c_char, usize)` instead of `fn(*mut c_void, *const c_void, usize) -> *mut c_void`. Recent rustc denies that by default via the `invalid_runtime_symbol_definitions` lint, so the ubuntu runners (which ship a newer preinstalled toolchain than the macOS ones) fail with exit code 101 before mosdepth is built rather than patching upstream, i think we can ignore this lint...
No description provided.