Max Howell

Results 442 comments of Max Howell

Reopening. I think I probably hardcode the derives data path someplace. Not that this should matter.

Sorry about these problems. I cannot reproduce locally. The workaround is ensuring the Xcode 10.2 command line tools are installed, perhaps, does that help?

There are several ways you could mean “share” could you be more specific?

If you want a module in another Cake project, you can just copy the folder, no need to have menu items.

To share modules across multiple projects you would need to convert it to a Swift package. In theory we could support local file references as dependencies though. I have no...

Well, I'm not saying I don’t want this feature, merely that I have not needed it (yet) so I do not have a good idea for how it would work....

I guess subversion and mercurial. Git is overwhelmingly used currently, but it sucks when you are using eg. subversion and a tool only expects git.

Hi, thanks for the thorough write up. I think what we should do is allow specification of the location of module hierarchies and allow multiple hierarchies. Something like: ```swift import...

**Notably** this happens if you move a directory, since the FSWatcher doesn't coalesce certain events the move seems to result in two copies of the directory being moved being submitted...

Worth researching if this can be enforced with separate Xcode projects.