[Pharo-dev] [pharo-project/pharo-core] 63177d: 50587

2016-02-17 Thread GitHub
Branch: refs/heads/5.0 Home: https://github.com/pharo-project/pharo-core Commit: 63177d4fbedbd3b765f7f9126c77498309fa4bf8 https://github.com/pharo-project/pharo-core/commit/63177d4fbedbd3b765f7f9126c77498309fa4bf8 Author: Jenkins Build Server Date:

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

2016-02-17 Thread GitHub
Branch: refs/tags/50587 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [ANN] Pharo Sprint 26 Feb

2016-02-17 Thread Marcus Denker
We will organize a Pharo sprint / Moose dojo Friday, 26 Feb, starting at 10:00am. (Local Time Lille). It will be at the Inria Lille, Building B, third floor (RMoD offices). Remotely, you can join us on Slack or the IRC channel #pharo on irc.freenode.net server. During

Re: [Pharo-dev] [ANN] The Pharo Unicode Project

2016-02-17 Thread Sven Van Caekenberghe
> On 18 Feb 2016, at 06:30, Tudor Girba wrote: > > Hi, > >> On Feb 18, 2016, at 2:05 AM, Ben Coman wrote: >> >> On Wed, Feb 17, 2016 at 5:16 PM, Sven Van Caekenberghe wrote: >>> ... >> >>> We also added an extension to our

Re: [Pharo-dev] [ANN] The Pharo Unicode Project

2016-02-17 Thread Tudor Girba
Hi, > On Feb 18, 2016, at 2:05 AM, Ben Coman wrote: > > On Wed, Feb 17, 2016 at 5:16 PM, Sven Van Caekenberghe wrote: >> ... > >> We also added an extension to our environment’s search system to allow you >> to look up characters by name: > > Is there a

Re: [Pharo-dev] [ANN] The Pharo Unicode Project

2016-02-17 Thread Tudor Girba
Thank you very much! This is an important project. It would be great if others would join you. Cheers, Doru > On Feb 17, 2016, at 10:16 AM, Sven Van Caekenberghe wrote: > > Hi, > > In Pharo we can deal with and represent any Unicode character and string, but > there are still

Re: [Pharo-dev] [ANN] The Pharo Unicode Project

2016-02-17 Thread Ben Coman
On Wed, Feb 17, 2016 at 5:16 PM, Sven Van Caekenberghe wrote: > Hi, > > In Pharo we can deal with and represent any Unicode character and string, but > there are still some important pieces of functionality missing. > > The goal of the Pharo Unicode project is to gradually improve

Re: [Pharo-dev] [ANN] The Pharo Unicode Project

2016-02-17 Thread Henrik Sperre Johansen
Because, who doesn't want to spend an evening with a workspace like this: http://pastebin.com/gdxCrTgM trying to figure out why some of the last 7 out of 189k official collate tests fail? Seriously though, personally I was just tired of having to answer "Sort of, but not really" every time the

Re: [Pharo-dev] [ANN] The Pharo Unicode Project

2016-02-17 Thread Sven Van Caekenberghe
> On 17 Feb 2016, at 19:56, Esteban A. Maringolo wrote: > > I read the whole Article, seems like a tricky, to not say hard, subject. Yes. The Unicode specs are big and complex. Step one is to read & understand them, at least well enough to find your way. Doing some

[Pharo-dev] How to find all primitives which accepts strings as arguments?

2016-02-17 Thread Denis Kudriashov
Hi. Primitives is statically typed functions. VM has strict contract on argument types. Is it possible to query system for primitives by given criteria like string arguments? Information of primitive signature can be used by type inference libraries

[Pharo-dev] [ANN] OSUnix and OSLinuxUbuntu on new UFFI

2016-02-17 Thread Torsten Bergmann
These two projects (who were based on NativeBoost in Pharo 4) are now updated to new UFFI in Pharo 5 which means they are loadable in recent Pharo 5 image and all tests pass. So if you are working on Linux/Unix you might wan to check them out in latest Pharo 5 by loading them from Catalog

Re: [Pharo-dev] Shortcuts are broken under Windows

2016-02-17 Thread Nicolai Hess
2016-02-17 18:33 GMT+01:00 Blondeau Vincent : > Hi, > > > > Due to recent changes on shortcuts, on the new image several shortcuts > (CTRL+V,Z,M,W,Enter and the Alt ones) are not active at least in the > debugger and in the senders list… > ctrl+v ctrl+z ctrl+w

Re: [Pharo-dev] Improving Ghost proxies

2016-02-17 Thread Esteban Lorenzano
> On 15 Feb 2016, at 18:15, Mariano Martinez Peck wrote: > > > > On Mon, Feb 15, 2016 at 1:22 PM, stepharo > wrote: > our policy is > Any package used in the core of Pharo should be saved under Pharo. > > > >

Re: [Pharo-dev] [ANN] The Pharo Unicode Project

2016-02-17 Thread Esteban A. Maringolo
I read the whole Article, seems like a tricky, to not say hard, subject. The article is very detailed and well written though. What is the rationale behind embracing such a challenging feature like supporting Unicode? Regards! Esteban A. Maringolo 2016-02-17 15:24 GMT-03:00 Max Leske

Re: [Pharo-dev] FFI BoxedFloat64 bug?

2016-02-17 Thread Alexandre Bergel
> I don't understand. All BoxedFloat have 8 bytes, that's why they are called > BoxedFloat64. There are no 4-bytes floats in Pharo. Even in 32 bits. I have some code that involve FFI and floats that was working before Spur. I got the error mentioned by Alex. Defining this pointer method gives

Re: [Pharo-dev] [ANN] The Pharo Unicode Project

2016-02-17 Thread Max Leske
Good stuff guys! > On 17 Feb 2016, at 10:16, Sven Van Caekenberghe wrote: > > Hi, > > In Pharo we can deal with and represent any Unicode character and string, but > there are still some important pieces of functionality missing. > > The goal of the Pharo Unicode project is to

[Pharo-dev] Shortcuts are broken under Windows

2016-02-17 Thread Blondeau Vincent
Hi, Due to recent changes on shortcuts, on the new image several shortcuts (CTRL+V,Z,M,W,Enter and the Alt ones) are not active at least in the debugger and in the senders list... I would like to fix this but I don't know what changed... How do I change the configuration? Is it in pragmated

[Pharo-dev] What are immediate subclass and word variable subclass?

2016-02-17 Thread Alexandre Bergel
Hi! I have stumbled on: Float immediateSubclass: #SmallFloat64 instanceVariableNames: '' classVariableNames: '' package: 'Kernel-Numbers’ Float variableWordSubclass: #BoxedFloat64 instanceVariableNames: '' classVariableNames: '' package:

[Pharo-dev] Object>>rollToArity:?

2016-02-17 Thread Alexandre Bergel
Esteban, What Object>>rollToArity: is supposed to do? It belongs to UnifiedFFI Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-dev] [Pharo-users] gtoolkit 3.10 overview

2016-02-17 Thread Tudor Girba
Hi, Indeed, the settings sending unknown messages is a problem, but that is a problem that is not related to Spotter. If you get it with Spotter settings, you will get it with all other settings as well. The settings mechanism should be more robust in my opinion. Cheers, Doru > On Feb 17,

Re: [Pharo-dev] gtoolkit 3.10 overview

2016-02-17 Thread Alexandre Bergel
Pretty cool! Alexandre > On Feb 16, 2016, at 7:02 PM, Tudor Girba wrote: > > Hi, > > I promised to send a summary of the larger changes that came with the recent > integration of GToolkit 3.10. Here it is: > http://www.humane-assessment.com/blog/gtoolkit-3-10/ > >

Re: [Pharo-dev] [Pharo-users] gtoolkit 3.10 overview

2016-02-17 Thread Damien Cassou
Hi Tudor, Tudor Girba writes: > I promised to send a summary of the larger changes that came with the recent > integration of GToolkit 3.10. Here it is: > http://www.humane-assessment.com/blog/gtoolkit-3-10/ thank you for the detailed changelog. Please pay attention to

[Pharo-dev] [pharo-project/pharo-core] 34dd64: 50586

2016-02-17 Thread GitHub
Branch: refs/heads/5.0 Home: https://github.com/pharo-project/pharo-core Commit: 34dd64d2d01362d6c0bf4abc5aeeb9158d0bf8b4 https://github.com/pharo-project/pharo-core/commit/34dd64d2d01362d6c0bf4abc5aeeb9158d0bf8b4 Author: Jenkins Build Server Date:

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

2016-02-17 Thread GitHub
Branch: refs/tags/50586 Home: https://github.com/pharo-project/pharo-core

Re: [Pharo-dev] Crashes on Windows

2016-02-17 Thread Stephan Eggermont
On 17-02-16 13:42, stepharo wrote: Hi guys this is a follow up of the report of Justine (I could not type on Gmail) :) We got several crashes on - Pharo 50564 - Windows 50 Which vm? Freetype bug was common with earlier spur vms Stephan

[Pharo-dev] Crashes on Windows

2016-02-17 Thread stepharo
Hi guys this is a follow up of the report of Justine (I could not type on Gmail) :) We got several crashes on - Pharo 50564 - Windows 50 One of the bug was in charmaps "Answer an Array of Strings naming the different character maps available for setCharMap:" charmaps

Re: [Pharo-dev] bad world redrawing problem

2016-02-17 Thread Marcus Denker
Hi, Denis posted a fix in https://pharo.fogbugz.com/f/cases/17602/duplicated-UI-processes-while-running-tests-from-Nautilus > On 16 Feb 2016, at 13:38, Tudor Girba

[Pharo-dev] [ANN] The Pharo Unicode Project

2016-02-17 Thread Sven Van Caekenberghe
Hi, In Pharo we can deal with and represent any Unicode character and string, but there are still some important pieces of functionality missing. The goal of the Pharo Unicode project is to gradually improve and expand Unicode support in Pharo. We started in December last year to lay the

[Pharo-dev] [pharo-project/pharo-core] 7ad631: 50585

2016-02-17 Thread GitHub
Branch: refs/heads/5.0 Home: https://github.com/pharo-project/pharo-core Commit: 7ad631243409e0a1fe6306589bb6a1890a2f9647 https://github.com/pharo-project/pharo-core/commit/7ad631243409e0a1fe6306589bb6a1890a2f9647 Author: Jenkins Build Server Date:

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

2016-02-17 Thread GitHub
Branch: refs/tags/50585 Home: https://github.com/pharo-project/pharo-core

Re: [Pharo-dev] Problems? with MC browser?Process?

2016-02-17 Thread stepharo
Le 15/2/16 18:23, Aliaksei Syrel a écrit : Now I cannot work with a system in that state. To produce a videos of 8 min I lost more than 3 hours. Not fun. I see you take a lot of videos and you catch lots of bugs during filming. Which means that video can be used as helpers to