-
Notifications
You must be signed in to change notification settings - Fork 65
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
import mini_core in test directory #583
Conversation
Thanks for your contribution! According to the error in the CI, it seems like you would need to find a way to import Importing Also, please put the documentation changes in a separate PR: I'd like to review this stuff separately. |
hey @antoyo could you help clarify the test setup and how mini_core should be made available to the tests |
It seems the What info do you need on the test setup? |
hey, thanks, , i'm running into some issues though, i can't successfully run so, how/where does |
That's the first thing you should try to get working. |
sure! run:
./y.sh test --mini-tests
result:
[BUILD] build system
error: the 'cargo' binary, normally provided by the 'cargo' component, is not applicable to the 'nightly-2024-08-11-aarch64-apple-darwin' toolchain and i've got the necessary toolchains installed |
Sorry, I forgot about this. Let me first check whether GCC works on aarch64 Mac today. |
From what I can see here, it seems like it's still not supported. |
no i wasn't able to but i've got a pc with arch on it and im gonna move development there and try to run the pogram |
Ok. If you need any help to do the setup, don't hesitate to ask questions. |
I implemented this in this commit as I needed it to simplify the last sync. |
this PR fixes issues #571