-
Notifications
You must be signed in to change notification settings - Fork 10
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
Fix regression tests on Julia 1.10 #33
Comments
This is proably related to your point 3 above, but my code relying on having custom struct interpolation inside <script> tags breaks on 1.10beta2 as it throws from this line: HypertextLiteral.jl/src/script.jl Line 103 in 2bb4650
@clarkevans let me know if this is the same problem you mention in point 3 above or if I shall open a new issue Maybe on 1.10 due to |
Probably this is it. I could look at this later. Feel free to commit any updates. |
I don't have any clear way forward here unfortunately. Putting checks with I don't know how much performance critical is this code path, if going from 3ns to 20ns is OK probably the best way to keep the custom error message is to use a try-catch block, although it's not very elegant. I remember you had extensively optimized the performance of |
There are several independent breakages on nightly.
The text was updated successfully, but these errors were encountered: