Skip to content

adjust use of qs-invalid-hook so that it gets used at runtime #84

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rfindler
Copy link
Collaborator

The string-constants syntactic form is meant to be used only at runtime, not during any higher phases (as the choice of language won't be resolved when compiling the source code).

This pull request is one way to bring back the use of qs-invalid-hook. I'm not sure if it a good way to go. It might be better to just not translation this part, maybe.

I also did not test out how this works so that should be done before we merge.

@Metaxal
Copy link
Owner

Metaxal commented Mar 17, 2025

Seems fine to me. A test case would be nice for sure :) Feel free to merge when you are satisfied.

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.

2 participants