Skip to content
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

[v3] Export Pharo objects to source code text files. #440

Open
samWson opened this issue Sep 19, 2020 · 1 comment
Open

[v3] Export Pharo objects to source code text files. #440

samWson opened this issue Sep 19, 2020 · 1 comment
Assignees

Comments

@samWson
Copy link
Contributor

samWson commented Sep 19, 2020

Source code is not written in text files in Pharo. Instead it is all in an image file which is essentially a snapshot of object memory.

To write exercises for the website we need to serialize Pharo objects as human readable text files. This is something we already do for v2. I'm going to rewrite just the code I need and add it to the pharo-smalltalk part of this repo.

The outcome of this issue is that we can write exercises in the Pharo IDE and have the exercise text files we need in the repo.

@samWson samWson self-assigned this Sep 19, 2020
@samWson
Copy link
Contributor Author

samWson commented Oct 21, 2020

This pull request to the V2 repo puts the existing exercise generator code under test: #426

With that done I can duplicate most of it's functionality for a V3 exercise generator. I'll then move common code into an abstract super class.

@nicolechalmers nicolechalmers changed the title [Pharo-Smalltalk] Export Pharo objects to source code text files. [v3] Export Pharo objects to source code text files. Jan 28, 2021
@nicolechalmers nicolechalmers transferred this issue from exercism/v3 Jan 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant