-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
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
IOC: Convert an IOC to Lua #4288
Comments
I started writing a lua boot script as part of another ticket; I had to stop because it was getting too much work. The issue I came across was that The remedy to this is adding We also need to find a place for generally useful lua scripts. We decided these would go in the utilities repository so they can be accessed everywhere. I wrote a few functions which are generally useful to all IOC boot files; I didn't get as far as moving them out of a single lua script though. The lua script I wrote is on this branch: |
A lua script is now called from st-common.cmd to run the regular functionality of st-common.cmd Lua utility scripts now placed in utilities module and used in the st-common.lua IocTestFramework tests for oercone pass. However, the code can definitely be cleaned up and not all acceptance criteria are met. Still to do:
|
See new ticket for future work on this issue #4811 |
As a developer I want an IOC converted to use LUA because it is a nicer language to use to start an IOC.
Acceptance criteria
The text was updated successfully, but these errors were encountered: