Dawid Gracek

Results 21 comments of Dawid Gracek

@larshp , the default one, but I turned off _prefer_pragmas_. As in original project I have syntax set to v702, so I can't use pragmas. But just disabling _prefer_pragmas_ rule...

Another example. It's available on Abaplint Playground. Just disable **_prefer_pragmas_** for _**NEEDED**_ ``` REPORT zfoobar. CLASS lcl_test DEFINITION. METHODS foo RETURNING VALUE(result) TYPE zsome_class_name=>constant_structure-constant_value "#EC NEEDED RAISING zcx_some_exception. ENDCLASS. ```

I can't change the formatting as whole project is in that way and developers already used to it. I will wait for the keyword but I think it's a workaround...

@larshp, will you be starting work on this in the near future?

Works like a charm! Thanks!

> Hi [@DGRHicron](https://github.com/DGRHicron), I made some changes to the zlib stream. Could you test [#7453](https://github.com/abapGit/abapGit/pull/7453), please? Wow! Thanks for the try! I really appreciate the effort! Below are results. ###...

@mbtools This time, unlucky. Maybe there is another smart way to get compressed length and get rid of decompression? In my situation, decompression by cl_abap_gzip works perfectly ok. It's just...

> The last change moved `zcl_abapgit_zlib_convert` logic into `zcl_abapgit_zlib_stream` so you have to add them together for comparison. That's why I asked for total time 😉 > > Originally, the...