Marc Bernard

Results 590 comments of Marc Bernard
trafficstars

Reproducible test case: https://github.com/mbtools/ZS_DEV_TOOLS_COMMON 1. Create two packages ![image](https://user-images.githubusercontent.com/59966492/193921698-a5752e88-391c-4c43-ad7d-8ad9ba40f5f7.png) 2. Create repo for package ZS_DEV_TOOLS_COMMON 3. Pull repo ![image](https://user-images.githubusercontent.com/59966492/193921852-1376f75b-cc1a-45eb-b98c-60b1046440f3.png) ![image](https://user-images.githubusercontent.com/59966492/193922249-25fc6688-c0b3-4522-97e8-09120e07fc48.png) 4. Assign data element ZS_LAST_LINE to package ZS_DEV_TOOLS ![image](https://user-images.githubusercontent.com/59966492/193921311-9b35618b-a7fa-4c8e-8ad6-f0fe68460c10.png) 5....

Yes, some testing is appreciated. Standalone version which includes the change is attached here: [zabapgit_standalone_5805.zip](https://github.com/abapGit/abapGit/files/9862708/zabapgit_standalone_5805.zip)

Thanks for the test. Looks like it worked properly in general. It's a function group from the view maintenance generator. Some of these includes have an editor lock and can't...

I updated the error message in #5849 Please leave a short msg in https://github.com/abapGit/abapGit/pull/5805 that it was tested successfully. Thx

standard table can have secondary UNIQUE keys: ```abap TYPES: ty_overwrite_tt TYPE STANDARD TABLE OF ty_overwrite WITH DEFAULT KEY WITH UNIQUE HASHED KEY object_type_and_name COMPONENTS obj_type obj_name. ``` not an easy...

I finally found some time for this... Meanwhile GH has updated their API docs which made defining the joi schema a piece of cake. I combined the state mapping into...

One file had CR instead of LF... Anyway, all checks have passed! Yay! Ready for final review 😄

removed the tags that didn't fit our version naming. `git tag -a -m "message"`

This needs BAS to reproduce and test but my BAS isn't working 😦