Re: [Pharo-dev] UFFI #isPointer - absolute or versus naturalPointerArity

2016-09-27 Thread Eliot Miranda
Hi Ben, On Tue, Sep 27, 2016 at 8:40 AM, Ben Coman wrote: > First, my C is a bit rusty so a question about semantics... > > int * a; > typedef int * MyInt; > MyInt b; > > So obviously the type of 'a' is a pointer, > but is the type of 'b' a pointer? > My intuition is

Re: [Pharo-dev] [Pharo-users] Tech Meeting notes

2016-09-27 Thread Dimitris Chloupis
And for those that were not able to attend the voice meeting here you can find the recording so you can listen to it at your convenience https://dl.dropboxusercontent.com/u/1404140/Pharo%20Voice%20Meetings/PharoVR1.ogg Have fun :) On Tue, Sep 27, 2016 at 8:23 PM stepharo

[Pharo-dev] [pharo-project/pharo-core] fe10c1: 60241

2016-09-27 Thread GitHub
Branch: refs/heads/6.0 Home: https://github.com/pharo-project/pharo-core Commit: fe10c13f590e1d96570c78bbba7a0d0f6c23f25e https://github.com/pharo-project/pharo-core/commit/fe10c13f590e1d96570c78bbba7a0d0f6c23f25e Author: Jenkins Build Server Date:

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

2016-09-27 Thread GitHub
Branch: refs/tags/60241 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] Tech Meeting notes

2016-09-27 Thread stepharo
Hi guys I tried to take some notes of the discussion and report of effort made by esteban VM works - migrating our source to opensmalltalk vm 80% of our source - keybindings enhancement - shift key pressed - library symbols - change our cmake maker

Re: [Pharo-dev] [IMPORTANT] Tech meeting 27/09 16UTC - WE WILL USE DISCORD

2016-09-27 Thread Esteban Lorenzano
looks like invite expired, new one: https://discord.gg/ZeJKD Esteban > On 27 Sep 2016, at 13:20, Esteban Lorenzano wrote: > > Hi, > > Since I failed to configure the thing correctly (and then streaming breaks > after some minutes), we will

[Pharo-dev] UFFI #isPointer - absolute or versus naturalPointerArity

2016-09-27 Thread Ben Coman
First, my C is a bit rusty so a question about semantics... int * a; typedef int * MyInt; MyInt b; So obviously the type of 'a' is a pointer, but is the type of 'b' a pointer? My intuition is that its not, since the pointer is wrapped inside the type. Now in my UFFI tutorial

Re: [Pharo-dev] [pharo-project/pharo-core] edd9f3: 60220

2016-09-27 Thread stepharo
For those found of annotations I suggest # or since it's destinated to IDE/Tool Good idea. I will keep it in mind. Stef

Re: [Pharo-dev] macOS Sierra support

2016-09-27 Thread Max Leske
> On 27 Sep 2016, at 13:46, Sven Van Caekenberghe wrote: > >> >> On 27 Sep 2016, at 13:41, Clément Bera wrote: >> >> >> >> On Tue, Sep 27, 2016 at 11:43 AM, Max Leske wrote: >> Hi Sven, >> >> An experimental build of the VM works

Re: [Pharo-dev] macOS Sierra support

2016-09-27 Thread Sven Van Caekenberghe
> On 27 Sep 2016, at 12:18, Esteban Lorenzano wrote: > >> On 27 Sep 2016, at 11:15, Sven Van Caekenberghe wrote: >> >> Hi, >> >> Can someone who really knows/understand please describe where to find the >> necessary Pharo VM's to run on the newly released

Re: [Pharo-dev] macOS Sierra support

2016-09-27 Thread Sven Van Caekenberghe
> On 27 Sep 2016, at 13:41, Clément Bera wrote: > > > > On Tue, Sep 27, 2016 at 11:43 AM, Max Leske wrote: > Hi Sven, > > An experimental build of the VM works again on Sierra (I’ve tested this one: >

Re: [Pharo-dev] macOS Sierra support

2016-09-27 Thread Clément Bera
On Tue, Sep 27, 2016 at 11:43 AM, Max Leske wrote: > Hi Sven, > > An experimental build of the VM works again on Sierra (I’ve tested this > one: https://bintray.com/estebanlm/pharo-vm/build/201609201407#files). > The problem was with the bundle code and a change from Apple’s

[Pharo-dev] [IMPORTANT] Tech meeting 27/09 16UTC - WE WILL USE DISCORD

2016-09-27 Thread Esteban Lorenzano
Hi, Since I failed to configure the thing correctly (and then streaming breaks after some minutes), we will handle the meeting using discord. This has the advantage that we can all talk, so my idea of having a conversation will work better (ideal world would be to mix both, but for now, this

Re: [Pharo-dev] macOS Sierra support

2016-09-27 Thread Esteban Lorenzano
> On 27 Sep 2016, at 11:15, Sven Van Caekenberghe wrote: > > Hi, > > Can someone who really knows/understand please describe where to find the > necessary Pharo VM's to run on the newly released macOS Sierra (10.12) ? I’m in the process of producing compatible VMs. Today or

Re: [Pharo-dev] macOS Sierra support

2016-09-27 Thread stepharo
Am 27.09.2016 um 11:15 schrieb Sven Van Caekenberghe : PS2: Another really annoying problem is the following: he saved all his (really important) scripts using Script Manager as a FUEL. Moving between 4.0 and 5.0 FUEL stops working (version incompatibility) - this is really not

Re: [Pharo-dev] macOS Sierra support

2016-09-27 Thread Max Leske
Hi Sven, An experimental build of the VM works again on Sierra (I’ve tested this one: https://bintray.com/estebanlm/pharo-vm/build/201609201407#files ). The problem was with the bundle code and a change from Apple’s side to

Re: [Pharo-dev] macOS Sierra support

2016-09-27 Thread stepharo
Hi Sven Hi, Can someone who really knows/understand please describe where to find the necessary Pharo VM's to run on the newly released macOS Sierra (10.12) ? I will let Esteban reply. In particular it seems old VM's just stop working and recent VM's that do work either have issues or

Re: [Pharo-dev] macOS Sierra support

2016-09-27 Thread Sven Van Caekenberghe
> On 27 Sep 2016, at 11:21, Norbert Hartl wrote: > > Sven, > >> Am 27.09.2016 um 11:15 schrieb Sven Van Caekenberghe : >> >> PS2: Another really annoying problem is the following: he saved all his >> (really important) scripts using Script Manager as a FUEL.

Re: [Pharo-dev] macOS Sierra support

2016-09-27 Thread Norbert Hartl
Sven, > Am 27.09.2016 um 11:15 schrieb Sven Van Caekenberghe : > > PS2: Another really annoying problem is the following: he saved all his > (really important) scripts using Script Manager as a FUEL. Moving between 4.0 > and 5.0 FUEL stops working (version incompatibility) - this

[Pharo-dev] macOS Sierra support

2016-09-27 Thread Sven Van Caekenberghe
Hi, Can someone who really knows/understand please describe where to find the necessary Pharo VM's to run on the newly released macOS Sierra (10.12) ? In particular it seems old VM's just stop working and recent VM's that do work either have issues or cannot run older (3.0, 4.0) images.

Re: [Pharo-dev] Off Topic: Children 3-13yr english program -- 4 weeks free access

2016-09-27 Thread Ben Coman
On Tue, Feb 2, 2016 at 9:04 PM, Ben Coman wrote: > On Mon, Jul 20, 2015 at 11:17 PM, Ben Coman wrote: >> greetings all, >> >> This is a long way off topic, but a random chance someone in the community >> with kids learning english may find it useful.