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

use addr instead unsafeAddr #846

Merged
merged 2 commits into from
Jun 26, 2023
Merged

use addr instead unsafeAddr #846

merged 2 commits into from
Jun 26, 2023

Conversation

Angluca
Copy link
Contributor

@Angluca Angluca commented Jun 23, 2023

warning:: unsafeAddr is a deprecated alias for addr
use addr instead.

warning:: `unsafeAddr` is a deprecated alias for `addr`,
use `addr` instead.
@floooh
Copy link
Owner

floooh commented Jun 23, 2023

Nice! Will try to take care of this and the PR in sokol-nim over the weekend.

@floooh
Copy link
Owner

floooh commented Jun 23, 2023

Ok, same NIm version compatibility problem in the CI pipeline like in floooh/sokol-nim#21 (comment).

Can you try upgrade the nim-version here?

nim-version: 1.6.12

@Angluca Angluca force-pushed the master branch 2 times, most recently from c6f4eca to 8c70b26 Compare June 23, 2023 21:02
@floooh
Copy link
Owner

floooh commented Jun 24, 2023

...hmm, no idea what's going wrong there in the Nim setup...

@Angluca
Copy link
Contributor Author

Angluca commented Jun 24, 2023

I test nim_version: devel is ok (devel is v1.9+, nim will upgrade to v2.0 at next year)
Wait until tomorrow It will succeed (see sokol-nim :)

@floooh floooh merged commit d3c9ea7 into floooh:master Jun 26, 2023
25 checks passed
@floooh
Copy link
Owner

floooh commented Jun 26, 2023

Ok merged, thanks for the PR!

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