Re: [Pharo-project] Why FileSystemHandle has writable flag, but not readable?

2012-08-28 Thread Camillo Bruni
'foo' asFileReference isReadable 'foo' asFileReference isWriteable 'foo' asFileReference permissions On 2012-08-29, at 01:14, Igor Stasenko wrote: > you know, it can happen that you can open a file for write but not for read. > > i do not see how i can say "this reference is for write only"

Re: [Pharo-project] The MC diff tool highligting is broken

2012-08-28 Thread Camillo Bruni
add a bug report :) On 2012-08-28, at 22:21, Igor Stasenko wrote: > in 2.0 it highlights random portions of text, completely out of sync > with real difference. > > and if you resize the window, it doesn't changes, it doesn't follows > the text.. (i think this can be a good hint to look for a p

Re: [Pharo-project] Pharo/Seaside as back-end for a social media app

2012-08-28 Thread Francois Stephany
Hi Oscar, + Media transmission, ie sending/retrieving Photos and Videos (What Seaside modules I can use for this?) You probably don't want to serve medias with Pharo but use Apache/nginx/whatever. They serve static files really well and you don't want to put load on your Smalltalk for such

[Pharo-project] Pharo/Seaside as back-end for a social media app

2012-08-28 Thread Oscar E A Callaú
Hi all, I plan to build a social media app, initially targeted to iOS clients. I was wondering if pharo 1.4 and seaside 3.07/3.1 are enough for a back-end where at least these requirements are expected: + Rest communication (I can use Seaside-REST) + Media transmission, ie sending/retrievi

[Pharo-project] Why FileSystemHandle has writable flag, but not readable?

2012-08-28 Thread Igor Stasenko
you know, it can happen that you can open a file for write but not for read. i do not see how i can say "this reference is for write only" -- Best regards, Igor Stasenko.

Re: [Pharo-project] [ANN] NativeBoost v 1.3

2012-08-28 Thread Igor Stasenko
On 28 August 2012 23:41, Chris Cunningham wrote: > On Tue, Aug 28, 2012 at 2:20 PM, Igor Stasenko wrote: >> On 28 August 2012 16:31, S Krish wrote: >>> Cannot parse. You want to integrate it till it fails? :) >>> >>> >>> Yes.. keep it in from now on in the main base till it shows up as unus

Re: [Pharo-project] [ANN] NativeBoost v 1.3

2012-08-28 Thread Chris Cunningham
On Tue, Aug 28, 2012 at 2:20 PM, Igor Stasenko wrote: > On 28 August 2012 16:31, S Krish wrote: >>> >> Cannot parse. You want to integrate it till it fails? :) >> >> >> Yes.. keep it in from now on in the main base till it shows up as unusable. >> I do not mind occasional instability.. or somethi

Re: [Pharo-project] Again: Basic Questions about NativeBoost

2012-08-28 Thread Igor Stasenko
On 28 August 2012 14:02, drush66 wrote: > Does NB support writing callbacks in smalltalk that can be called by external > library? > the support is there.. but it is not functional .. yet. So, the answer is: NO. But no, you can write callbacks using smalltalk, if that smalltalk is assember code,

Re: [Pharo-project] [ANN] NativeBoost v 1.3

2012-08-28 Thread Igor Stasenko
On 28 August 2012 16:31, S Krish wrote: >> > Cannot parse. You want to integrate it till it fails? :) > > > Yes.. keep it in from now on in the main base till it shows up as unusable. > I do not mind occasional instability.. or something I can workaround... :). > i think you meant 'i will use it

Re: [Pharo-project] Who broke UTF8TextConverter?

2012-08-28 Thread Igor Stasenko
On 28 August 2012 14:45, Henrik Sperre Johansen wrote: > On 28.08.2012 14:35, Igor Stasenko wrote: >> >> or it was like that from the birth?? >> >> agg... >> >> | stream | >> stream := WriteStream on: (ByteArray new: 100). >> >> UTF8TextConverter new nextPut: (Character value: 129 ) toStre

Re: [Pharo-project] Why it takes much more time to load stuff in 2.0 comparing to 1.4?

2012-08-28 Thread Igor Stasenko
On 28 August 2012 14:55, Camillo Bruni wrote: > run it in the profiler and compare the results. > I am very interested int he results :P we can try it tomorrow, if you will be there :) > > On 2012-08-28, at 04:06, Igor Stasenko wrote: > >> I was checking how ConfigurationOfNativeBoost behaves o

[Pharo-project] The MC diff tool highligting is broken

2012-08-28 Thread Igor Stasenko
in 2.0 it highlights random portions of text, completely out of sync with real difference. and if you resize the window, it doesn't changes, it doesn't follows the text.. (i think this can be a good hint to look for a place to fix) -- Best regards, Igor Stasenko.

Re: [Pharo-project] Multiple worlds

2012-08-28 Thread Patrick Barroca
Hello, You can check this entry in Laurent's blog. http://magaloma.blogspot.fr/2011/06/multiple-worlds-for-twm.html On Tue, Aug 28, 2012 at 4:34 PM, H. Hirzel wrote: > Hello again, > > A follow-up question. > > I loaded the TilingWindowManager (TWM) by Laurent Laffont. > ( MetacelloConfigurati

Re: [Pharo-project] Multiple worlds // how to switch between them...

2012-08-28 Thread H. Hirzel
To be more precise. Is there another way than WorldManager instance createOrSwitchToWorldNamed: 'myOtherDesktop'. and then back with WorldManager instance createOrSwitchToWorldNamed: 'Pharo'. On 8/28/12, H. Hirzel wrote: > Hello again, > > A follow-up question. > > I loaded the Til

Re: [Pharo-project] Multiple worlds

2012-08-28 Thread H. Hirzel
Hello again, A follow-up question. I loaded the TilingWindowManager (TWM) by Laurent Laffont. ( MetacelloConfigurationBrowser open. ) TWM is supposed to support multiple virtual desktops. How do I start using this feature? E.g. a pointer to a blog entry? Thank you in advance. --Hannes On 8/2

Re: [Pharo-project] [ANN] NativeBoost v 1.3

2012-08-28 Thread S Krish
> Cannot parse. You want to integrate it till it fails? :) Yes.. keep it in from now on in the main base till it shows up as unusable. I do not mind occasional instability.. or something I can workaround... :). Need to learn and deep dive to use it to exploit its potential ... which is huge.. at

Re: [Pharo-project] Multiple worlds

2012-08-28 Thread H. Hirzel
Hello Any news on having multiple virtual desktops in Pharo? I currently use Pharo 1.4, maybe it is in 2.0? Regards --Hannes On 5/2/12, Stéphane Ducasse wrote: > Esteban > > Having multiple virtual desktops is cool and this is not the full project > syndrome so we should check the code and if

Re: [Pharo-project] Again: Basic Questions about NativeBoost

2012-08-28 Thread Luc Fabresse
Hi, In Pharo 2.0 (perhaps not the latest one), NBFFICallbackTests -> 10 run, 7 passes, 3 expected failures so I would say that NB supports some callbacks ;-) Cheers, #Luc 2012/8/28 drush66 > Does NB support writing callbacks in smalltalk that can be called by > external > library? > > >

Re: [Pharo-project] Why it takes much more time to load stuff in 2.0 comparing to 1.4?

2012-08-28 Thread Camillo Bruni
run it in the profiler and compare the results. I am very interested int he results :P On 2012-08-28, at 04:06, Igor Stasenko wrote: > I was checking how ConfigurationOfNativeBoost behaves on 1.4 > and i noticed that it loads like 3-5 times faster comparing to 2.0.. > > and i refusing to believ

Re: [Pharo-project] Who broke UTF8TextConverter?

2012-08-28 Thread Henrik Sperre Johansen
On 28.08.2012 14:35, Igor Stasenko wrote: or it was like that from the birth?? agg... | stream | stream := WriteStream on: (ByteArray new: 100). UTF8TextConverter new nextPut: (Character value: 129 ) toStream: stream. stream contents #[129] This is WRONG! RTFM, about utf8 encoding,

Re: [Pharo-project] Who broke UTF8TextConverter?

2012-08-28 Thread Mariano Martinez Peck
igor, maybe this is related to http://code.google.com/p/pharo/issues/detail?id=6565 ? On Tue, Aug 28, 2012 at 2:35 PM, Igor Stasenko wrote: > or it was like that from the birth?? > > agg... > > | stream | > stream := WriteStream on: (ByteArray new: 100). > > UTF8TextConverter new nextPu

[Pharo-project] Who broke UTF8TextConverter?

2012-08-28 Thread Igor Stasenko
or it was like that from the birth?? agg... | stream | stream := WriteStream on: (ByteArray new: 100). UTF8TextConverter new nextPut: (Character value: 129 ) toStream: stream. stream contents #[129] This is WRONG! RTFM, about utf8 encoding, please! :) - nextPut: aCharacter t

Re: [Pharo-project] Again: Basic Questions about NativeBoost

2012-08-28 Thread drush66
Does NB support writing callbacks in smalltalk that can be called by external library? - http://www.cloud208.com/ -- View this message in context: http://forum.world.st/Again-Basic-Questions-about-NativeBoost-tp4645447p4645471.html Sent from the Pharo Smalltalk mailing list archive at Nabbl

[Pharo-project] RPackage question

2012-08-28 Thread Goubier Thierry
If I'm up to date with Pharo 2.0, PackageInfo is gone and RPackage is replacing it, right ? I'm trying to get the AltBrowser to work with RPackage... At the moment, RPackage seems to be organized in the following way. If there are the following Monticello packages : RPackage-Core RPackage-Te

Re: [Pharo-project] Small Spec / Announcement question.

2012-08-28 Thread Benjamin
No :) That's a mistake :) I think that all registration should be weak Ben On Aug 28, 2012, at 11:07 AM, Goubier Thierry wrote: > Is there a reason for the use or lack of weak in whenChanged for > NewValueHolder ? > > NewValueHolder>>whenChanged:do: > announcer weak on:do: > NewValueHo

[Pharo-project] Small Spec / Announcement question.

2012-08-28 Thread Goubier Thierry
Is there a reason for the use or lack of weak in whenChanged for NewValueHolder ? NewValueHolder>>whenChanged:do: announcer weak on:do: NewValueHolder>>whenChangedSend:to: announcer on:send:to: Thanks, Thierry -- Thierry Goubier CEA list Laboratoire des Fondations des Systèmes

Re: [Pharo-project] [ANN] NativeBoost v 1.3

2012-08-28 Thread Igor Stasenko
On 28 August 2012 08:48, S Krish wrote: > 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 drawin

[Pharo-project] [update 2.0] #20271

2012-08-28 Thread Marcus Denker
20271 - Issue 6594: shortDebugStackOn is TOO short http://code.google.com/p/pharo/issues/detail?id=6594 -- Marcus Denker -- http://marcusdenker.de

[Pharo-project] [update 2.0] #20270

2012-08-28 Thread Marcus Denker
20270 - Issue 6600: TestRunner >> methodChanged: is wrong http://code.google.com/p/pharo/issues/detail?id=6600 Issue 6598: We have a lot of incorrect CompiledMethods hanging around http://code.google.com/p/pharo/issues/detail?id=6598 -- Marcus Denker -- http