David E. Wheeler
David E. Wheeler
Took some time to implement three different options, including tests. Which one should we use? I'd be happy to submit a PR with the consensus choice. ``` go import (...
For better or for worse, Sqitch relies on directories for this functionality, not file names. The idea is that the file system provides a perfectly nice method for grouping files,...
Yes, they are documented in [the config docs](/theory/sqitch/blob/master/lib/sqitch-config.pod), but the [sqitch-configuration](https://github.com/theory/sqitch/blob/master/lib/sqitch-configuration.pod) docs go into detail on hierarchical target/engine/core config.
Afraid not, no. I marked this as a feature request in case someone wants to work on it, though.
No, no news, sorry. I've not been able to give Sqitch much attention for a while, and neither I nor my employer has a pressing need for this feature. Do...
I don't believe we could use `#` because it is reserved for comments.
Yeah, `mysql` already will, but not Sqitch's use of DBD::mysql. Happy to see this added if anyone has the TUITs.
Git has now been explicitly integrated into the `checkout` command. The next step should be to abstract it into a VCS-independent interface. I'm thinking it should be called `App::Sqitch::VCS`, and...
Not by me, alas. You have any interest in working on it, @nihonjinrxs?
Awesome, thank you!