Lars Hvam

Results 1025 comments of Lars Hvam

yea, its just difficult when some stuff is in a book, some stuff is online 🤷‍♂️ from my POV the good thing about the styleguide is to have a common...

https://github.com/abaplint/abaplint/issues/2257 will be published in a bit

@mbtools try again, latest version

yea, I agree, always do the good example tho, might be a separate new rule

alternatively rename to "classic_exceptions_style" with two configuration parameters `no_number_overlap: true` `enumerate_all: true`

yea, this is also a bug in https://github.com/abapGit/upport

they are not valid 702 syntax, 702 accepts `IF value1 COMARATOR value2` not `IF method( )` workaround for you example is ```abap IF boolc( contains( val = '/folder/' end =...

well, I dont have access to any 702, same as you so we can keep guessing, or choose to write the code so its 100% compatible

Predicative method calls/expressions was introduced in 740sp08, https://help.sap.com/doc/abapdocu_752_index_htm/7.52/en-US/abennews-740_sp08-expressions.htm#!ABAP_MODIFICATION_1@1@

hmm, yea would like to test it first, but I dont have access to any 702 system