-
Notifications
You must be signed in to change notification settings - Fork 14
Methods with template-typed arguments #36
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
Comments
Can you try with the new commit (38023c8) I've just pushed on the main branch? Latest development done on operator may have fixed the issue you are reporting. Philippe. |
Both still fails (if you namespace A).
And thanks for taking time so quickly! |
Should be fixed by the merged PR: see test/TestNamespace new unit test. Please, reopen the issue if it's not fully fixed. |
Thanks! I am now getting very different errors, most of them related to inheritance, but I cannot find a minimal reproducer right now (tried for almost an hour now to get something). Basically I am getting errors on two types of things now:
both errors are new. I will try to bisect later this week which commit caused this. |
For this MWE I modified TestTemplate2
and set
auto_veto = true
in the ".wit" toml.Interestingly, read write access for B::data is generated, but faulty, whereas B::f is skipped. I tried to track this one down myself, but I cannot exactly pin down what leads to this failure.
Using
auto_veto = false
and this file heregenerates B::F, but the access to data is still broken.
The text was updated successfully, but these errors were encountered: