Skip to content

Replace int parameters with bools in parser#867

Merged
bnoordhuis merged 1 commit intoquickjs-ng:masterfrom
bnoordhuis:fix864
Jan 31, 2025
Merged

Replace int parameters with bools in parser#867
bnoordhuis merged 1 commit intoquickjs-ng:masterfrom
bnoordhuis:fix864

Conversation

@bnoordhuis
Copy link
Copy Markdown
Contributor

Declaring int when the parameter is in fact used as a bool is needlessly confusing.

Fixes: #864

Declaring int when the parameter is in fact used as a bool is needlessly
confusing.

Fixes: quickjs-ng#864
@bnoordhuis bnoordhuis merged commit 9712f77 into quickjs-ng:master Jan 31, 2025
@bnoordhuis bnoordhuis deleted the fix864 branch January 31, 2025 12:15
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.

js_parse_* functions should use PF_ flags, not booleans

2 participants