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

docs: clearly differentiate implementation code and stub code #1037

Conversation

lars-reimann
Copy link
Member

@lars-reimann lars-reimann commented Apr 12, 2024

Closes #1034

Summary of Changes

In the library docs, replace the words "source code" with either "stub code" or "implementation code" depending on whether a declaration has an implementation in Safe-DS (pipeline/segment).

Copy link

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ MARKDOWN markdown-link-check 59 0 0.86s
✅ REPOSITORY git_diff yes no 0.14s
✅ TYPESCRIPT eslint 4 0 0 4.5s
✅ TYPESCRIPT prettier 4 0 0 1.14s

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 Apr 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (fc6e131) to head (195f0e2).
Report is 131 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #1037   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           99        99           
  Lines        18956     18966   +10     
  Branches      3900      3901    +1     
=========================================
+ Hits         18956     18966   +10     

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

@lars-reimann lars-reimann marked this pull request as ready for review April 12, 2024 19:25
@lars-reimann lars-reimann merged commit dbe96e3 into main Apr 12, 2024
9 checks passed
@lars-reimann lars-reimann deleted the 1034-for-stubs-clearly-indicate-that-the-source-code-contains-no-implementation branch April 12, 2024 19:25
@lars-reimann
Copy link
Member Author

🎉 This PR is included in version 0.12.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@lars-reimann lars-reimann added the released Included in a release label Apr 18, 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.

For stubs clearly indicate that the source code contains no implementation
1 participant