We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not sure if this is on open-abap problem or abaplint, but my unit tests are not running: https://github.com/abap2UI5/abap2UI5/actions/runs/5666941712/job/15354691155?pr=423
I am kind of sure it is because of this:
FIELD-SYMBOLS <arg> TYPE STANDARD TABLE. ASSIGN ('SO_BODY->MR_ACTUAL->ARGUMENTS->*') TO <arg>. z2ui5_lcl_utility=>raise( when = xsdbool( sy-subrc <> 0 ) ).
https://github.com/abap2UI5/abap2UI5/blob/b89af85981459e91378a40495d35e7cff1d0062a/src/z2ui5_cl_http_handler.clas.locals_imp.abap#L1353
This was the last change i made.
The text was updated successfully, but these errors were encountered:
transferred to transpiler
there is a bug in https://github.com/abaplint/transpiler/blob/main/packages/runtime/src/statements/assign.ts, it doesnt handle multiple arrows ->
->
Sorry, something went wrong.
No branches or pull requests
Not sure if this is on open-abap problem or abaplint, but my unit tests are not running:
https://github.com/abap2UI5/abap2UI5/actions/runs/5666941712/job/15354691155?pr=423
I am kind of sure it is because of this:
https://github.com/abap2UI5/abap2UI5/blob/b89af85981459e91378a40495d35e7cff1d0062a/src/z2ui5_cl_http_handler.clas.locals_imp.abap#L1353
This was the last change i made.
The text was updated successfully, but these errors were encountered: