-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
Known Issues #202
Comments
Hi Lars - how about mentioning these known issues in the relevant descriptions of the Code Challenges where they apply? It could help prevent frustations and false starts if people know that for example AT-constructs won't currently work on Exercism (even though solving the Aggregation challenge would be quite straightforward - I think - if it worked). Cheers |
Good points, Lars! I wasn't aware that just updating the description would trigger the update notice for users. Cheers |
VALUE in DATA: will be fixed with exercism/abap-test-runner#168 when approved by @exercism/maintainers-admin |
VALUE in DATA parts of CLASS DEFINITION are ignore: fixed, removed from list |
Using AT in LOOPs should now work, I'll keep it in the list until the corresponding issues are confirmed worknig |
Using
AT
#134
#201
=> abaplint/transpiler#706
FOR
loops with identical declared variable names#194
#200
#261
=> first part of solution is implementing renaming of variables in abaplint
SELECT FROM @itab
note that this will probably not be supported on Exercism, as a running database will be required
#181
abaplint/transpiler#669
The text was updated successfully, but these errors were encountered: