Zander Hill

Results 52 comments of Zander Hill

What does typing `exit!` do in those situations?

Note: this works for some cases but not inside matches and in function heads. To make these work cleanly it needs to be a defmacro and be inlined during compilation....

This is ready for review and I'm using it currently as it is in my own projects :).

I'm interested to try out gitless as the tool to handle modified files or added files when switching branches. But when trying it in a repository with many compiled/downloaded assets...

So the current `mmake export` output for `Makefile` from room of this project is: ``` #- start=include github.com/tj/make/golang #- start=include github.com/tj/make/cloc # Output source statistics. cloc: @cloc --exclude-dir=client,vendor . .PHONY:...

Thanks for the suggestion. I'm happy to accept a PR that enables this.

What auto complete are you wishing for? Is it for mmake, ie update and help. Or for make itself, as a pass through from mmake? > On Sep 22, 2019,...

Sounds like this would work in a bash environment for basic completions: https://stackoverflow.com/a/54094920 (bash-completions).

There are also some shell configs in SO that list how to do varying qualities of this :D.

Examples are failing from README due to apex/make changing. ``` include github.com/apex/make/deploy ```