-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add proxy flag and category to interfaces #87
Conversation
for INTF I see ie. its most important to do the changes in the |
Actually, I did it this way, but I mixed up files and did not recognise that I didn't add the changes to file- |
@@ -1,5 +1,19 @@ | |||
INTERFACE zif_aff_intf_v1 PUBLIC. | |||
|
|||
TYPES: | |||
category_base TYPE n LENGTH 2, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a false-positive, isn't it? The type is used in the ENUM below as base type
different issue: the editor config requires no newline at end of file, editing the file via github web always adds newline at end of file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
Co-authored-by: Lars Hvam <[email protected]>
conflicts resolved, lets merge this? and keep #86 open |
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
github actions is kind of down, this is the 5th time over the last 7 days... |
Relates to #86.