Skip to content

Fix argument order in wevalstr and add regression test - #108

Open
Youjack wants to merge 1 commit into
JuliaInterop:masterfrom
Youjack:fix-wevalstr-pr
Open

Youjack wants to merge 1 commit into
JuliaInterop:masterfrom
Youjack:fix-wevalstr-pr

Conversation

@Youjack

@Youjack Youjack commented Sep 18, 2026

Copy link
Copy Markdown

Summary

wevalstr(link, T, str) passed the expression and return type to weval in the wrong order. This PR corrects the call to weval(link, T, W"ToExpression"(str)) and adds a regression test for typed string evaluation.

Testing

Tested with Julia 1.13.0 on macOS ARM64. The package built and precompiled successfully.

The isolated wevalstr regression test passes. The full suite stops earlier at two unchanged ParseError assertions in “Conversion of strange characters” (test/runtests.jl:46 and :50).

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.

1 participant