Alexander Tsybulsky

Results 223 comments of Alexander Tsybulsky

@larshp Trying to do this again ... May I ask for some assistance ? The message says something wrong with `/ui2/cl_json.clas` which is not used anyhow ... :/

update didn't help: same error: ``` $node transpiled/index.mjs file:///.../text2tab/transpiled/%23ui2%23cl_json.clas.locals.mjs:281 lcl_parser.ty_data_tt = abap.types.TableFactory.construct(new abap.types.Structure({"parent": new abap.types.String({qualifiedName: "LCL_PARSER=>TY_DATA-PARENT"}), "name": new abap.types.String({qualifiedName: "LCL_PARSER=>TY_DATA-NAME"}), "full_name": new abap.types.String({qualifiedName: "LCL_PARSER=>TY_DATA-FULL_NAME"}), "value": new abap.types.String({qualifiedName: "LCL_PARSER=>TY_DATA-VALUE"}), "type": new...

![image](https://github.com/sbcgua/text2tab/assets/15635498/311470b3-37a6-4869-8091-032d74d59d2c) :/ I guess the only way is to create own DOMA ...

Added domain/dtel to "deps" but no effect - same error

> try updating package.json to latest versions of the dependencies Yes, it's done [957b209](https://github.com/sbcgua/text2tab/pull/23/commits/957b2093bb82f3568219207ad93633894b578ac2)

Ah no, sorry (need to get rid of the package json in favor of script, it just makes things worse). But there is now another error ``` $node transpiled/index.mjs Void...

OK, now it is some issue with conv_exit ``` ZCL_TEXT2TAB_PARSER: running ltcl_text2tab_parser_test->create ZCL_TEXT2TAB_PARSER: running ltcl_text2tab_parser_test->apply_conv_exit kernel_cx_assert [Error] at cl_abap_unit_assert.assert_equals (file:///C:/Users/at/Documents/devs/Abap/text2tab/transpiled/cl_abap_unit_assert.clas.mjs:355:32) at async ltcl_text2tab_parser_test.apply_conv_exit (file:///C:/Users/at/Documents/devs/Abap/text2tab/transpiled/zcl_text2tab_parser.clas.testclasses.mjs:312:5) at async run (file:///C:/Users/at/Documents/devs/Abap/text2tab/transpiled/index.mjs:45:9) { me:...

Hmmm ``` actual: String { value: '', qualifiedName: 'STRING' }, expected: String { value: '', qualifiedName: 'STRING' }, ```

There is no code, but I added the input field/value pair. It's easy to identify the case now: `test_parse_negative( f = 'TDATE' v = '40.01.2015' err = 'XU' ). "...

Yeah, some compilation stuff ``` Error: check_syntax, Not a structure, type unknown, FieldChain, zcl_text2tab_serializer.clas.abap:369 check_syntax, Not a structure, type unknown, FieldChain, zcl_text2tab_serializer.clas.abap:371 unknown_types, Contains unknown, Type error, not a table...