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

cherry-pick: API BREAK: use unsigned types for 1-bit fields of 'obj_state_s' #85

Merged
merged 1 commit into from
May 27, 2024

Conversation

edaniels
Copy link
Contributor

@edaniels edaniels commented Apr 8, 2024

Fixes #80

@thomasfleming-cs, probably still better to update the vendored library all together but this is tiny to start

@edaniels edaniels force-pushed the bitfield_proper_set branch 2 times, most recently from 30f1f96 to 08d8187 Compare April 11, 2024 21:46
@edaniels edaniels changed the title Properly set TRUE value of bitfields of size 1 cherry-pick: API BREAK: use unsigned types for 1-bit fields of 'obj_state_s' Apr 11, 2024
@edaniels
Copy link
Contributor Author

@goccy just bumping for your attention. Thank you for your work!

@gedw99
Copy link

gedw99 commented May 27, 2024

thanks @edaniels

can confirm this fixed things for me.

rm -rf go-graphviz
git clone https://github.com/edaniels/go-graphviz -b bitfield_proper_set
@echo go-graphviz >> .gitignore
touch go.work
go work use go-graphviz
cd go-graphviz/cmd/dot && go build . 

@goccy
Copy link
Owner

goccy commented May 27, 2024

@edaniels Sorry for late reply. Looks good to me this changes, but I couldn't confirm any CI logs, so please push empty commit and re-run CI.

@edaniels
Copy link
Contributor Author

@goccy done. Looks like it needs your approval to start.

@goccy goccy merged commit c66e25e into goccy:master May 27, 2024
6 checks passed
@goccy
Copy link
Owner

goccy commented May 27, 2024

Thank you for your contribution ! Merged.

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.

Build warnings of [-Wsingle-bit-bitfield-constant-conversion] from outdated GraphViz library
3 participants