Re: [Pharo-users] Fossil and Filetree

2015-12-22 Thread Saša Janiška
On Uto, 2015-10-20 at 11:09 +0200, Hilaire wrote: Hello, potential Pharo user here who just installed 5.0 image on his Debian Sid and researching whether Smalltalk (Pharo) can be used as language for writing some multi-platform opens-source apps...tried/evaluated several languages, but, consideri

[Pharo-users] A Suggested Promotion

2015-12-22 Thread Richard Eng
I have a suggestion for future Smalltalk advocates... The advent of Pi Zero last month is an interesting opportunity. This is a very, very cheap Raspberry Pi. Anyone can afford it. I'm thinking of kids, in particular. What if we could get kids to delve into Squeak or Pharo (Squeak is better optim

Re: [Pharo-users] Fossil and Filetree

2015-12-22 Thread Hilaire
Hello, As for now, you have to use filetree, over fossil repo, but from Pharo you can only save to the repo, no way to fetch back I think. The GIT integration is more advanced with dedicated GIT package for Pharo. As a first iteration, I did some code modifications -- blindly I have to admit -- o

[Pharo-users] NeoJSON: parsing mapped nil fields

2015-12-22 Thread Skip Lentz
Hi all, When parsing with NeoJSON, I’m experiencing some problems. If I parse a JSON representation using NeoJSONReader>>next (i.e. not according to a schema), it parses nil fields just fine. But when I explicitly set a value schema, it won’t parse it in the case it is nil (or “null” in JSON).

[Pharo-users] Running Pharo on iPad

2015-12-22 Thread Dimitris Chloupis
I recently got an ipad mini and I was wondering if its possible to install pharo in it . Is it ? Anyone done this ? Do I need to jailbrake my iPad ? I also read that is now possible to install apps to iOS devices via XCODE, anyone tried that ?

Re: [Pharo-users] NeoJSON: parsing mapped nil fields

2015-12-22 Thread Sven Van Caekenberghe
Hi, > On 22 Dec 2015, at 17:40, Skip Lentz wrote: > > Hi all, > > When parsing with NeoJSON, I’m experiencing some problems. > > If I parse a JSON representation using NeoJSONReader>>next (i.e. not > according to a schema), it parses nil fields just fine. > But when I explicitly set a value s

[Pharo-users] CI build stuck?

2015-12-22 Thread Johan Fabry
Hi all, I noticed that since some days the CI builds for LRP are stuck, they take forever and don’t do anything. I thought it was aCI issue and the dev team was aware of this and it might clear itself up after some time but apparently it’s not the case. So this is to give a heads up, just in ca

Re: [Pharo-users] Pharo RDBMS Support Survey

2015-12-22 Thread Sean P. DeNigris
Esteban A. Maringolo wrote > As promised, the survey was closed with 55 responses... Great job on the survey and write-up! Thanks :) - Cheers, Sean -- View this message in context: http://forum.world.st/Pharo-RDBMS-Support-Survey-tp4863587p4868317.html Sent from the Pharo Smalltalk Users m

Re: [Pharo-users] Running Pharo on iPad

2015-12-22 Thread Ben Coman
On Wed, Dec 23, 2015 at 6:19 AM, Dimitris Chloupis wrote: > I recently got an ipad mini and I was wondering if its possible to install > pharo in it . Is it ? Anyone done this ? Do I need to jailbrake my iPad ? > > I also read that is now possible to install apps to iOS devices via XCODE, > anyone

Re: [Pharo-users] Fossil and Filetree

2015-12-22 Thread stepharo
Le 22/12/15 11:39, Saša Janiška a écrit : On Uto, 2015-10-20 at 11:09 +0200, Hilaire wrote: Hello, potential Pharo user here who just installed 5.0 image on his Debian Sid and researching whether Smalltalk (Pharo) can be used as language for writing some multi-platform opens-source apps...