Lars Hvam
Lars Hvam
```abap CATCH sdfsd. write 'something'. RETURN. ENDTRY. ENDMETHOD. ```
```abap IF iv_step = zif_abapgit_object=>gc_step_id-abap. ls_intf = read_xml( io_xml ). IF ls_intf-vseointerf-clsproxy = abap_true. " Proxy interfaces are managed via SPRX deserialize_proxy( iv_transport ). RETURN. ELSE. deserialize_intf( is_intf = ls_intf...
statement flow relevant?
there is caching going on, but one level above, https://github.com/abaplint/abaplint/blob/f5e326823eee124c5dddbf80b535e50d53086df7/packages/core/src/abap/2_statements/combi.ts#L943
if/before starting, suggest adding some logging first to see how much/if there is to gain
well in https://github.com/stubbini/CEI_GCTS/tree/main/objects/CLAS/ZIMS1 each method is stored in a separate file(like the internal database representation) ie. not a problem for gCTS
yea, something like https://steampunk.abaplint.org/CLAS_CL_ABAP_C_WRITER.html ?
run the [command line](https://www.npmjs.com/package/@abaplint/cli) or https://github.com/marketplace/abaplint to check code
the config file is passed on command line to the executable, not the abap code itself if not supplying any configuration it will use the default, see https://playground.abaplint.org the default...
and package naming, eg. as package names are global I typically prefix all subpackages with the name of the super package