stagefile work part 3
the focus of this is to fix the completely broken Require_stagefile
mechanism (as you'll understand from the commit message of the second commit (well, fifth with the part#2 stuff bundled)).
this obviously builds upon part #2 (robustification) in MR #117, which is still pending. i'll rebase once it's merged, but there's no reason to not let you see what's up next and no real reason that review cannot commence i guess.
testing a simple build worked fine, but i plan to next go through all of the files and double check the listed dependencies to be certain since up to now they've just been ignored. i'll push a fix if i spot anything.
Merge request reports
Activity
added 18 commits
-
2150722c...eeedf10d - 10 commits from branch
live-team:master
- d8bed642 - fix another wrong stage file filename
- 0cc57c6a - stagefiles: simplify & robustify
- cef2d6f9 - stagefiles: further robustify with auto filenames
- e4107550 - stagefiles: refactor Require_stagefile()
- 9e7a8137 - stagefiles: fix completely wrong require-stages logic
- fa59e82b - stagefiles: avoid stagename in required error
- 50902a4d - stagefiles: only list missing stages
- 35da15c9 - stagefiles: s/Require_stagefile/Require_stagefiles/
Toggle commit list-
2150722c...eeedf10d - 10 commits from branch
added 12 commits
-
35da15c9...7e41b126 - 5 commits from branch
live-team:master
- ecdb4da3 - stagefiles: simplify & robustify
- 62548aea - stagefiles: further robustify with auto filenames
- 842f5008 - stagefiles: refactor Require_stagefile()
- 4ed046d7 - stagefiles: fix completely wrong require-stages logic
- 8c631ad9 - stagefiles: avoid stagename in required error
- 9a68b0ba - stagefiles: only list missing stages
- fa48f506 - stagefiles: s/Require_stagefile/Require_stagefiles/
Toggle commit list-
35da15c9...7e41b126 - 5 commits from branch
added 12 commits
-
fa48f506...a773edb8 - 5 commits from branch
live-team:master
- b7103c1d - stagefiles: simplify & robustify
- d183feec - stagefiles: further robustify with auto filenames
- 8c335251 - stagefiles: refactor Require_stagefile()
- 7081fb4c - stagefiles: fix completely wrong require-stages logic
- e1b9cd98 - stagefiles: avoid stagename in required error
- 6a7fac9b - stagefiles: only list missing stages
- d1e68cec - stagefiles: s/Require_stagefile/Require_stagefiles/
Toggle commit list-
fa48f506...a773edb8 - 5 commits from branch
added 8 commits
-
d5dfe38b - 1 commit from branch
live-team:master
- 2334ee21 - stagefiles: simplify & robustify
- 82a2e03a - stagefiles: further robustify with auto filenames
- 06511a58 - stagefiles: refactor Require_stagefile()
- e0bb3cc4 - stagefiles: fix completely wrong require-stages logic
- 18a058e8 - stagefiles: avoid stagename in required error
- 1fa8aa19 - stagefiles: only list missing stages
- c820e5c0 - stagefiles: s/Require_stagefile/Require_stagefiles/
Toggle commit list-
d5dfe38b - 1 commit from branch
added 8 commits
-
bea349c8 - 1 commit from branch
live-team:master
- 04d9ee02 - stagefiles: simplify & robustify
- fe9195b5 - stagefiles: further robustify with auto filenames
- 82cc3f9c - stagefiles: refactor Require_stagefile()
- 32170b8b - stagefiles: fix completely wrong require-stages logic
- 95214400 - stagefiles: avoid stagename in required error
- 1b6cc6bc - stagefiles: only list missing stages
- 71373eaa - stagefiles: s/Require_stagefile/Require_stagefiles/
Toggle commit list-
bea349c8 - 1 commit from branch
- Resolved by Raphaël Hertzog
- Resolved by Raphaël Hertzog
added 6 commits
-
dadeec9d - 1 commit from branch
live-team:master
- 1b09b152 - stagefiles: refactor Require_stagefile()
- ea0f6b78 - stagefiles: fix completely wrong require-stages logic
- 3bed138f - stagefiles: avoid stagename in required error
- fe0d2358 - stagefiles: only list missing stages
- fb0790cc - stagefiles: s/Require_stagefile/Require_stagefiles/
Toggle commit list-
dadeec9d - 1 commit from branch
update: i did go through the set of dependencies today, as I said I would in the original description. I found no issues that would cause a problem with the change in behaviour of the function, complementing the successful test run.
Edited by Lyndon Brownenabled an automatic merge when the pipeline for bdffaebe succeeds