Skip to content

Fix sequence_end_event_initialize return type#16803

Open
kojix2 wants to merge 1 commit intocrystal-lang:masterfrom
kojix2:libyaml-return-type
Open

Fix sequence_end_event_initialize return type#16803
kojix2 wants to merge 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
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