Fabian Lupa

Results 25 issues of Fabian Lupa

If two loggers have each other attached the log messages will be exchanged indefinitely. The check whether a logger is already attached should include all attached loggers recursively as well...

I added a method to zif_abapgit_gui_event_handler and want to reset to the state of upstream/main. This doesn't work. While the method gets removed from the interface the method implementations are...

bug

Not sure how it works but shouldn't the `@@ CLASS ... IMPLEMENTATION => METHOD method_name` be rendered directly above the `METHOD method_name` line? ![image](https://user-images.githubusercontent.com/5270359/94921119-e99f7580-04b7-11eb-8983-a9b61ec6d99a.png)

user interface

If you have some unsupported object types in your repo a container appears listing these objects. When you then use the "view diff" button to display a diff and return...

user interface

Just found this, Z-namespace seems to be allowed including temp packages. Might not be useful in onpremise, not sure. ![image](https://user-images.githubusercontent.com/5270359/170963399-1c8967e1-cadc-4a91-b08d-c1fde44b168c.png) https://help.sap.com/docs/BTP/65de2977205c403bbc107264b8eccf4b/b31aa03640b940d5981ce2af1cd0a019.html?locale=en-US doesn't list it either.

serialization
new feature

Repo: https://github.com/abapGit-tests/SHI5_with_SHI3 I created an enhancement ID (SHI5) and a component structure (SHI3-GHIER) with transaction SBACH02 and attached the new structure to the application component hierarchy. ![image](https://user-images.githubusercontent.com/5270359/99766985-85398380-2b02-11eb-8f30-3589e6f923c3.png) That's also whats...

serialization
bug

Local version of the program has documentation, remote doesn't. Pull does not delete the local version of the documentation. I think it's because an update only occurs if there are...

bug

In the guide the following section is included: https://github.com/SAP/styleguides/blob/edd95d5d3428f763e2e11a25c7e7255d2d06d515/clean-abap/sub-sections/AvoidEncodings.md?plain=1#L175-L176 I don't think that's correct / too broad of a statement. Here are two examples I recently ran into where naming...

... lead to a parser error. ![image](https://user-images.githubusercontent.com/5270359/171908014-4d920a6a-a7a1-4545-a83a-faa82d5db9cc.png) https://help.sap.com/doc/abapdocu_756_index_htm/7.56/en-US/index.htm?file=abapform_definition.htm Seems like this form of the form syntax is even more obsolete, not sure why it exists. Possibly for some generated code...

bug

On Node 18.2.0 I get this error: ![image](https://user-images.githubusercontent.com/5270359/170502257-4bbae0f5-e428-4e5e-8314-f3fee8af8307.png) ``` TypeError: Failed to parse URL from /home/fabian/Code/abapGit/node_modules/sql.js/dist/sql-wasm.wasm at new Request (node:internal/deps/undici/undici:4813:19) at Agent.fetch2 (node:internal/deps/undici/undici:5539:29) ... 4 lines matching cause stack trace...