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

Import UInt8 from Base explicitely #174

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

felixcremer
Copy link
Contributor

This is to silence the warnings on Julia nightly:

 │  WARNING: Constructor for type "UInt8" was extended in `Zarr` without explicit qualification or import.
│    NOTE: Assumed "UInt8" refers to `Base.UInt8`. This behavior is deprecated and may differ in future versions.`
│    NOTE: This behavior may have differed in Julia versions prior to 1.12.
│    Hint: If you intended to create a new generic function of the same name, use `function UInt8 end`.
│    Hint: To silence the warning, qualify `UInt8` as `Base.UInt8` or explicitly `import Base: UInt8`

This is to silence the warnings on Julia nightly
@felixcremer
Copy link
Contributor Author

I looked at the failures but I don't understand what is happening. It seems as if the conversion from python to julia is massively broken.

@nhz2
Copy link
Member

nhz2 commented Mar 2, 2025

I have a PR #176 to switch from PyCall to PythonCall which seems to fix the CI

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.

2 participants