On Fri, Jan 21, 2011 at 7:01 AM, Hern��n Morales Durand
<hernan.morales@gmail.com> wrote:
2011/1/21 Javier Pim��s <elpochodelagente@gmail.com>:
> Hi! I just gathered many of my previous experiences trying to use opengl and
> uploaded it to the pharo book. It would be nice if someone could check the
> info, try to add more and mainly test the tips to see if they are working.
Link?
��
> With FFI OpenGL I'm getting an error while compiling a test method in Pharo
which error?
I added
this issue��to describe the problems and uploaded a slice to solve some.
��
> 1.2 and some problems with underscore assignments and deprecations, we
which problems?
Menu -> System -> Settings
Write underscore, hit Enter
Check "Allow underscore as assignment"
To change all underscores _ to := install AST and RB and evaluate:
| environment change rule |
environment := BrowserEnvironment new forPackageNames: #('YourPackageName').
rule := RBUnderscoreAssignmentRule new.
SmalllintChecker runRule: rule onEnvironment: environment.
change := CompositeRefactoryChange new.
change changes: rule changes.
change execute
> should fix them but I don't think I have access to that repo. Also, loading
> it involves many steps, having a ConfigurationOfFFIOpenGL would be awsome.
> Please add anything you consider useful.
> Regards,
> ���� �� �� �� ��Javier.
>
> --
> Javier Pim��s
> Ciudad de Buenos Aires
>