Skip to content

Change type of bool to gboolean#1422

Merged
bynect merged 1 commit into
dunst-project:masterfrom
dcermak:bool-to-boolean
Dec 20, 2024
Merged

Change type of bool to gboolean#1422
bynect merged 1 commit into
dunst-project:masterfrom
dcermak:bool-to-boolean

Conversation

@dcermak

@dcermak dcermak commented Dec 20, 2024

Copy link
Copy Markdown
Contributor

bool and gboolean are not exactly the same type, they only evaluate to the same value in C on little endian architectures but evaluate differently on big endian. This causes issues on e.g. s390x as described in #1421

This fixes #1421

`bool` and `gboolean` are not exactly the same type, they only evaluate to the
same value in C on little endian architectures but evaluate differently on big
endian. This causes issues on e.g. s390x as described in dunst-project#1421

This fixes dunst-project#1421

Co-authored-by: Josef Reidinger <jreidinger@suse.com>
Co-authored-by: Aleksei Bavshin <alebastr@fedoraproject.org>
@dcermak

dcermak commented Dec 20, 2024

Copy link
Copy Markdown
Contributor Author

The respective scratch build succeeded on koji on all architectures: https://koji.fedoraproject.org/koji/taskinfo?taskID=127042321

@bynect bynect merged commit 381fd98 into dunst-project:master Dec 20, 2024
@bynect bynect mentioned this pull request Dec 26, 2024
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.

test_dbus_cb_dunst_RuleList fails on s390x

2 participants