Re: [Pharo-project] [NativeBoost] New kid on the block: NBExternalTypeArray + future plans

2012-12-07 Thread Igor Stasenko
On 7 December 2012 07:20, Max Leske maxle...@gmail.com wrote: Awesome! I can use that in Limbo and see if I find any problems. BTW, did you make any progress on the pipe / fork / exec front? no. sorry i didn't had time to look at it. i reminded myself couple times during this week..

Re: [Pharo-project] [NativeBoost] New kid on the block: NBExternalTypeArray + future plans

2012-12-07 Thread Stéphane Ducasse
Thanks igor This is really important that you push infrastructure further because it will enable other people to work on the shoulders of giants :) Stef On Dec 7, 2012, at 4:59 AM, Igor Stasenko wrote: Hi there, i just uploaded new version of config - 1.8 (development), where i

Re: [Pharo-project] [NativeBoost] New kid on the block: NBExternalTypeArray + future plans

2012-12-07 Thread Nicolas Cellier
2012/12/7 Igor Stasenko siguc...@gmail.com: Hi there, i just uploaded new version of config - 1.8 (development), where i introduced the new public core classs: NBExternalTypeArray. The class provides a generic functionality for working with arrays which elements is of foreign (C) type. And

Re: [Pharo-project] [NativeBoost] New kid on the block: NBExternalTypeArray + future plans

2012-12-07 Thread Max Leske
On 07.12.2012, at 12:59, Igor Stasenko siguc...@gmail.com wrote: On 7 December 2012 07:20, Max Leske maxle...@gmail.com wrote: Awesome! I can use that in Limbo and see if I find any problems. BTW, did you make any progress on the pipe / fork / exec front? no. sorry i didn't had time

Re: [Pharo-project] [NativeBoost] New kid on the block: NBExternalTypeArray + future plans

2012-12-07 Thread Igor Stasenko
On 7 December 2012 13:38, Nicolas Cellier nicolas.cellier.aka.n...@gmail.com wrote: 2012/12/7 Igor Stasenko siguc...@gmail.com: Hi there, i just uploaded new version of config - 1.8 (development), where i introduced the new public core classs: NBExternalTypeArray. The class provides a

Re: [Pharo-project] [NativeBoost] New kid on the block: NBExternalTypeArray + future plans

2012-12-07 Thread Igor Stasenko
ok, i changed class name NBExternalTypeArray = NBExternalArray (config updated) Hi Igor, couldn't it be simply renamed NBExternalArray ofType: 'float' External type of type ... sounds a bit redundant and I find external array sufficiently speaking, don't you? Makes sense.. i thought

Re: [Pharo-project] [NativeBoost] New kid on the block: NBExternalTypeArray + future plans

2012-12-07 Thread Igor Stasenko
On 7 December 2012 16:12, Igor Stasenko siguc...@gmail.com wrote: ok, i changed class name NBExternalTypeArray = NBExternalArray (config updated) not so fast.. due to some bug in class rename refactoring, the class lost all its methods.. so i had to put these methods back. and then people

Re: [Pharo-project] [NativeBoost] New kid on the block: NBExternalTypeArray + future plans

2012-12-07 Thread Esteban Lorenzano
less complaining and more fixes :) On Dec 7, 2012, at 4:57 PM, Igor Stasenko siguc...@gmail.com wrote: On 7 December 2012 16:12, Igor Stasenko siguc...@gmail.com wrote: ok, i changed class name NBExternalTypeArray = NBExternalArray (config updated) not so fast.. due to some bug in

Re: [Pharo-project] [NativeBoost] New kid on the block: NBExternalTypeArray + future plans

2012-12-07 Thread Stéphane Ducasse
less complaining and more fixes :) ;)

[Pharo-project] [NativeBoost] New kid on the block: NBExternalTypeArray + future plans

2012-12-06 Thread Igor Stasenko
Hi there, i just uploaded new version of config - 1.8 (development), where i introduced the new public core classs: NBExternalTypeArray. The class provides a generic functionality for working with arrays which elements is of foreign (C) type. And since it is a subclass of ArrayedCollection, you

Re: [Pharo-project] [NativeBoost] New kid on the block: NBExternalTypeArray + future plans

2012-12-06 Thread Max Leske
Awesome! I can use that in Limbo and see if I find any problems. BTW, did you make any progress on the pipe / fork / exec front? Cheers, Max On 07.12.2012, at 04:59, Igor Stasenko siguc...@gmail.com wrote: Hi there, i just uploaded new version of config - 1.8 (development), where i