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

Pharo and Rowan (GemStone) do not use the same version of the tonel package format #1

Open
dalehenrich opened this issue Oct 11, 2020 · 0 comments

Comments

@dalehenrich
Copy link
Member

The biggest difference is that GemStone uses Symbol -> String key value pairs in the metadata dictionaries, while Pharo uses Symbol -> Symbol key value pairs.

This difference can be see by running bin/t2f2t.sh tonel <path-to-XML-XMLParser>/t2f2t ... you will want to do a git reset --hard afterwords to clean up the diffs.

Eventually, I plan to support writing packages using a pharo_tonel format in Rowan, so that tonel repositories can be shared between GemStone and Pharo (GemTalk/Rowan#648)

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