Re: [Pharo-users] How to connect to DB2

2017-12-22 Thread Thomas Sattler
I have no problem using Garage to connect to Postgres. Don't know if it will work with DB2, but since it's ODBC, it should. On Fri, Dec 22, 2017 at 6:36 PM, Andrei Stebakov wrote: > Hi Stef > > I already checked Garage, it doesn't have support for DB2. It used to have > support for odbc, but no

Re: [Pharo-users] pharo 6.1 64bit segmentation fault on linux

2017-12-22 Thread Cyril Ferlicot D.
On 12/22/2017 10:33 PM, Johan Brichau wrote: > Hi, > > I’m also hitting this > issue:  > https://pharo.fogbugz.com/f/cases/20737/Segmentation-fault-trying-to-load-code-into-a-64-bits-Pharo-6-1-Linux > Also reported > here:  > http://forum.world.st/Pharo-6-1-64-bits-segmentation-fault-loading-code-

Re: [Pharo-users] How to connect to DB2

2017-12-22 Thread Andrei Stebakov
Hi Stef I already checked Garage, it doesn't have support for DB2. It used to have support for odbc, but now it's deprecated. Andrei On Dec 22, 2017 15:11, "Stephane Ducasse" wrote: > Hi andrei > > I do not know the status of OBDC but you should know that code on > squeaksource is in general q

[Pharo-users] pharo 6.1 64bit segmentation fault on linux

2017-12-22 Thread Johan Brichau
Hi, I’m also hitting this issue: https://pharo.fogbugz.com/f/cases/20737/Segmentation-fault-trying-to-load-code-into-a-64-bits-Pharo-6-1-Linux Also reported here: http://forum.world.

Re: [Pharo-users] Learning Morphic

2017-12-22 Thread Hilaire
In the Pharo by Example book there is one chapter about Morphic. It is a good starter. Regarding the use of Athens canvas there is no such doc. You can take a look at the internal of Roassal or DrGeo or any package using Athens for graphics rendering. Morphic will be replaced by blocs -- D

[Pharo-users] Learning Morphic

2017-12-22 Thread T.D. Telford
I am primarily interested in graphical shapes and bit maps (for fractals). I want to put graphical shapes or bitmaps in a window or bordered area. I have not been very successful in finding documentation about how to do this in Morphic. In contrast, I find the documentation for Roassal easy to

Re: [Pharo-users] Fuel transfer from Pharo 1.4 to Pharo 6.1

2017-12-22 Thread Stephane Ducasse
I would use STON because this is a solid solution. Stef On Tue, Nov 28, 2017 at 1:20 PM, Andreas Brodbeck wrote: > Am 28.11.17 um 11:13 schrieb H. Hirzel: >> Hello Andreas >> >> Unfortunately Fuel is not meant for this kind of use case of migrating >> an object model. > > That's sad to hear. Fro

Re: [Pharo-users] Iceberg, Git and Package version

2017-12-22 Thread Stephane Ducasse
>From a baseline you can refer to a none github configuration here is an example from the pillar newpipeline dev branch it shows you both: dependencies on github projects and smalltalkhub baseline: spec spec for: #common do: [ spec blessing: #baseline. spec repository: 'http://smalltalkhub.com/

Re: [Pharo-users] How to connect to DB2

2017-12-22 Thread Stephane Ducasse
Hi andrei I do not know the status of OBDC but you should know that code on squeaksource is in general quite old. Have a look at Garage which is a kind of JBDC. https://github.com/pharo-rdbms/garage You should probably have a version available via the catalog Stef On Fri, Dec 22, 2017 at 2:43

Re: [Pharo-users] NeoCSVWriter: how to output an empty quoted field

2017-12-22 Thread Sven Van Caekenberghe
Hi Joachim, nil fields normally write as 'empty quoted fields': String streamContents: [ :out | (NeoCSVWriter on: out) nextPut: #(nil nil nil) ]. => '"","",""' Is this not what you want/need ? Sven > On 22 Dec 2017, at 15:05, jtuc...@objektfabrik.de wrote: > > Hi, > > I need to write a nu

[Pharo-users] NeoCSVWriter: how to output an empty quoted field

2017-12-22 Thread jtuc...@objektfabrik.de
Hi, I need to write a number of empty quoted fields in a CSV export. The receiving application will complain about missing quotes for empty text fields... (don't ask, I've done all the eye rolling for you already) My frst attempt was: writer addConstantField: '""'. But this doesn't write t

Re: [Pharo-users] How to connect to DB2

2017-12-22 Thread Andrei Stebakov
Hi Stef Gofer new squeaksource: 'ODBC'; package: 'ConfigurationOfODBC'; load. (Smalltalk at: #ConfigurationOfODBC) load. When I execute the code above I got an exception doesNotUnderstand: #selector in RBParser>>externalFunctionDeclaration. Looks like currentScope variable is not defined. A

Re: [Pharo-users] Fuel serialize of 70MB takes forever on Linux vs. Mac

2017-12-22 Thread Mariano Martinez Peck
On Fri, Dec 22, 2017 at 9:40 AM, Andreas Brodbeck wrote: > Am 19.12.17 um 11:40 schrieb Andreas Brodbeck: > > Am 18.12.17 um 20:45 schrieb Henrik-Nergaard: > > > > So: It's not the storage! It's something inside Fuel. I keep > > investigating and will update here. > > ... so here are my latest fi

Re: [Pharo-users] Fuel serialize of 70MB takes forever on Linux vs. Mac

2017-12-22 Thread Andreas Brodbeck
Am 19.12.17 um 11:40 schrieb Andreas Brodbeck: > Am 18.12.17 um 20:45 schrieb Henrik-Nergaard: > > So: It's not the storage! It's something inside Fuel. I keep > investigating and will update here. ... so here are my latest findings: I took both images onto the same machine, a Mac. And these are

Re: [Pharo-users] [Pharo-dev] [ANN] Gemtalk Systems upgraded to Gold Membership

2017-12-22 Thread Esteban Lorenzano
thanks! > On 22 Dec 2017, at 08:32, Marcus Denker wrote: > > The Pharo Consortium is very happy to announce that Gemtalk Systems > has upgraded to Gold Member status. > > About > - Gemtalk Systems: https://gemtalksystems.com > - Pharo Consortium: http://consortium.pharo.org > > The goal of the

Re: [Pharo-users] And Mac too Re: [ANN] OpenSSL-Pharo works on Windows

2017-12-22 Thread Esteban Lorenzano
> On 22 Dec 2017, at 07:57, Stephane Ducasse wrote: > > We appreciate it! +1 > > > On Fri, Dec 22, 2017 at 3:38 AM, Pierce Ng wrote: >> On Wed, Dec 20, 2017 at 08:57:59PM +0100, Stephane Ducasse wrote: >>> great news. >>> And this is super great that you plan to work on different platforms

Re: [Pharo-users] [ANN] OpenSSL-Pharo works on Windows

2017-12-22 Thread Norbert Hartl
That is really great. SSL is really somthing important. Well done! Norbert > Am 20.12.2017 um 08:55 schrieb Pierce Ng : > > Hi all, > > OpenSSL-Pharo now works on Windows. Tested on Windows 10 with a fresh 32-bit > Pharo 6.1 zip package downloaded from pharo.org. On Windows this library uses >