-
Notifications
You must be signed in to change notification settings - Fork 22
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
Release 0.25.0 #250
Release 0.25.0 #250
Conversation
It now uses tests/conanfile_deployment.py and it also doesn't fail quite as hard when a package such as cloe-plugin-vtd is not available.
In addition, we sort the dependencies alphabetically.
docs/news/release-0.25.0.md
Outdated
## Add Lua support | ||
|
||
Lua is a lightweight embedded language that can now be used to define simulation | ||
configuration and test execution. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lua could do the evaluation as well, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, that is true.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed. And added links to documentation.
To be clear: there can always be more documentation, and this is also true here.
No description provided.