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 Notify() signature in notify_unsupported.go #53

Merged
merged 1 commit into from Aug 12, 2023

Conversation

sjmulder
Copy link
Contributor

The other versions all take a third appIcon argument but this version did not, breaking builds on platforms using this code path.

(This is the same fix as this PR from last year, which I only discovered just now, but against a newer master branch)

The other versions all take a third appIcon argument but this version
did not, breaking builds on platforms using this code path.
netbsd-srcmastr pushed a commit to NetBSD/pkgsrc that referenced this pull request Aug 10, 2023
There were two issues with dependency 'beeep':

 1. The 'unix' backends weren't selected for Illumos
    gen2brain/beeep#54

 2. The fallback 'unsupported' backend had a signature mismatch:
    gen2brain/beeep#53

Both were fixed in a patched fork at https://github.com/sjmulder/beeep,
which is used here. Once the issue is fixed upstream the original
dependencies can be used again.
@gen2brain gen2brain merged commit b45d012 into gen2brain:master Aug 12, 2023
3 checks passed
sjmulder added a commit to sjmulder/tut that referenced this pull request Aug 13, 2023
 - Build error due to signature mismatch:
   gen2brain/beeep#53
 - Use 'unix' implementation rather than 'unsupported'
   gen2brain/beeep#54
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.

None yet

2 participants