-
-
Notifications
You must be signed in to change notification settings - Fork 107
Update test suite for exercise: rna-transcription #606
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
Comments
I looked at taking this issue, but I ran into a problem running the generator. Do we expect it to work on Linux? It looks like it can't find a DLL relating to Git:
Any ideas? Do I need Mono installed? |
OK. Found someone else had the same problem on Ubuntu. It looks like there are some native libraries for Linux, perhaps something isn't quite set up correctly with the LibGit2Sharp package. I'll investigate when I have some free time. |
I haven't yet tested on Linux, although I can confirm that it works fine on macOS. Let me know if you find anything, might indeed be a bug with the |
Yep, they look relevant. I'll have a dig in this evening when I get home. Thanks! |
Closed by #646. |
The
rna-transcription
exercise's test suite is automatically generated using its test generator. This test generator converts therna-transcription
's canonical data into the test suite just mentioned.The canonical data for the
rna-transcription
exercise has been updated since the test suite was last generated. We should be updating the test suite to the latest version. To do this, one should:generators
directory and running:dotnet run -e rna-transcription
../build.sh --exercise=rna-transcription
or.\build.ps1 -Exercise rna-transcription
, depending on your operating system.The text was updated successfully, but these errors were encountered: