-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: cleaner public api #54
Conversation
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #54 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 10 11 +1
Lines 499 500 +1
=========================================
+ Hits 499 500 +1 ☔ View full report in Codecov by Sentry. |
@WinPlay02 Would you mind reviewing this? |
It's also quite interesting that when I also add |
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.
Should be good to merge
🎉 This PR is included in version 0.7.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
### Summary of Changes Adjust code generation to runner API changes (see Safe-DS/Runner#54).
Closes #53
Summary of Changes
Define a small public interface consisting of
safeds_runner.file_mtime
,safeds_runner.memoized_call
,safeds_runner.save_placeholder
.These are used by the code generator of the DSL.