quickscript icon indicating copy to clipboard operation
quickscript copied to clipboard

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

Open rfindler opened this issue 11 months ago • 1 comments

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.

rfindler avatar Mar 16 '25 19:03 rfindler

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

Metaxal avatar Mar 17 '25 10:03 Metaxal