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

660: Static functions, default parameters, XPST0017 #800

Merged
merged 2 commits into from
Nov 7, 2023

Conversation

ChristianGruen
Copy link
Contributor

I’ve chosen XPST0017 over XPST0003 (it felt more intuitive to me).

Closes #660.

@ChristianGruen ChristianGruen added the Tests Needed Tests need to be written or merged label Oct 31, 2023
@ndw ndw added the Propose Merge without Discussion Change is editorial or minor label Nov 6, 2023
Copy link
Contributor

@michaelhkay michaelhkay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The use of XPST0017 doesn't match the description of this error in the appendix. Existing uses of XPST0017 all relate to errors in function calls, not errors in function declarations. In addition, this particular error is XQuery-specific which might mean that an XQ code is more appropriate. I would go for a new error code such as XQST0148.

@ChristianGruen
Copy link
Contributor Author

ChristianGruen commented Nov 6, 2023

Thanks, revised as suggested.

@ChristianGruen ChristianGruen added the Propose Merge without Discussion Change is editorial or minor label Nov 7, 2023
@ndw
Copy link
Contributor

ndw commented Nov 7, 2023

The group agreed to merge this PR at meeting 053

@ndw ndw merged commit c362e3b into qt4cg:master Nov 7, 2023
4 checks passed
@ChristianGruen ChristianGruen removed the Propose Merge without Discussion Change is editorial or minor label Jan 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Tests Needed Tests need to be written or merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Static functions, default parameters
3 participants