Skip to content
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: output statement #1262

Merged
merged 22 commits into from
Nov 10, 2024
Merged

feat: output statement #1262

merged 22 commits into from
Nov 10, 2024

Conversation

lars-reimann
Copy link
Member

Closes #1259

Summary of Changes

Add a new kind of statement, the output statement, to inspect results of expressions without creating useless placeholders.

@lars-reimann lars-reimann linked an issue Nov 10, 2024 that may be closed by this pull request
13 tasks
Copy link

github-actions bot commented Nov 10, 2024

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Elapsed time
✅ JSON jsonlint 2 0 0.12s
✅ JSON npm-package-json-lint yes no 0.66s
✅ JSON prettier 2 0 0 0.77s
✅ JSON v8r 2 0 8.56s
✅ MARKDOWN markdown-link-check 4 0 1.56s
✅ REPOSITORY git_diff yes no 0.07s
❌ TYPESCRIPT eslint 23 0 2 6.82s
✅ TYPESCRIPT prettier 23 0 0 2.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

Copy link

codecov bot commented Nov 10, 2024

Codecov Report

Attention: Patch coverage is 98.78049% with 3 lines in your changes missing coverage. Please review.

Project coverage is 99.75%. Comparing base (a651ade) to head (4304a47).
Report is 6 commits behind head on main.

Files with missing lines Patch % Lines
...uage/generation/python/safe-ds-python-generator.ts 94.82% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1262      +/-   ##
==========================================
+ Coverage   99.69%   99.75%   +0.06%     
==========================================
  Files         110      112       +2     
  Lines       12642    12828     +186     
  Branches     4167     4212      +45     
==========================================
+ Hits        12603    12797     +194     
+ Misses         39       31       -8     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@lars-reimann lars-reimann merged commit 011ba31 into main Nov 10, 2024
5 of 7 checks passed
@lars-reimann lars-reimann deleted the 1259-out-statement branch November 10, 2024 15:12
lars-reimann pushed a commit that referenced this pull request Nov 24, 2024
## [0.22.0](v0.21.1...v0.22.0) (2024-11-24)

### Features

* categorize API elements ([#1263](#1263)) ([d0d971e](d0d971e)), closes [#1243](#1243)
* disable inlay hints for assignee types by default ([#1260](#1260)) ([a651ade](a651ade))
* improve error messages from linker ([#1272](#1272)) ([eddd868](eddd868)), closes [#1268](#1268)
* output statement ([#1262](#1262)) ([011ba31](011ba31)), closes [#1259](#1259)
* remove schema concept from grammar ([#1273](#1273)) ([1a3bf80](1a3bf80)), closes [#1133](#1133)
@lars-reimann
Copy link
Member Author

🎉 This PR is included in version 0.22.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@lars-reimann lars-reimann added the released Included in a release label Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released Included in a release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

out statement
1 participant