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

fix: zig 0.11 #62

Merged
merged 23 commits into from
Feb 28, 2024
Merged

fix: zig 0.11 #62

merged 23 commits into from
Feb 28, 2024

Conversation

freedmand
Copy link
Contributor

Description

Updates Zig to 0.11. This should fix #60 and #55 (which is automatically resolved by later Zig version)

Test Steps

After Screenshot(s)

Before Screenshot(s)

iMichka and others added 6 commits February 15, 2023 06:49
Fixes error during packing on MacOS with Homebrew:
Error: Failed changing dylib ID of /usr/local/Cellar/fastfec/0.1.9/lib/libfastfec.dylib
  from @rpath/libfastfec.dylib
    to /usr/local/opt/fastfec/lib/libfastfec.dylib
Error: Failed to fix install linkage

and

  Error: Failed changing install name in /opt/homebrew/Cellar/fastfec/0.1.9/bin/fastfec
    from /opt/homebrew/opt/pcre/lib/libpcre.1.dylib
      to @@HOMEBREW_PREFIX@@/opt/pcre/lib/libpcre.1.dylib

See ziglang/zig#13388, where this is inspired from
@freedmand freedmand requested a review from a team as a code owner February 25, 2024 17:31
python/tox.ini Outdated
@@ -1,5 +1,5 @@
[tox]
envlist=py{3}
envlist=py{3.10}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this want to be py{3.11}?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, thanks!

@freedmand freedmand merged commit 89e1fd6 into develop Feb 28, 2024
18 checks passed
@freedmand freedmand deleted the fix/zig branch February 28, 2024 02:32
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.

3 participants