On 15 May 2013 09:37, Esteban Lorenzano <[email protected]> wrote:
>
> On May 14, 2013, at 12:45 AM, Igor Stasenko <[email protected]> wrote:
>
>> How did you loaded NBOpenGL?
>> For 2.0/3.0 pharo image use
>> (ConfigurationOfNBOpenGL project version: '2.0') load
>
> I added this important piece of information into 
> http://smalltalkhub.com/#!/~PharoExtras/NBOpenGL :)
> It would be a lot better to make
>
> ConfigurationOfNBOpenGL load.
>

unless you put a lot of complex logic behind that "load",
it will never work.
That's why i prefer to giving a version numbers. This version of
config works with 2.0 image,
and no pain, no surprises.
Now, when people get used to do "ConfigurationOfNBOpenGL load"
it is less pain, but just for the next major update of whatever
infrastructural parts in Pharo.

And second, for me, as developer , it is much more helpful to deal
with problem reports like:
"this version doesn't loads/works with this version of image"
instead of "i tried and it doesn't works" :)

> work out of the box, and also to copy them to MetaRepoForPharo20... so 
> everybody can load without needing to thing a lot about.
>
> Esteban



-- 
Best regards,
Igor Stasenko.

Reply via email to