-
Notifications
You must be signed in to change notification settings - Fork 26
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
Refactor to allow internal Tonel generated without files #55
Comments
+1 I would also like it to display the code of the Spec Examples next to them in a tab. |
@bencoman Do you want to export a full package or just a class? I don't see how you'll do to export a full package without files since it needs to generate multiple files. (Note that you can do it without "real" files with a MemoryFileSystem). If it's to export only a class, I'll propose a PR. |
I've copied this from the PR for a more permanent record. If you add that to a fresh system it can be used like this...
Then |
We are writing a GUI for Exercism.io to submit solutions directly from Pharo to their web server,
so we need to generate Tonel files as strings without touching the file system.
Refactor to facilitate this.
[EDIT: I forgot to mention, I'll submit a PR for this soon]
The text was updated successfully, but these errors were encountered: