-
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: categorize API elements #1263
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 #1263 +/- ##
=======================================
Coverage 99.75% 99.75%
=======================================
Files 112 112
Lines 12828 12828
Branches 4212 4212
=======================================
Hits 12797 12797
Misses 31 31 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
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.
Looks great overall, I've just added a few suggestions.
packages/safe-ds-lang/src/resources/builtins/safeds/data/tabular/containers/Table.sdsstub
Outdated
Show resolved
Hide resolved
packages/safe-ds-lang/src/resources/builtins/safeds/data/tabular/containers/Table.sdsstub
Show resolved
Hide resolved
packages/safe-ds-lang/src/resources/builtins/safeds/data/tabular/containers/Table.sdsstub
Outdated
Show resolved
Hide resolved
packages/safe-ds-lang/src/resources/builtins/safeds/data/tabular/plotting/ColumnPlotter.sdsstub
Outdated
Show resolved
Hide resolved
packages/safe-ds-lang/src/resources/builtins/safeds/lang/ideIntegration.sdsstub
Outdated
Show resolved
Hide resolved
…tegration.sdsstub Co-authored-by: Lars Reimann <mail@larsreimann.com>
…ar/containers/Table.sdsstub Co-authored-by: Lars Reimann <mail@larsreimann.com>
## [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)
🎉 This PR is included in version 0.22.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Summary of Changes
Modifies the language stubs in preparation for the Custom Editor/Visualization PR #1243.
Defines/Adjusts the DataScienceCategories and assigns them to a sample amount of functions and classes from the Safe-Ds language.