gitocello icon indicating copy to clipboard operation
gitocello copied to clipboard

Git O'Cello tries to bridge from Squeak+Monticello to GNU Smalltalk+Git

Results 6 gitocello issues
Sort by recently updated
recently updated
newest added

Trying to commit something with the commit message 'Return for the continuation monad actually means "put a _blocklike value_ into a continuation wrapping just that blocklike value.".' breaks badly, because...

Given packages - Unification - Unification-Tests - Unification-Destructuring - Unification-Destructuring-Tests I'd expected to see directory structure - Unification - Unification/Unification - Unification/Tests - Unification/Destructuring - Unification/Destructuring/Tests but instead, classes in...

This comes from https://github.com/frankshearar/PersistentUnionFind/blob/master/Extensions/Dictionary.st - ``` !Dictionary methodsFor: '*PersistentUnionFind' stamp: 'fbs 1/2/2012 14:21'! elementsOfClass: aParentObject ^ ((self associations select: [:assoc | (assoc value = aParentObject) or: [assoc key = aParentObject]]...

This is a regression in tfel.90, the ToolBuilder refactoring

100% CPU, don't what's causing it, User interrupt doesn't work

The UI uses ToolBuilder, which has been removed from Pharo. Try and make it so we don't need to load it.