Asger Hautop Drewsen

Results 136 comments of Asger Hautop Drewsen

@rustbot ready

Unfortunately I can confirm that the bug is still present in version `2.0.2`. I will update the merge request.

@gurpreet- It now works again and I've also added a test.

@gurpreet- Can you merge this?

Would `z foobar` match `/foo1/bar2` or just `/path/foo1bar2` ?

You're right. Could you use something like this to determine the latest version of `nasm` installed: ``` shell type -aP nasm | while read line; do echo $("$line" -v |...

Or you could just use ``` shell nasms=("/usr/local/bin" "/opt/local/bin" "/usr/bin"); for i in ${nasms[@]}; do if [[ -f "$i/nasm" ]]; then echo "$i/nasm"; break; fi; done ```

The problem is the two uses of `$BLACK` in `context` (under some objc stuff) which requires you to change `$BLACK`.

Yes it is set automatically in `zsh`: ``` $ echo $SHELL /opt/local/bin/zsh ```