Hi
Question1:
I would like to develop a new library in tonel format.
Can I load and write in tonel from Pharo 60?
Question2:
I have chrysal in tonel and it uses property environment in filetree
(I should convert
but I'm scared).
Is my baseline correct? Because it does not load in Pharo 60 (not
tested yet in Pharo 70).
baseline: spec
<baseline>
spec
baseline: 'Containers-PropertyEnvironment'
with: [ spec repository:
'github://Ducasse/Containers-PropertyEnvironment' ].
spec
for: #pharo
do: [ spec
package: 'Containers-PropertyEnvironment';
package: 'Chrysal' with: [ spec requires:
#('Containers-PropertyEnvironment') ] ]