-
-
Notifications
You must be signed in to change notification settings - Fork 216
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
queen-attack: compile error without useful information #722
Comments
Hello. Thanks for opening an issue on Exercism. We are currently in a phase of our journey where we have paused community contributions to allow us to take a breather and redesign our community model. You can learn more in this blog post. As such, all issues and PRs in this repository are being automatically closed. That doesn't mean we're not interested in your ideas, or that if you're stuck on something we don't want to help. The best place to discuss things is with our community on the Exercism Community Forum. You can use this link to copy this into a new topic there. Note: If this issue has been pre-approved, please link back to this issue on the forum thread and a maintainer or staff member will reopen it. |
This error report has three aspects:
|
@siebenschlaefer Thanks for your help! the browser: chrome Version 116.0.5845.110 (Official Build) (64-bit) |
@siebenschlaefer It seems that the weird test page problem happens every time I open a new exercise. After I clicked back to exercise and continue in editor, it disappeared. |
eh... I just opened two and it appeared twice but the third one doesn't appear. I don't know whether some build errors in the last exercise triggered it. Sorry. |
Here is my solution:
queen_attack.h
queen_attack.cpp
If I just commented the line that throws the domain_error exception, it compiles but can't pass the test.
But if I throw the exception there, I got this:
We received the following error when we ran your code:
make[2]: *** [CMakeFiles/test_queen-attack.dir/build.make:70: CMakeFiles/test_queen-attack] Error 3
make[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/test_queen-attack.dir/all] Error 2
make: *** [Makefile:91: all] Error 2
And somehow, the Test page get wired...
The text was updated successfully, but these errors were encountered: