Skip to content

Conversation

@jakobnissen
Copy link
Member

As pointed out by others, this means the method table for public objects contain a mix of public and private methods. That's bad. Instead, use things with private names to do our dirty unsafe business.

This is an API change, so I'll leave it for a bit before merging, in case other breaking stuff comes up.

As pointed out by others, this means the method table for public objects contain
a mix of public and private methods. That's bad. Instead, use things with
private names to do our dirty unsafe business.

This is an API change, so I'll leave it for a bit before merging, in case other
breaking stuff comes up.
@jakobnissen jakobnissen added the BREAKING Breaking PR label Apr 8, 2025
@codecov
Copy link

codecov bot commented Apr 8, 2025

Codecov Report

Attention: Patch coverage is 95.45455% with 1 line in your changes missing coverage. Please review.

Project coverage is 96.44%. Comparing base (8946f1f) to head (46c3652).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
src/basic.jl 93.75% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #19      +/-   ##
==========================================
- Coverage   96.82%   96.44%   -0.39%     
==========================================
  Files           5        5              
  Lines         252      253       +1     
==========================================
  Hits          244      244              
- Misses          8        9       +1     
Flag Coverage Δ
unittests 96.44% <95.45%> (-0.39%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

BREAKING Breaking PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant