I should remove the dependency to PharoRB. I will do that know.

Stef

On Aug 21, 2011, at 9:45 PM, Tudor Girba wrote:

> Hi,
> 
> RPackage loads the ConfigurationOfPharoRB, and this one loads 
> Refactoring-Extensions-Environment. The problem is that in this package there 
> is a reference to an unknown selectedEnvironment  variable, and this breaks 
> OB (browse package):
> 
> BrowserEnvironmentWrapper>>selectionIntervalFor: aString 
>       | interval |
>       interval := super selectionIntervalFor: aString.
>       ^interval notNil 
>               ifTrue: [interval]
>               ifFalse: [selectedEnvironment selectionIntervalFor: aString]
> 
> It should probably use the environment variable. I wanted to commit, but I do 
> not have the rights.
> 
> Cheers,
> Doru
> 
> --
> www.tudorgirba.com
> 
> "Not knowing how to do something is not an argument for how it cannot be 
> done."
> 


Reply via email to