Rémi Garde

Results 2 issues of Rémi Garde

frawk is built using `--no-default-features` (to prevent the known `jemalloc` issue), in debug mode with rust 1.70 (that landed the alignment check in debug), ``` C:\[...]\Documents\frawk>target\debug\frawk -B cranelift "{print $1}"...

`revparse_single` uses a git object name and not a file path - that means backslashes must be translated to slashes on windows. Otherwise the example fails: ``` E:\dev\git2-rs>.\target\debug\blame.exe examples\blame.rs error:...