Safe-DS / DSL

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

feat: various methods to work with strings #1112

Closed lars-reimann closed 2 months ago

lars-reimann commented 2 months ago

Closes #1108

Summary of Changes

Add several methods to work with strings:

Also rename the @PythonCall annotation to @PythonMacro to better describe what it does.

github-actions[bot] commented 2 months ago

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ MARKDOWN markdown-link-check 13 0 1.31s
✅ PYTHON black 1 0 0 0.83s
✅ PYTHON mypy 1 0 1.99s
✅ PYTHON ruff 1 0 0 0.14s
✅ REPOSITORY git_diff yes no 0.17s
✅ TYPESCRIPT eslint 6 0 0 5.32s
✅ TYPESCRIPT prettier 6 0 0 1.24s

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 (c7bd0fa) to head (934584d).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1112 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 109 109 Lines 20904 20878 -26 Branches 4099 4097 -2 ========================================= - Hits 20904 20878 -26 ```

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

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: