Joachim
Joachim
Deprecated: Return type of Symfony\Component\Console\Helper\HelperSet::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /Users/joachim/Sites/_sandbox/dorgflow/vendor/symfony/console/Helper/HelperSet.php on line 111
See https://github.com/symfony/symfony/issues/33747
I had these branches: - 1234-actually-made-with-dorgflow - 1234-made-by-hand-later-because-I-forgot (active) Dorgflow complained that I was not on the feature branch.
Error messages that mention branches and the like need to give the actual name of the branch.
I had this branch: ``` Patch for Drupal.org. Comment (expected): 2; file: 2909573-2.commerce_license.Allow-order-items-to-already-have-a-license-set-on-them-during-order-sync.patch. Automatic commit by dorgflow. tweak Patch for Drupal.org. Comment (expected): 2; file: 2909573-2.commerce_license.Allow-order-items-to-already-have-a-license-set-on-them-during-order-sync.patch. Automatic commit by dorgflow....
See https://stackoverflow.com/questions/6336440/how-can-i-make-git-am-git-apply-work-fuzzy-like-the-patch-command/44699442#44699442 for details. The script currently uses 'git apply', which throws an error if the patch doesn't apply perfectly. However, it's useful to be able to apply patches with...
We currently use an empty commit to mark the point when a user makes a local patch. (This is so that future patches can make an interdiff against it, and...
Rather than do a git rebase, which could cause conflicts and require manual handling, we should instead reparent commits -- see http://blog.plover.com/prog/git-reorder.html for details.
Dorgpatch (this project's predecessor) is able to detect a secondary branch if it has a name of the form '12345-tests'. It's probably too complex to create this branch automatically from...
If a module is already enabled, and an attribute plugin is generated which has, say, an `int` property, it crashes the site as soon as discovery cache is cleared. >...