Marc Bernard
Marc Bernard
- Remove unit test that doesn't work with transpiler - Added read-only fields for version value:  Let's get this merged 👍
yup. `get_text` works in all releases but I haven't checked if it returns the SQL error msg or a generic text in this case
closing in favor of JSON version (https://github.com/abapGit/abapGit/issues/804)
Some reasons: - AG doesn't have any dependencies - APACK would work only with your Z-package but not with namespaces like /name/package - Using APACK generates code which can become...
There is no roadmap. AG is a community project with a handful of active contributors. Everything depends on volunteers. The intensions for APACK were similar to what you expected. However,...
it should provide a better error msg. please describe a small example with package/object names so we can reproduce it
it sounds like you tried to import the subpackage `ZDS_DEV_TOOLS_COMMON` only. In that case, objects in `ZS_DEV_TOOLS` are outside of the imported repo/zip scope (`tadir` selection). Currently, abapGit is not...
I added a chapter to the docs. https://github.com/abapGit/docs.abapgit.org/pull/45
I tried a few times to reproduce it but always got `Package and path do not match for object` instead of the `PREFIX ....` error you got. You wrote the...
I was now able to reproduce it with online as well as offline repos. Working on a fix