abap
abap copied to clipboard
Update Reference Solution for Exercise "Book Store" (Replace Workaround)
trafficstars
resolves: #215
@larshp Could you take a look? The solution runs ob BTP ABAP Environment w/ all unit tests passing.
downport of FILTER is missing = https://github.com/abaplint/abaplint/pull/2720
@bau-mann feel free to join the abapGit slack channel, https://abapgit-slackinviter.herokuapp.com (this is a public invite link, so everyone is welcome), we have a #exercism channel there
hmm, got some problems with the downport,

tried with latest and it works:
"@abaplint/transpiler-cli": "^2.7.101",
"@abaplint/cli": "^2.102.54",
"@abaplint/runtime": "^2.7.101"
merge?