-
Notifications
You must be signed in to change notification settings - Fork 217
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
implement IsValid and IsConnected #10
Conversation
It seems |
The test on |
reopening so I can see instrutions to check it out |
The project has no INSTALL.txt file and installation instructions aren't in the README.md... can someone please add those? I dont know how to test. |
Thanks Dan. Maybe you can review the code first in case there are some issues I should fix. |
I skimmed it and it looked OK, but I can't test on mac without instructions. |
Ok, thanks. I will write one. |
This was the error
|
It is strange that we only use |
int32_t is what you get from #include <cstint>... int32 has to be defined
manually.
…On Sat, Apr 25, 2020 at 9:15 PM Haowen Qiu ***@***.***> wrote:
It is strange that we only use int32_t instead of int32, why is it int32
on Mac.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<https://github.com/danpovey/k2/pull/10#issuecomment-619378168>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAZFLOYCLP4FRV6FZUQ7WS3ROLPALANCNFSM4MQWW5ZQ>
.
|
I mean we never define |
I am developing on macOS. I will test your branch. |
Thanks! |
The tests passed on my macOS. Not sure why it fails for GitHub workflow.
|
Ok, thanks @csukuangfj . Maybe we can wait for @danpovey 's reponse as it can be reproduced on his local machine. |
Change the following line to run: CTEST_OUTPUT_ON_FAILURE=1 ctest --build-config $BUILD_TYPE will give you verbose output on test failure. Maybe you can create another pullrequest to do this. |
Ok, thanks |
Have you installed On Linux:
On macOS
|
OK, thx! |
Sad. Seems suddenly I cannot access Github on Xiaomi's clusters.....will check the build error when it's reconnected. |
632b612
to
4215254
Compare
Ok, ready to merge. Guys, please take a look, if there is no other issue, I'll merge it. |
Please also add |
4215254
to
af35f02
Compare
+1 |
Thanks @csukuangfj |
@danpovey , seems I cannot merge this. Please help to merge, thanks! |
Thanks @csukuangfj |
Haowen, it looks like you didn't yet accept my github invitation to you.
Maybe it's in your email.
…On Sat, Apr 25, 2020 at 10:54 PM Haowen Qiu ***@***.***> wrote:
Thanks @csukuangfj <https://github.com/csukuangfj>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<https://github.com/danpovey/k2/pull/10#issuecomment-619391314>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAZFLO22DQ7NDTNRVLQMTU3ROL2TBANCNFSM4MQWW5ZQ>
.
|
No description provided.