It works for most parts. There are few examples I will send in a note that is broken.

viz: AthensSurfaceExamples >> #exampleStrokeRect should probably in its subclass AthensCairoSurfaceExamples

* #exampleDrawText.. and believe other Text drawing expect FreeTypeFont only as asserted ... but are sent StrikeFont..�

* AthensTestRenderTest >> #testWindowRender �fails as the PluggableTextMorph >> initialize has a an empty text #setText: '' call..�

Need to go down lot more.. and play with it.. seems really neat for external module callout..

Great stuff, need to get down to bottom of it.. incentive enough to re-learn the necessary bits about assembly lang. Will look at integrating this permanently with my works till it fails to live up �as stable..�


BTW: is it extensible to ARM..? I believe so.. also for Raspberry kind of kits..�

Long way off to try that out.. but just interested in knowing..



On Tue, Aug 28, 2012 at 6:48 AM, Igor Stasenko <siguctua@gmail.com> wrote:
On 27 August 2012 23:58, Lawson English <lenglish5@cox.net> wrote:
> I get this using Pharo 1.4. Thing is, it was working a few weeks ago and now
> not.
>
> I was hoping to do a video on how to add simple ultra-fast assembler methods
> using NB but still can't because the target is moving way too fast. My usual
> strategy is to show how to load a package in a brief intro video, and then
> how to use it in the second part. During the time I learned how to use NB at
> the assembler level, everything that I was doing broke.
>

I need you to say what is broken. The extension methods which was lost
due to 1.4/2.0 disturbance
is not a big deal (i hope), i am added them back, so things should do
not break out of the box on 1.4.

And if you have more problems with it, please tell, because there was
not many changes at that level
and in overall most of changes are cosmetic and not functional (like
changing decorate:while: to decorate:during:). All of the code i wrote
works without changes, so if you have different problem just say,
Lawson. And please be more specific, because "everything" is not very
precise word for describing a problem :)

> Kinda hard to make a video to show how to install and then use it those
> circumstances.

I trying to keep the installation instructions up to date on project web site.

>
> L
>


--
Best regards,
Igor Stasenko.