Andrew Carter

Results 29 comments of Andrew Carter

For reference, here is Rust's implementation. I think these rules would be a good description of how Go's filepath.Glob should work: https://github.com/rust-lang/glob/blob/master/src/lib.rs#L369

@extemporalgenome At best, I'd argue that `**` is undefined and it just happens to do the same thing as `*`. I don't think this should represent an issue in regards...

@slimsag the shopify issue I think is different. They chose to walk the tree and that solved their case - I don't think that applies to the general problem. I...

Changes made and squashed commits

@jstemmer Just wanted to remind you that this is ready to go.

Thanks - no worries. Looks like the feature request for the glob handling *\* is being implemented too. I think it should just work when it lands but will be...

Made requested changes and squashed commits

@jstemmer Just wanted to remind you that this is ready to go.

@jstemmer - any chance you might be able to merge the two pending PR's I submitted? Would love to have this in there instead of managing my own fork. Thanks!

I'm adding a call to `chruby_auto` in my zsh prompt `precmd()`. Downside is I think I'm now running `chruby_auto` again when I execute a command as well so it will...