Lars Hvam
Lars Hvam
eg. the woff file in abapGit must be copied manually after transpiling
via setting? https://github.com/abaplint/abaplint/pull/3429
have it jump to the start of the corresponding thing
should throw an exception instead of dumping
manual pull of https://github.com/abapGit/diff3_mirror testing test for ABAP cloud compatibility
Hi, Can we enable/remove feature flag ALAV? I haven't really tested it, but its been there for a while Defined and used in class [`zcl_abapgit_abap_language_vers`](https://github.com/abapGit/abapGit/blob/main/src/env/zcl_abapgit_abap_language_vers.clas.abap)
`options.values` is checked to be an array in line 579, `if (!Array.isArray(options.values)) {` I don't think its needed also to perform the same check again, for each entry in the...
**Relevant sections of the style guide** https://github.com/SAP/styleguides/blob/main/clean-abap/CleanABAP.md#keep-single-parameter-calls-on-one-line **Question** in ```abap result = some_method_call( VALUE #( FOR i = 2 UNTIL i > 4 ( strings[ i ] ) ) )....
closes #3604