Skip to content

fix the Base.dataids method#40

Merged
nsajko merged 1 commit intoJuliaArrays:mainfrom
nsajko:b
Sep 18, 2025
Merged

fix the Base.dataids method#40
nsajko merged 1 commit intoJuliaArrays:mainfrom
nsajko:b

Conversation

@nsajko
Copy link
Copy Markdown
Member

@nsajko nsajko commented Sep 18, 2025

  • For types where the element can be mutated, which is only Box, the fallback defined in Base should be OK.

  • For types where the element can not be mutated, just return an empty tuple.

Fixes #34

* For types where the element can be mutated, which is only `Box`, the
  fallback defined in `Base` should be OK.

* For types where the element can not be mutated, just return an empty
  tuple.

Fixes #34
@codecov
Copy link
Copy Markdown

codecov bot commented Sep 18, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (fbacb1a) to head (badef22).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #40   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           69        69           
=========================================
  Hits            69        69           

☔ 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.

@nsajko nsajko merged commit 3afa92f into JuliaArrays:main Sep 18, 2025
8 checks passed
@nsajko nsajko deleted the b branch September 18, 2025 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

dataids: do not forward to dataids of element, dataids in Base does not seem to care about nested arrays

1 participant