-
-
Notifications
You must be signed in to change notification settings - Fork 194
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
Add Data.Map (containers-0.6.2.1) to common dependencies #1041
Comments
@petertseng Is this the same issue described in #1006? Or is |
The presence of My advice is is that we have the same two possibilities as #1006 (comment), but I will modify that comment to be applicable to this situation.
|
@petertseng submitting @ErikSchierboom are there currently any tracks that allow editing multiple files in the online editor or that allow to add extra libraries in some other way? |
The C/C++ tracks have both a .h and a .c/.cpp file the student can edit. There is no special way to add extra libraries. |
Should then |
Possibly, yes |
Now that the online editor supports editing the It seems more consistent to me to not include |
Thanks for the update and sorry for taking so long to reply. I can edit But adding a version constrain (
If I remember correctly, the test runner does not have Internet access when running the tests. |
The exercises use a Stackage snapshot. The versions included in a snapshot are listed on Stackage. |
There's already a little comment explaining adding dependencies:
Would it be too much information to add a disclaimer that just any version would not work? And/or a short explanation about Stackage, maybe with some links? |
I feel this becomes a lot, fast. I'm fine with the …Maybe this file could be / is automatically generated (?), and the text could be shortened to
|
Just something like
should be OK, I think. If the version of Stackage would be there - even better, not required. But this discussion is probably outside of the scope of this ticket - I'll close this one and create a new one for the disclamer. |
Created #1098 |
If my solution (e.g., the Grade School) imports
Data.Map
, the test runner fails with:Given that
Data.Map
is the 3rd most popular import (see #1006), would be nice to have it imported by default.The text was updated successfully, but these errors were encountered: