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

[BUG] rust features rename drain_filter, hash_drain_filter #810

Closed
3 tasks done
electric-tao opened this issue Jun 22, 2023 · 1 comment · Fixed by #815
Closed
3 tasks done

[BUG] rust features rename drain_filter, hash_drain_filter #810

electric-tao opened this issue Jun 22, 2023 · 1 comment · Fixed by #815
Labels
bug Something isn't working

Comments

@electric-tao
Copy link

Checklist before submitting an issue

  • I have searched through the existing closed and open issues for eww and made sure this is not a duplicate
  • I have specifically verified that this bug is not a common user error
  • I am providing as much relevant information as I am able to in this bug report (Minimal config to reproduce the issue for example, if applicable)

Description of the bug

Due to changes in the rust nightly toolchain, compilation errors appear.
You need to rename features in main.rs

  • drain_filter -> extract_if
  • hash_drain_filter -> hash_extract_if

as well as the corresponding methods.

Reproducing the issue

No response

Expected behaviour

No response

Additional context

No response

@electric-tao electric-tao added the bug Something isn't working label Jun 22, 2023
@gh0stzk
Copy link

gh0stzk commented Jun 22, 2023

Same error here, trying from aur and manually git clone from eww page, gives that error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants