Marc Bernard
Marc Bernard
Separates status calculation from repo layer and consistency check. No changes to calculation logic.
1.132.0
It's been a while. Time for a new release
https://github.com/abapGit-tests/SUSH works, but there are other issues: - Deserializing "lead application does not exist" Examples: https://github.com/abapGit-tests/HTTP, https://github.com/abapGit-tests/SAJC_dep - Incomplete deletion (#7128)
TL;DR I fixed the spinner, yay! If you like it, [buy me a ☕ or 🍕 ](https://github.com/sponsors/mbtools). ### Background In 10.7.0, a [spinner](https://github.com/npm/cli/pull/7432) was introduced to the npm cli, a...
```abap IF i = i. "... ENDIF. ``` Similar to https://eslint.org/docs/latest/rules/no-self-compare It would be nice to capture these cases, too too, although they are direct comparisons: `act = exp` in...
```abap REPORT zfoobar. CLASS lcl_test DEFINITION. PRIVATE SECTION. DATA i TYPE i. METHODS m. ENDCLASS. CLASS lcl_test IMPLEMENTATION. METHOD m. me->m( ). "
At least one unhandled exception from SYSTEM_FAILURE, COMMUNICATION_FAILURE, RESOURCE_FAILURE ```abap CALL FUNCTION 'Z_ABAPGIT_SERIALIZE_PACKAGE' DESTINATION lv_dest EXPORTING iv_package = lv_package iv_folder_logic = lv_folder_logic iv_main_lang_only = lv_main_lang_only IMPORTING ev_xstring = lv_xstr EXCEPTIONS...
```abap DATA lx_error TYPE REF TO cx_root. TRY. "... CATCH cx_root INTO lx_error. " don't use lx_error ENDTRY. ``` `lx_error` should be unused
- Docusaurus plugin removal from changesets - Fix link to docs
This change allows middleware plugins to set their own security headers. Now the headers are only set, if they have not been set before. This way you can define, for...