Marc Bernard

Results 564 comments of Marc Bernard
trafficstars

sounds like a hack ;-). not sure if there are side effects for example in parallel runs. #4470 are follow-ups but it's already working in general. why not try the...

i will take a look. might not be that difficult to implement

in general we avoid object type specific code outside of the `zc_abapgit_object_xxxx` classes. maybe you can use the post processing exit until we find something better. i added a comment...

Sorry, I'm a bit short on time currently. Feel free to do a PR. Then we can better see the impact.

Texts and translations are not handled consistently across object types. Here's how it should work, IMHO: - serialize should include main language + all translations - serialize should include a...

these objects exist only in the branch, so if you switch to master and pull (if that's what you mean by "moving"), then the objects should be deleted. However, there...

looks like the deletion is happening twice. try removing this line: https://github.com/abapGit/abapGit/blob/main/src/objects/zcl_abapgit_object_w3xx_super.clas.abap#L103 what's the basis release?

it looks a lot like this was fixed with https://github.com/abapGit/abapGit/pull/2741 (a long time ago), which ignores errors related to TADIR deletion. which version of abapGit were you using?

I had a look at the checker. It looks like it checks if tadir entries exist before writing the w3mi objects. Not sure if this was the case earlier. Looks...