You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello Guziks,
As option -a (include-all) does not work, it would be nice to implement it. For SoMachine xml symbol files, where variables' direct addresses are not used this great converter is useless, result is "SoMachine records not found" even if the "include-all" option is specified.
I saw in src code some comments TODO in the sections related to above functionality. We, as a users of Your app, would be appreciated if you extend the app to have "include-all" option working.
Thx in advance.
The text was updated successfully, but these errors were encountered:
I'm glad to hear that someone out there actually uses the app, thx for the first third party feedback.
You are quite right about "include-all", it was implemented at the beginning and only ever worked with legacy parser, the one which reads ".var" files, and only for EasyBuilder target. The TODO comment reminds to implement it for all targets. Also, for this to work, ".xml" parser must be changed a bit.
Currently I'm working on a warp4j jar wrapper to easily create single binary self-contained java apps. In several days I plan to take a closer look at sm2csv to write additional user docs and make single binary release. Will see what could be done with "include-all".
Also it would be helpful to hear have you been able to successfully use the app on your other projects? What version of SoMachine are you using? What targets are you interested in? Versions of those targets?
Hello Guziks,
As option -a (include-all) does not work, it would be nice to implement it. For SoMachine xml symbol files, where variables' direct addresses are not used this great converter is useless, result is "SoMachine records not found" even if the "include-all" option is specified.
I saw in src code some comments TODO in the sections related to above functionality. We, as a users of Your app, would be appreciated if you extend the app to have "include-all" option working.
Thx in advance.
The text was updated successfully, but these errors were encountered: