11

PSA: If you need to make dummy commits to trigger a pipeline for test purposes, please just use --allow-empty and make an empty one. Don't just add random newlines back and forth in stupid places.

Comments
  • 8
    Or....
    re-run the CI from the pipeline WebUi. Also:
  • 1
    What about amending no changes to an existing commit? It will change the hash but not the contents
  • 8
    @magicMirror Print debugging is surprisingly effective for me. The bad reputation isn't justified in my opinion. I also use the get distracted method a lot (but i don't actually take a walk) - and that indeed works pretty good whenever print debugging doesn't.
  • 2
    @Oktokolo im actually surpized that the print method is set so low on effectiveness in the chart, definitely underrated.
  • 2
    @magicMirror

    Printf debugging is extremely effective, I don't care what they tell you
  • 0
    @YADU I'm well aware.specially when tacking the hiesnbugs, multiprocess, and data race issues!
    Add Print/printf, stare at the log, stare at the code, goto start.

    Fun!
Add Comment