Re: [Pharo-dev] different execution result debugger vs. 'normal run'

2014-01-17 Thread Johan Brichau
And I will answer my own question, having found the thread on the subject [1]. short answer: "DateAndTime now" got faster ;-) Good job guys! Our test was flawed because it relied (unknowingly) on the delay in DateAndTime creation. thx! Johan [1] http://lists.pharo.org/pipermail/pharo-dev_list

Re: [Pharo-dev] different execution result debugger vs. 'normal run'

2014-01-17 Thread Johan Brichau
I figured it out and it's because of this: DateAndTime now = DateAndTime now is true in Pharo 3 is false in Pharo 2.0 is false in Pharo 1.4 Did Pharo3 become so fast or did the clock precision decrease? Johan On 17 Jan 2014, at 22:23, Marcus Denker wrote: > > On 17 Jan 2014, at 18:43, Johan

Re: [Pharo-dev] Pharo on a Raspbian

2014-01-17 Thread Igor Stasenko
On 17 January 2014 23:19, Sven Van Caekenberghe wrote: > There is already NativeBoost class>>#isEnabledOrNil > > oh.. right.. > On 17 Jan 2014, at 23:12, Igor Stasenko wrote: > > > Btw, to reduce the pain, i propose to introduce: > > > > NativeBoost isAvailable > > > > protocol. > > > > The im

Re: [Pharo-dev] Pharo on a Raspbian

2014-01-17 Thread Sven Van Caekenberghe
On 17 Jan 2014, at 23:07, Igor Stasenko wrote: > > > > On 17 January 2014 22:59, Sven Van Caekenberghe wrote: > Who is JB ? > > > Jean Baptiste Arnaud. The invaluable asset in any team :) > The hacker who without any help configuring & compiling VM on raspberry. Good to know. Thanks Jea

Re: [Pharo-dev] Pharo on a Raspbian

2014-01-17 Thread Sven Van Caekenberghe
There is already NativeBoost class>>#isEnabledOrNil On 17 Jan 2014, at 23:12, Igor Stasenko wrote: > Btw, to reduce the pain, i propose to introduce: > > NativeBoost isAvailable > > protocol. > > The implementation is simple, since primitiveIsEnabled fails only if it not > exists (else it re

Re: [Pharo-dev] Pharo on a Raspbian

2014-01-17 Thread Igor Stasenko
Btw, to reduce the pain, i propose to introduce: NativeBoost isAvailable protocol. The implementation is simple, since primitiveIsEnabled fails only if it not exists (else it returns true or false), do a following: isAvailable ^ self primIsAvailable notNil primIsAvailable "Answer flag i

Re: [Pharo-dev] Pharo on a Raspbian

2014-01-17 Thread Igor Stasenko
On 17 January 2014 22:59, Sven Van Caekenberghe wrote: > Who is JB ? > > Jean Baptiste Arnaud. The invaluable asset in any team :) The hacker who without any help configuring & compiling VM on raspberry. -- Best regards, Igor Stasenko.

Re: [Pharo-dev] Pharo on a Raspbian

2014-01-17 Thread Sven Van Caekenberghe
Who is JB ? On 17 Jan 2014, at 21:03, Stéphane Ducasse wrote: > Here is a working vm for RaspberryPi on Raspbian: > > https://ci.inria.fr/pharo-contribution/view/RaspberryPi/job/RaspberryPi-Compilation/ Well, I tried this download: https://ci.inria.fr/pharo-contrib

Re: [Pharo-dev] IncompatibleLayoutConflict with NativeBoost in recent #30700

2014-01-17 Thread Igor Stasenko
On 17 January 2014 21:22, Torsten Bergmann wrote: > Thanks Igor! :) > > After trying in in a fresh Pharo3.0 Latest update: #30703 I loaded slice > 12674 the > test for NB are green and > > (NBExternalTypeValue ofType: 'NBInt64'). > > now finally works. With this now "PUnQLite" package can be

[Pharo-dev] subscriptOutOfBounds: 1 in NECInstVarTypeGuesser in Pharo 30677

2014-01-17 Thread Pharo4Stef
No idea how to reproduce it. computeVarType | info tempNames name | types ifEmpty: [ ^ nil ]. info := types first. (hasSend and: [ info isDefinedByMessageSend not ]) ifTrue: [ info type: nil. ^ info ].

Re: [Pharo-dev] Displaying labels with Athens on Linux?

2014-01-17 Thread Igor Stasenko
On 17 January 2014 21:16, Stéphane Ducasse wrote: > For normal humans you do not convey the pain behind …. > here is the answer I got from the two amigos igor and ronie that looked at > the problem > > about the pain behind.. Stef, i'm not sure, maybe for those who not familiar with low-level deb

Re: [Pharo-dev] Displaying labels with Athens on Linux?

2014-01-17 Thread Alexandre Bergel
I suspected a big pain, but not that much. Thanks guys! Alexandre On Jan 17, 2014, at 5:16 PM, Stéphane Ducasse wrote: > For normal humans you do not convey the pain behind …. > here is the answer I got from the two amigos igor and ronie that looked at > the problem > > >

Re: [Pharo-dev] different execution result debugger vs. 'normal run'

2014-01-17 Thread Marcus Denker
On 17 Jan 2014, at 18:43, Johan Brichau wrote: > Hi Marcus, > > I was hoping for that ;-) > An NDA will not be necessary, just that I don't need to send our code to the > list and your guarantee to eat the image afterwards ;-) > > Will put it on a shared Dropbox link and email you, is that fi

Re: [Pharo-dev] IncompatibleLayoutConflict with NativeBoost in recent #30700

2014-01-17 Thread Torsten Bergmann
Thanks Igor! :) After trying in in a fresh Pharo3.0 Latest update: #30703 I loaded slice 12674 the test for NB are green and (NBExternalTypeValue ofType: 'NBInt64'). now finally works. With this now "PUnQLite" package can be loaded again in Pharo 3.0 without errors:    Gofer new

Re: [Pharo-dev] Displaying labels with Athens on Linux?

2014-01-17 Thread Stéphane Ducasse
For normal humans you do not convey the pain behind …. here is the answer I got from the two amigos igor and ronie that looked at the problem We debugged in both machines at the same time. Installed some debug symbols, looking at the libpixman source code. Disassembling

Re: [Pharo-dev] ScreencastMorph

2014-01-17 Thread Stéphane Ducasse
Sean did you try to create a new WorldMorph? Now one of the problem is that there is only one hand (global variable). In Bloc alain removed the ActiveHand and ActiveWorld globals. Stef On 16 Jan 2014, at 15:53, DeNigris Sean wrote: > I'm working on a ScreencastMorph. The idea is to have someth

Re: [Pharo-dev] Two videos to explain what we do when integrating a fix.

2014-01-17 Thread Stéphane Ducasse
thanks I did this video at least 20 times because I started to do it when the vm on the server was crashing…. so I could not integrate any changes. On 16 Jan 2014, at 20:28, Sven Van Caekenberghe wrote: > BTW: there is an error in the second github download, it is the wrong > project, must b

Re: [Pharo-dev] Pharo on a Raspbian

2014-01-17 Thread Stéphane Ducasse
JB? Soon in the blog close to you :) Hi, We compile the StackVM now for RaspberryPi based on a Raspbian os. In order to do that you have to: - get your image - prepare your RaspberryPi or your cross compile environment - and compile First step, the VMMaker image: Her

Re: [Pharo-dev] IncompatibleLayoutConflict with NativeBoost in recent #30700

2014-01-17 Thread Igor Stasenko
On 17 January 2014 20:13, Torsten Bergmann wrote: > Camille wrote: > >It works and it's commited. > > Thanks! Still there is a problem: > > (NBExternalTypeValue ofType: 'NBInt64'). > > in a Pharo3.0 Latest update: #30703 (with the fix integrated) throws > now an #DNU because the new anonymous s

Re: [Pharo-dev] Phratch: first tutorial on how to create your own blocks programmatically

2014-01-17 Thread jannik.laval
Not for now, I can do them, but seems not necessary for a blog post :) Jannik On Jan 17, 2014, at 6:24 PM, Alexandre Bergel wrote: > no screenshot? > > Alexandre > > > On Jan 17, 2014, at 2:09 PM, jannik laval wrote: > >> Dear lists, as requested, I wrote a small tutorial. >> The tutorial

Re: [Pharo-dev] IncompatibleLayoutConflict with NativeBoost in recent #30700

2014-01-17 Thread Torsten Bergmann
Camille wrote: >It works and it's commited.  Thanks! Still there is a problem: (NBExternalTypeValue ofType: 'NBInt64'). in a Pharo3.0 Latest update: #30703 (with the fix integrated) throws now an #DNU because the new anonymous subclass of NBExternalTypeValue class does not understand #rebuild

Re: [Pharo-dev] different execution result debugger vs. 'normal run'

2014-01-17 Thread Johan Brichau
Hi Marcus, I was hoping for that ;-) An NDA will not be necessary, just that I don't need to send our code to the list and your guarantee to eat the image afterwards ;-) Will put it on a shared Dropbox link and email you, is that fine? Johan Sent from my iPad > On 17 Jan 2014, at 13:37, Marcu

Re: [Pharo-dev] [Pharo-users] [ANN] Pillar release 0.6

2014-01-17 Thread Benjamin
I have something like that, but there is no theme there :( Ben On 17 Jan 2014, at 12:00, Yuriy Tymchuk wrote: > Maybe we can do something similar to > https://github.com/MarioRicalde/SCSS.tmbundle > > Uko > > On 16 Jan 2014, at 00:26, Benjamin > wrote: > >> The syntax regex are done, but

Re: [Pharo-dev] Phratch: first tutorial on how to create your own blocks programmatically

2014-01-17 Thread Alexandre Bergel
no screenshot? Alexandre On Jan 17, 2014, at 2:09 PM, jannik laval wrote: > Dear lists, as requested, I wrote a small tutorial. > The tutorial is here: http://car.mines-douai.fr/2014/01/624/ > > You are welcome to comment and to fix my english :) > Cheers > -- > ~~Jannik Laval~~ > École des

[Pharo-dev] Phratch: first tutorial on how to create your own blocks programmatically

2014-01-17 Thread jannik laval
Dear lists, as requested, I wrote a small tutorial. The tutorial is here: http://car.mines-douai.fr/2014/01/624/ You are welcome to comment and to fix my english :) Cheers -- ~~Jannik Laval~~ École des Mines de Douai Enseignant-chercheur http://www.jannik-laval.eu http://car.mines-douai.fr/

Re: [Pharo-dev] Displaying labels with Athens on Linux?

2014-01-17 Thread Alexandre Bergel
Excellente !!! We will try Alexandre On Jan 17, 2014, at 1:12 PM, Igor Stasenko wrote: > Fix integrated. > > in 3.0 704 > > > > -- > Best regards, > Igor Stasenko. -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;

Re: [Pharo-dev] Smalltalk Impact

2014-01-17 Thread Igor Stasenko
On 17 January 2014 12:24, Frank Shearar wrote: > On 17 January 2014 10:49, Sven Van Caekenberghe wrote: > > > > On 17 Jan 2014, at 11:27, Frank Shearar wrote: > > > >> On 16 January 2014 23:16, Igor Stasenko wrote: > >>> > >>> > >>> > >>> On 16 January 2014 21:15, Hilaire Fernandes < > hilaire

Re: [Pharo-dev] Displaying labels with Athens on Linux?

2014-01-17 Thread Igor Stasenko
Fix integrated. in 3.0 704 -- Best regards, Igor Stasenko.

Re: [Pharo-dev] Smalltalk Impact

2014-01-17 Thread Marcus Denker
On 17 Jan 2014, at 16:40, Hilaire Fernandes wrote: > Le 17/01/2014 00:16, Igor Stasenko a écrit : >> > “We are not payed to work on Squeak”, that is what I got told… >>> >>> Probably correct at that time... >> >> This is usual attitude in corporate environment: you paying me to do the >>

Re: [Pharo-dev] http://association.pharo.org/web/weekly

2014-01-17 Thread Hernán Morales Durand
Hi Stef, Really good idea Take it easy. Hernán 2014/1/17 Pharo4Stef > Hi guys > > I started a blog http://association.pharo.org/web/weekly > > Why yet another blog? > > I got exhausted, sick, and I had to stop reading mails and other computer > activities. Then after a couple of weeks (well I’

Re: [Pharo-dev] Smalltalk Impact

2014-01-17 Thread Hilaire Fernandes
Le 17/01/2014 00:16, Igor Stasenko a écrit : > > >>> “We are not payed to work on Squeak”, that is what I got told… > > > > Probably correct at that time... > > This is usual attitude in corporate environment: you paying me to do the > job, > i do it and i don't care about the rest. B

[Pharo-dev] [pharo-project/pharo-core]

2014-01-17 Thread GitHub
Branch: refs/tags/30704 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] 66ce4f: 30704

2014-01-17 Thread GitHub
Branch: refs/heads/3.0 Home: https://github.com/pharo-project/pharo-core Commit: 66ce4f49c7fe6feae3151a23643d3e593e7a1417 https://github.com/pharo-project/pharo-core/commit/66ce4f49c7fe6feae3151a23643d3e593e7a1417 Author: Jenkins Build Server Date: 2014-01-17 (Fri, 17 Jan 2014

[Pharo-dev] http://association.pharo.org/web/weekly

2014-01-17 Thread Pharo4Stef
Hi guys I started a blog http://association.pharo.org/web/weekly Why yet another blog? I got exhausted, sick, and I had to stop reading mails and other computer activities. Then after a couple of weeks (well I’m addict so these are days) not reading mails about Pharo I realise that there is

Re: [Pharo-dev] [Pharo-users] [ANN] Pillar release 0.6

2014-01-17 Thread Yuriy Tymchuk
Maybe we can do something similar to https://github.com/MarioRicalde/SCSS.tmbundle Uko On 16 Jan 2014, at 00:26, Benjamin wrote: > The syntax regex are done, but if you know how to create a theme, you’ll be > my god :) > > Ben > > On 15 Jan 2014, at 19:16, Yuriy Tymchuk wrote: > >> >> On

Re: [Pharo-dev] Pharo on a Raspbian

2014-01-17 Thread Esteban Lorenzano
On 17 Jan 2014, at 15:28, Igor Stasenko wrote: > > > > On 17 January 2014 15:24, Sven Van Caekenberghe wrote: > > On 17 Jan 2014, at 15:12, Esteban Lorenzano wrote: > > > On 17 Jan 2014, at 15:06, Sven Van Caekenberghe wrote: > > > >> On 17 Jan 2014, at 15:03, Esteban Lorenzano wrote: >

Re: [Pharo-dev] Pharo on a Raspbian

2014-01-17 Thread Igor Stasenko
On 17 January 2014 15:24, Sven Van Caekenberghe wrote: > > On 17 Jan 2014, at 15:12, Esteban Lorenzano wrote: > > > On 17 Jan 2014, at 15:06, Sven Van Caekenberghe wrote: > > > >> On 17 Jan 2014, at 15:03, Esteban Lorenzano > wrote: > >> > >>> is just to compile a NB Stack VM… with should be f

Re: [Pharo-dev] Pharo on a Raspbian

2014-01-17 Thread Igor Stasenko
you need to subclass NewObjectMemory to override growObjectMemory: delta (see it in NBCoObjectMemory) to enable object memory to be executable you need to subclass from StackInterpreter to override initStackPagesAndInterpret to enable object memory to be executable and to use new object memory cla

Re: [Pharo-dev] Pharo on a Raspbian

2014-01-17 Thread Sven Van Caekenberghe
On 17 Jan 2014, at 15:12, Esteban Lorenzano wrote: > On 17 Jan 2014, at 15:06, Sven Van Caekenberghe wrote: > >> On 17 Jan 2014, at 15:03, Esteban Lorenzano wrote: >> >>> is just to compile a NB Stack VM… with should be fairly straightforward… >> >> So that means there _is_ a working VM, ri

Re: [Pharo-dev] Pharo on a Raspbian

2014-01-17 Thread Esteban Lorenzano
On 17 Jan 2014, at 15:06, Sven Van Caekenberghe wrote: > > On 17 Jan 2014, at 15:03, Esteban Lorenzano wrote: > >> is just to compile a NB Stack VM… with should be fairly straightforward… > > So that means there _is_ a working VM, right ? > Where can we download it for testing ? no, there i

Re: [Pharo-dev] Pharo on a Raspbian

2014-01-17 Thread Sven Van Caekenberghe
On 17 Jan 2014, at 15:03, Esteban Lorenzano wrote: > is just to compile a NB Stack VM… with should be fairly straightforward… So that means there _is_ a working VM, right ? Where can we download it for testing ?

Re: [Pharo-dev] Pharo on a Raspbian

2014-01-17 Thread Esteban Lorenzano
On 17 Jan 2014, at 15:01, Sven Van Caekenberghe wrote: > > On 16 Jan 2014, at 16:10, jannik laval wrote: > >> Dear pharoers, >> >> I tried to load a Pharo 2.0 on a Raspbian (with Phratch inside !). >> It works fine (the VM Squeak is already included in the Raspbian). >> >> I tried it with P

Re: [Pharo-dev] Pharo on a Raspbian

2014-01-17 Thread Sven Van Caekenberghe
On 16 Jan 2014, at 16:10, jannik laval wrote: > Dear pharoers, > > I tried to load a Pharo 2.0 on a Raspbian (with Phratch inside !). > It works fine (the VM Squeak is already included in the Raspbian). > > I tried it with Pharo3.0 and it does not work. What changed in Pharo3.0 ? > I know that

Re: [Pharo-dev] Pharo on a Raspbian

2014-01-17 Thread jannik laval
Thank you Marcus for the pointer. Jannik 2014/1/16 Marcus Denker > > On 16 Jan 2014, at 16:10, jannik laval wrote: > > > Dear pharoers, > > > > I tried to load a Pharo 2.0 on a Raspbian (with Phratch inside !). > > It works fine (the VM Squeak is already included in the Raspbian). > > > > I t

Re: [Pharo-dev] different execution result debugger vs. 'normal run'

2014-01-17 Thread Benjamin
When I encounter this, it’s usually in Morphic where other rendering loops happened between the debugger and the execution :) In a nutshell could be some thread issue :) Ben On 17 Jan 2014, at 09:37, Marcus Denker wrote: > This could be a compiler bug… I check that with you offline of the li

Re: [Pharo-dev] STHub: 1190 repositories, 1001 users registered and 110365 packages uploaded

2014-01-17 Thread Alexandre Bergel
> Id’ really like some improved interaction API in future releases. If you have particular needs, let us know. Alexandre — _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-dev] STHub: 1190 repositories, 1001 users registered and 110365 packages uploaded

2014-01-17 Thread Yuriy Tymchuk
We should include this in feature proposals for Roassal3 ;) Uko On 17 Jan 2014, at 13:32, b...@openinworld.com wrote: > Yuriy Tymchuk wrote: >> >> Yes, have you seen it, http://yuriy.tymchuk.me/Smalldromeda/ ? >> >> On 17 Jan 2014, at 00:32, Torsten Bergmann wrote: >> >> >>> see http://sm

[Pharo-dev] [pharo-project/pharo-core]

2014-01-17 Thread GitHub
Branch: refs/tags/30703 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] 1c2baa: 30703

2014-01-17 Thread GitHub
Branch: refs/heads/3.0 Home: https://github.com/pharo-project/pharo-core Commit: 1c2baaded318af04e7127a5c1b0e51f4bc2ffe0c https://github.com/pharo-project/pharo-core/commit/1c2baaded318af04e7127a5c1b0e51f4bc2ffe0c Author: Jenkins Build Server Date: 2014-01-17 (Fri, 17 Jan 2014

Re: [Pharo-dev] Smalltalk Impact

2014-01-17 Thread Norbert Hartl
Am 17.01.2014 um 11:49 schrieb Sven Van Caekenberghe : > > On 17 Jan 2014, at 11:27, Frank Shearar wrote: > >> On 16 January 2014 23:16, Igor Stasenko wrote: >>> >>> >>> >>> On 16 January 2014 21:15, Hilaire Fernandes >>> wrote: Le 16/01/2014 12:55, H. Hirzel a écrit : >>

Re: [Pharo-dev] different execution result debugger vs. 'normal run'

2014-01-17 Thread Marcus Denker
This could be a compiler bug… I check that with you offline of the list (and sign any NDA needed ;-) Marcus On 17 Jan 2014, at 13:27, Johan Brichau wrote: > Hi there, > > In the process of porting our work to Pharo3, I encounter a bug where the > execution in the debugger works corr

Re: [Pharo-dev] STHub: 1190 repositories, 1001 users registered and 110365 packages uploaded

2014-01-17 Thread btc
Yuriy Tymchuk wrote: Yes, have you seen it, http://yuriy.tymchuk.me/Smalldromeda/ ? On 17 Jan 2014, at 00:32, Torsten Bergmann wrote: see http://smalltalkhub.com Love it.  Now if it could be rotated in 3D and searched for my own name that would be mind-blowing.

[Pharo-dev] different execution result debugger vs. 'normal run'

2014-01-17 Thread Johan Brichau
Hi there, In the process of porting our work to Pharo3, I encounter a bug where the execution in the debugger works correctly but not outside of it. It consistently occurs in a testcase of our code, across different images running Pharo 30700 and latest stable vm om mac (26 dec) as well as an ol

Re: [Pharo-dev] Smalltalk Impact

2014-01-17 Thread Esteban A. Maringolo
2014/1/17 Sven Van Caekenberghe > > >> This is usual attitude in corporate environment: you paying me to do the > >> job, > >> i do it and i don't care about the rest. Been there, ate that :) > > > > If I pay you to do X, and you spend all my money doing Y, you need a > > very good story explaini

Re: [Pharo-dev] Smalltalk Impact

2014-01-17 Thread Frank Shearar
On 17 January 2014 10:49, Sven Van Caekenberghe wrote: > > On 17 Jan 2014, at 11:27, Frank Shearar wrote: > >> On 16 January 2014 23:16, Igor Stasenko wrote: >>> >>> >>> >>> On 16 January 2014 21:15, Hilaire Fernandes >>> wrote: Le 16/01/2014 12:55, H. Hirzel a écrit : >>> “W

Re: [Pharo-dev] IncompatibleLayoutConflict with NativeBoost in recent #30700

2014-01-17 Thread Camille Teruel
On 17 janv. 2014, at 11:13, Igor Stasenko wrote: > > > > On 17 January 2014 10:09, Camille Teruel wrote: > > On 16 janv. 2014, at 16:58, Marcus Denker wrote: > >> Hello, >> >> I was looking into that, the first (maybe only) reason is that the new class >> builder >> can not make anonymo

Re: [Pharo-dev] Smalltalk Impact

2014-01-17 Thread Sven Van Caekenberghe
On 17 Jan 2014, at 11:27, Frank Shearar wrote: > On 16 January 2014 23:16, Igor Stasenko wrote: >> >> >> >> On 16 January 2014 21:15, Hilaire Fernandes >> wrote: >>> >>> Le 16/01/2014 12:55, H. Hirzel a écrit : >>> >> “We are not payed to work on Squeak”, that is what I got told…

Re: [Pharo-dev] Smalltalk Impact

2014-01-17 Thread Frank Shearar
On 16 January 2014 23:16, Igor Stasenko wrote: > > > > On 16 January 2014 21:15, Hilaire Fernandes > wrote: >> >> Le 16/01/2014 12:55, H. Hirzel a écrit : >> >> >>> “We are not payed to work on Squeak”, that is what I got told… >> > >> > Probably correct at that time... >> > This is usual attitud

Re: [Pharo-dev] IncompatibleLayoutConflict with NativeBoost in recent #30700

2014-01-17 Thread Marcus Denker
On 17 Jan 2014, at 11:13, Igor Stasenko wrote: > > > > On 17 January 2014 10:09, Camille Teruel wrote: > > On 16 janv. 2014, at 16:58, Marcus Denker wrote: > >> Hello, >> >> I was looking into that, the first (maybe only) reason is that the new class >> builder >> can not make anonymous

Re: [Pharo-dev] IncompatibleLayoutConflict with NativeBoost in recent #30700

2014-01-17 Thread Igor Stasenko
On 17 January 2014 10:09, Camille Teruel wrote: > > On 16 janv. 2014, at 16:58, Marcus Denker wrote: > > Hello, > > I was looking into that, the first (maybe only) reason is that the new > class builder > can not make anonymous subclasses of classes with ByteLayout > > > Is that really a bug? >

Re: [Pharo-dev] STHub: 1190 repositories, 1001 users registered and 110365 packages uploaded

2014-01-17 Thread Yuriy Tymchuk
Let’s start from http://youtu.be/z11U4jJ7we4?hd=1 And also, Gephi is a tool for complex networks/graph visualisation. Roassal should be a tool for agile visualisation and together with Moose can provide powerful reverse-engenearing support. Id’ really like some improved interaction API in futur

[Pharo-dev] [pharo-project/pharo-core] 9b1332: 30702

2014-01-17 Thread GitHub
Branch: refs/heads/3.0 Home: https://github.com/pharo-project/pharo-core Commit: 9b1332c5365e8a61e5996139b6f718ce1cbaff1e https://github.com/pharo-project/pharo-core/commit/9b1332c5365e8a61e5996139b6f718ce1cbaff1e Author: Jenkins Build Server Date: 2014-01-17 (Fri, 17 Jan 2014

[Pharo-dev] [pharo-project/pharo-core]

2014-01-17 Thread GitHub
Branch: refs/tags/30702 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [Issue Tracker] 3.0 TODO down to 44 issues

2014-01-17 Thread Marcus Denker
Hi, We are at 44 issues tagged “Milestone 3.0” and rated “Must fix” or higher: https://pharo.fogbugz.com/f/filters/64/3-0-TODO We closed 74 issues the last 7 days. Marcus

Re: [Pharo-dev] IncompatibleLayoutConflict with NativeBoost in recent #30700

2014-01-17 Thread Camille Teruel
On 16 janv. 2014, at 16:58, Marcus Denker wrote: > Hello, > > I was looking into that, the first (maybe only) reason is that the new class > builder > can not make anonymous subclasses of classes with ByteLayout Is that really a bug? Should it really be possible to subclass a class that has a