Lars Hvam

Results 1025 comments of Lars Hvam

add the error code to the message in fail() ?

`npm install && npm test` cl_abap_datfm: think I fixed it this morning, https://github.com/open-abap/open-abap-core/pull/726 there is a abaplint typing bug, which I might have time to look at tomorrow morning

this parts, https://github.com/sbcgua/text2tab/blob/29dbdb0d359d3f297176c5562b61cebdde398e5e/src/zcl_text2tab_parser.clas.abap#L615-L640, sets `sy-subrc`, suggest replacing with a normal variable, or raising directly where the error occurs this will also make the code more Steampunk compatible

nice, next fix = https://github.com/abaplint/transpiler/pull/1291

also stumbled upon https://jmespath.org

the logic in https://github.com/larshp/abapOpenChecks/blob/master/src/utils/zaoc_orphaned_includes.prog.abap might help

plus probably ``` $ ./abaplint "../abapFaker/src/**/*.*" -s 100% - 0.0s - Reading files - zcl_faker_provider_phone.clas.xml 100% - 4.4s - Lexing and parsing(Cloud) - CLAS ZCL_FAKER_PROVIDER_PHONE 100% - 0.3s - Second...

clash here, https://github.com/abapify/assert/issues/6

can it be reproduced on the 1909 developer edition? anyhow, probably a workaround is needed for that particular class