-
-
Notifications
You must be signed in to change notification settings - Fork 375
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
Native Client #4501
base: main
Are you sure you want to change the base?
Native Client #4501
Conversation
Well, this hasn't gone very well. it doesn't appear to be possible to do this "non-intrusively"... My current problem, is that I can't seem to override a test module.
The
is the error without it. Aside from that the CI fails... but I don't understand why. I must have mucked something up pretty badly, but I fear the PR is too large to sift through and figure out why. |
It compiles though, so I guess that's something. |
If anyone is willing to have a look, I would need help. It comiles, some tests pass, but apparently I also but have also broken something quite fundamental which was what I hoped to avoid.
|
This would be the first meaningful step toward #4016
It should do the heavy lifting of porting the
to
With the idea being, that we can then cross compile a SN client. Currently, tests on native will fail, so they are not enabled. Waiting on SN 0.5.7.
The idea, is that this PR should keep the CI green, as it should integrate seamlessly.