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

remove type piracy methods #72

Merged
merged 1 commit into from
Dec 15, 2022

Conversation

KristofferC
Copy link
Contributor

@KristofferC KristofferC commented Dec 15, 2022

Due to changes in internals, this package (and packages that use it) will error on 1.8.4 when testing. Due to @inbounds they will actually probably have memory corruption in normal usage.

The failures can be seen at https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_hash/992d4ca_vs_0434deb/report.html.

It would be good to get a new version out somewhat quickly (at least before 1.8.4 is properly released)

Fixes #57.

cc @GiggleLiu, @Roger-luo

@codecov
Copy link

codecov bot commented Dec 15, 2022

Codecov Report

Base: 89.03% // Head: 88.90% // Decreases project coverage by -0.13% ⚠️

Coverage data is based on head (28f367a) compared to base (401ba18).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #72      +/-   ##
==========================================
- Coverage   89.03%   88.90%   -0.14%     
==========================================
  Files          13       13              
  Lines         757      739      -18     
==========================================
- Hits          674      657      -17     
+ Misses         83       82       -1     
Impacted Files Coverage Δ
src/linalg.jl 86.53% <ø> (-1.17%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@GiggleLiu
Copy link
Member

Thanks you for the reminder!

@GiggleLiu GiggleLiu merged commit caf50a2 into QuantumBFS:master Dec 15, 2022
@KristofferC KristofferC deleted the kc/type_piracy branch December 15, 2022 11:28
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.

remove pirates
2 participants