Safe-DS / DSL

Statically checked Data Science programs.
https://dsl.safeds.com
MIT License
11 stars 0 forks source link

feat: partial code generation for multiple targets #1114

Closed lars-reimann closed 2 months ago

lars-reimann commented 2 months ago

Closes partially #1079

Summary of Changes

Partial code generation now works for multiple targets instead of just one.

github-actions[bot] commented 2 months ago

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ MARKDOWN markdown-link-check 1 0 0.33s
✅ REPOSITORY git_diff yes no 0.14s
✅ TYPESCRIPT eslint 10 0 0 5.16s
✅ TYPESCRIPT prettier 10 0 0 1.46s

See detailed report in MegaLinter reports _Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff_

_MegaLinter is graciously provided by OX Security_

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (b6d4f16) to head (adfa942).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1114 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 109 110 +1 Lines 20878 20919 +41 Branches 4097 4101 +4 ========================================= + Hits 20878 20919 +41 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

lars-reimann commented 2 months ago

@SmiteDeluxe You can now pass a list containing the names of your target placeholders to services.runtime.Runner.executePipeline. Then you can just dump your additional code into the pipeline and don't need to change the existing code.

lars-reimann commented 2 months ago

:tada: This PR is included in version 0.14.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: