sqitch_tool #830
brokenpylons
started this conversation in
Show and tell
sqitch_tool
#830
Replies: 1 comment
-
Woah, how fun is that? :-) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I made a refactoring utility sqitch_tool, which allows renaming (moving) and removing changes and the associated files in the deploy, verify and revert directories. It basically solves #290 and #295.
I mostly made it to scratch my own itch, so it's written in OCaml (it would probably take me more time to learn Perl, than it took me to write this). The implementation uses a character-level recursive descent parser for parsing
sqitch.plan
, which might be of interest.Beta Was this translation helpful? Give feedback.
All reactions