abap icon indicating copy to clipboard operation
abap copied to clipboard

Update Reference Solution for Exercise "Book Store" (Replace Workaround)

Open bau-mann opened this issue 3 years ago • 4 comments
trafficstars

resolves: #215

bau-mann avatar Oct 06 '22 18:10 bau-mann

@larshp Could you take a look? The solution runs ob BTP ABAP Environment w/ all unit tests passing.

bau-mann avatar Oct 06 '22 18:10 bau-mann

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

larshp avatar Oct 07 '22 06:10 larshp

hmm, got some problems with the downport,

image

larshp avatar Oct 07 '22 09:10 larshp

tried with latest and it works:

    "@abaplint/transpiler-cli": "^2.7.101",
    "@abaplint/cli": "^2.102.54",
    "@abaplint/runtime": "^2.7.101"

merge?

mbtools avatar Oct 03 '23 19:10 mbtools