Skip to content

Fix sequence_end_event_initialize return type#16803

Merged
straight-shoota merged 1 commit intocrystal-lang:masterfrom
kojix2:libyaml-return-type
Apr 9, 2026
Merged

Fix sequence_end_event_initialize return type#16803
straight-shoota merged 1 commit intocrystal-lang:masterfrom
kojix2:libyaml-return-type

Conversation

@kojix2
Copy link
Copy Markdown
Contributor

@kojix2 kojix2 commented Apr 2, 2026

Fix yaml_sequence_end_event_initialize return type to Int.

grep -B 2 yaml_sequence_end_event_initialize /usr/include/yaml.h
YAML_DECLARE(int)
yaml_sequence_end_event_initialize(yaml_event_t *event);

@straight-shoota straight-shoota added kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:stdlib:serialization labels Apr 7, 2026
@straight-shoota straight-shoota added this to the 1.20.0 milestone Apr 7, 2026
@straight-shoota straight-shoota merged commit 2e02ad9 into crystal-lang:master Apr 9, 2026
50 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:stdlib:serialization

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants