filetree icon indicating copy to clipboard operation
filetree copied to clipboard

Add the ability for FileTree to handle metadata-reduced packages

Open ThierryGoubier opened this issue 10 years ago • 4 comments

When reading a package, gitfiletree skips monticello.meta/version and methodProperties.json, so those files could be removed (and then we would get rid of git merge conflicts !).

However FileTree is not yet able to read packages without those two files.

This Issue is for preparing a test case with a sample package, and the appropriate changes to FileTree reading code.

ThierryGoubier avatar Sep 26 '13 11:09 ThierryGoubier

Created an issue_113 branch, pushed the test case.

ThierryGoubier avatar Sep 27 '13 14:09 ThierryGoubier

Travis Ci is failing, but on a load conflict over FileTree. Could it be because FileTree is integrated in Pharo 3?

ThierryGoubier avatar Oct 28 '13 12:10 ThierryGoubier

@ThierryGoubier That just might be the case ... BTW I am in Argentina for the FAST conference this week ... when I get back (next week) i'll try to dig into these issues ...

dalehenrich avatar Oct 29 '13 15:10 dalehenrich

No worries, I'm on too many things at the moment and this will restrict a bit my ability to do things :). I also plan to really look into the file format issue and maybe propose something radical to get rid of as many git merge conflicts as possible.

ThierryGoubier avatar Oct 29 '13 15:10 ThierryGoubier