abaplint-sci-client
abaplint-sci-client copied to clipboard
dependency code vs production/checked code
When generating dependencies to git via ZABAPLINT_DEPENDENCIES only dependencies outside of the checked code should be found and serialized, the serialialization should be as minimal as possible
When checking an object online via SCI, both checked code and dependencies are sent to the REST service. Checked code(inside the package defined) must be fully serialized, and dependencies as minimal as possible
I think currently there are some issues and mixups, and might be a few scenarios/rules missing in above text