Mahmoud Al-Qudsi

Results 365 comments of Mahmoud Al-Qudsi
trafficstars

Hi @TedDriggs I'm absolutely new to racer - are there no routines in the racer code right now that determine what context the specified position is in?

I'm running into the same issue with `mold` and `valgrind`. I've attached my map files for the same output linked with and without mold, and the `readelf` output again against...

The valgrind harness is in the `atomic_wait_all` branch, yet to be merged into `master`: ```sh $ git checkout atomic_wait_all $ rm -rf build/ $ env LDFLAGS="-B/opt/mold/ -Wl,-Map,map" meson --buildtype=debug build/...

I was not originally using the latest version of mold (it was a point 1.0 release from Feb 2022), but I upgraded to the latest code from `master` and tested...

That worked perfectly. Thanks for the speedy fix and for the explanation!

I'm not sure if this is resolved (or if I'm misunderstanding your original issue and I need to file this as something else). If a crate re-exports a type or...

Thanks. I can delete our internal fork now! 😅

I understand completely. I currently pipe (to `grep`, I didn't realize I could pipe to `rg` itself!) but was wondering from a performance perspective basically about using the regex engine...

Note that on Windows 10, the WSL team has worked to make conhost mostly `xterm-256color`-compatible, so that should take care of one of the issues.

@kethku I don't think you understand the split between shell and terminal under Windows. PowerShell and CMD both run under conhost.