Vitor Medina Cruz wrote:
I was wondering: is there another format available for Filetree?
Hi Vitor, I'm not sure exactly what you're looking for. The current package formats in Pharo are, as you probably know, Filetree and MCZ (Monticello archives). I find Filetree easier to use, managing source code in Git.
From Filetree was developed Cypress, which is very similar, and intended to be compatible across different Smalltalk dialects.
I'm working on a second version of the Cypress standard, which will have two basic formats: file-per-method, similar to the current Cypress, and a file-per-class format. The two formats will be logically equivalent, but each has strengths and weaknesses regarding the tools they work with. I hope this answers some of what you were looking for. Further questions are welcome. Regards, -Martin