What is the error?
May be the configuration did not declare support for Pharo40
On 27/7/14 00:39, kilon alios wrote:
I am using pharo 4 and even though this works
Gofer new
smalltalkhubUser: 'LaurentLaffont' project: 'TilingWindowManager';
configuration;
load.
this does not work
(Smalltalk at:#ConfigurationOfTilingWindowManager) load .
neither this
(Smalltalk at:#ConfigurationOfTilingWindowManager) loadDevelopment .
bleedingEdge is no go too.
Should I assume that Pharo 4 is not supported yet ?
This is a great project that I am interested in contributing since
managing windows in Pharo is a pain.