You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
The biggest difference is that GemStone uses
Symbol -> String
key value pairs in the metadata dictionaries, while Pharo usesSymbol -> 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 agit 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)The text was updated successfully, but these errors were encountered: