Dave Abrahams

Results 392 comments of Dave Abrahams

Oh, yeah… I don't know how to fix the README for the semantics you've got, but branch is not a branch name and tag is not a tag name. For...

We should really discuss how to fix this. I just came back here and find myself opting for https://github.com/SwiftyLab/setup-swift/ because I can't figure out what these instructions mean. Presumably your...

Clearly doesn't have to be this hard. The swiftylab component makes it trivial. Anyone could implement the same API.

Continuing from https://github.com/swift-actions/setup-swift/issues/634#issuecomment-1980787840 @compnerd wrote: > I know that you are frustrated by those options, but they are what apple uses. I'm happy to rename them, but we need the...

could this be as simple in the instructions as saying, > for an official release version X, use > > ```yaml > with: > branch: swift-${{ X }}-release > tag:...

IMO the right thing to do is disable glob validation until it can be made to match what GitHub uses.

Okay, that's a start; I guess I'm trying to understand how you deal with your own settings, given this: ```elisp ;;; Make Custom UI code disposable (prot-emacs-builtin-package 'cus-edit ;; Disable...

> sometimes the documentation string is not sufficiently informative Yes, people are bad at documentation > The only reason I make the custom-file temporary is to enable commands like M-x...

> I prefer that people get in the habit of reading the code they will end up using. Well, I still believe in libraries and abstraction. But I also believe...

> the configuration is produced by reading only my files Do you mean that package-install is called explicitly at startup, on all the packages you are using? Thanks