filetree icon indicating copy to clipboard operation
filetree copied to clipboard

Monticello repository for directory-based Monticello packages enabling the use of git, svn, etc. for managing Smalltalk source code.

Results 49 filetree issues
Sort by recently updated
recently updated
newest added

As (I point out in a comment on Issue #11)[https://github.com/dalehenrich/filetree/issues/11#issuecomment-22260049] we need to have a test that attempts to read a package with Traits into a GemStone ... at a...

task

Would it be possible to push new versions of the test packages to make sure they are coherent with their version metadata ? Test packages for issues 72 and 33...

see a1dfc016f5f04c2ccdf50e41d46bef4a3119a56b for the initial commit ... need to double check whether tests were added along with the repository

Using spaces currently breaks all the tooling inside the image. Unless that is fixed first I do not understand why filetree should not use tabs instead.

enhancement
pharo

MCFileRepositoryInspector>>refresh is defined as belonging to MonticelloGUI (MarcusDenker.213) and in MonticelloFileTree-Core there is a different version. Should the refresh in MonticelloFileTree-Core be put as an override (i.e. in category *monticellofiletree-core-override...

I introduced a Trait called TGitVisitor in FSGit (experimental branch). FileTree appears to write some things about the trait to disk but does not recognize it as being **in** the...

bug

If one uses a directory named `Packages` or `packages` for their FileTree packages, [GitHub will skip over those directories when looking for Smalltalk files](https://github.com/github/linguist/issues/459). The workaround is to use another...

In SVN 1.6, the SVN meta data is stored in each directory and FileTree wipes out the whole directory structure when it writes out a package which plays havoc with...

bug

During ESUG, @mkobetic, @janvrany and @martinmcclure discussed some [changes to the Cypress format](https://github.com/CampSmalltalk/Cypress/wiki): - common property keys - class properties - method file format

When code is saved from VW, namespaces are specified as metadata. There should be a way to specify a mapping between a namespace and a class name prefix, to be...

enhancement