Re: [Pharo-users] SQLite3 - External module not found

2015-03-01 Thread p...@highoctane.be
looks like there is no readme here... http://smalltalkhub.com/#!/~PharoExtras/NBSQLite3 Maybe a link to http://www.samadhiweb.com/NBSQLite3.html Phil Le 1 mars 2015 21:49, "Torsten Bergmann" a écrit : > Hi Julien, > > there are two projects on my STHub account: SQlite and NBSQLite3to work > wit

[Pharo-users] SQLite3 - External module not found

2015-03-01 Thread Torsten Bergmann
Hi Julien, there are two projects on my STHub account: SQlite and NBSQLite3to work with SQlite RDBMS. The first one is older and I would recommend to use NBSQLite3. I changed the page on STHub to make this more clear. Also http://smalltalkhub.com/#!/~PharoExtras/NBSQLite3 includes the docu a

Re: [Pharo-users] Git refreshing

2015-03-01 Thread Thierry Goubier
Hi Peter, Le 01/03/2015 17:00, Peter Uhnák a écrit : Hi, I'm facing a problem with branches and refreshing the code. Currently I handle (except for commits) everything from commandline, but the problem is that when I switch branches I don't know how to easily refresh the code. What I am doing n

Re: [Pharo-users] Zinc SSL Exception: decrypt failed code:5

2015-03-01 Thread Sabine Manaa
Hi Sven, thanks for the explanation. If the problem would be in Smalltalk I could _try_ to find a solution but I am not able to go into primitives. Concerning my workaround: If remove the line where the exception is thrown in >>fillBytes:startingAt:count: "processedCount < 0 ifTrue: [ ^ self sslE

[Pharo-users] Git refreshing

2015-03-01 Thread Peter Uhnák
Hi, I'm facing a problem with branches and refreshing the code. Currently I handle (except for commits) everything from commandline, but the problem is that when I switch branches I don't know how to easily refresh the code. What I am doing now is running loading Baseline again, but that feels odd

Re: [Pharo-users] SQLite3 - External module not found

2015-03-01 Thread p...@highoctane.be
I've got a project using SQLite3 that I wanted to work on again. FWIW, I got smashed by a bug in the current SQLite3 code. The SQLiteconnection>>finalize method is wrong, as the self close in there has the following code: finalize self close. close self unregister. self isOpen ifTrue: [Sqlit

Re: [Pharo-users] SQLite3 - External module not found

2015-03-01 Thread p...@highoctane.be
You are welcome. I tried to load the tests for the SQLite3 configuration but there was an issue there. I fixed the configuration in the Metarepo for 3.0 Now (ConfigurationOfSQLite3 project version: #stable) load: 'Tests' works. I am using sudo yum install sqlite.i686 to load sqlite3 in my C

Re: [Pharo-users] Git (gitfiletree) on Pharo vs Windows

2015-03-01 Thread Thierry Goubier
Le 01/03/2015 13:39, Ben Coman a écrit : On Sun, Mar 1, 2015 at 7:17 PM, Ben Coman mailto:b...@openinworld.com>> wrote: On Sun, Mar 1, 2015 at 5:19 PM, Thierry Goubier mailto:thierry.goub...@gmail.com>> wrote: Le 01/03/2015 09:54, Jan B. a écrit : A Pharo gui fo

Re: [Pharo-users] Zinc SSL Exception: decrypt failed code:5

2015-03-01 Thread Sven Van Caekenberghe
> On 01 Mar 2015, at 13:14, Sabine Manaa wrote: > > Excuse the silly question but what exactly is a plugin? Is it the code which > is called by the primitive? The problem is not within the pharo code itself, > right? It is the result of the primitive, which is wrong, right? Yes, we're talking

Re: [Pharo-users] SQLite3 - External module not found

2015-03-01 Thread Bernardo Ezequiel Contreras
here's Torsten Bergmann's email asta...@gmx.de and blogspot http://astares.blogspot.com.ar/ get it in contact with him, and you may write some helpful documentation :) Thanks. On Sun, Mar 1, 2015 at 5:30 AM, Julien Delplanque wrote: > Also, it would be great to give more details about the inst

Re: [Pharo-users] [ANN] Language Detection API Client

2015-03-01 Thread Alexandre Bergel
Wow !! Excellent!! > Le 28 févr. 2015 à 01:48, Hernán Morales Durand a > écrit : > > Hello, > > Language Detection API is a service to query the language of a given input > text. You will need to register an API key in the web site > http://detectlanguage.com to use the service. > > This

Re: [Pharo-users] Git (gitfiletree) on Pharo vs Windows

2015-03-01 Thread Ben Coman
On Sun, Mar 1, 2015 at 7:17 PM, Ben Coman wrote: > > > On Sun, Mar 1, 2015 at 5:19 PM, Thierry Goubier > wrote: > >> Le 01/03/2015 09:54, Jan B. a écrit : >> >>> A Pharo gui for git would be an excellent thing. As you (and Alan Kay) >>> know, >>> simple things should be simple, complex things sh

Re: [Pharo-users] Zinc SSL Exception: decrypt failed code:5

2015-03-01 Thread Sabine Manaa
Excuse the silly question but what exactly is a plugin? Is it the code which is called by the primitive? The problem is not within the pharo code itself, right? It is the result of the primitive, which is wrong, right? Can I do something more to solve the problem or should I try to write a workaro

Re: [Pharo-users] Git (gitfiletree) on Pharo vs Windows

2015-03-01 Thread Ben Coman
On Sun, Mar 1, 2015 at 5:19 PM, Thierry Goubier wrote: > Le 01/03/2015 09:54, Jan B. a écrit : > >> A Pharo gui for git would be an excellent thing. As you (and Alan Kay) >> know, >> simple things should be simple, complex things should be possible... With >> git itself and its command line, ther

[Pharo-users] New Pharo Collections: Question about MultiDictionary

2015-03-01 Thread AlexanderBrenchev via Pharo-users
--- Begin Message --- Greetings to everyone. Recently i started my pre-bachelor's work called "New Collections for Pharo". ( introduction to my project ) I decided to start with the MultiDictionary. There is a very basic prototype availa

Re: [Pharo-users] Zinc SSL Exception: decrypt failed code:5

2015-03-01 Thread Sven Van Caekenberghe
Arg, and on Linux it works too. Below the image layer, the normal Pharo code that we see, both the Socket plugin and the SSL plugin are three totally different implementations. This is really frustrating. The Mac code originates from *before* Mac OS X came on the scene ! Today, Mac OS X could p

Re: [Pharo-users] SmaCC: First steps

2015-03-01 Thread Thierry Goubier
Le 21/02/2015 17:36, stepharo a écrit : yes and I would love to see that documented in the chapter :) Need to make a part on pre-existing parsers in the SmaCC distribution: Smalltalk, C, Java, C#, Python. I've prepared two very limited examples for teaching purposes, illustrating: - symbol

Re: [Pharo-users] Zinc SSL Exception: decrypt failed code:5

2015-03-01 Thread Sabine Manaa
Hi, I tried on Windows, there it works. Sabine -- View this message in context: http://forum.world.st/Zinc-SSL-Exception-decrypt-failed-code-5-tp4808230p4808634.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Re: [Pharo-users] Git (gitfiletree) on Pharo vs Windows

2015-03-01 Thread Thierry Goubier
Le 01/03/2015 09:54, Jan B. a écrit : A Pharo gui for git would be an excellent thing. As you (and Alan Kay) know, simple things should be simple, complex things should be possible... With git itself and its command line, there are lots of complex things possible, but my opinion is that simple th

Re: [Pharo-users] Git (gitfiletree) on Pharo vs Windows

2015-03-01 Thread Jan B.
A Pharo gui for git would be an excellent thing. As you (and Alan Kay) know, simple things should be simple, complex things should be possible... With git itself and its command line, there are lots of complex things possible, but my opinion is that simple thing are far from simple with git. Nice e

Re: [Pharo-users] SQLite3 - External module not found

2015-03-01 Thread Julien Delplanque
Also, it would be great to give more details about the installation on Smalltalkhub (http://smalltalkhub.com/#!/~PharoExtras/NBSQLite3) and there is absolutely no details in http://smalltalkhub.com/#!/~TorstenBergmann/SQLite. I think it would be great to give precisions about the version of the li

Re: [Pharo-users] SmaCC: First steps

2015-03-01 Thread Thierry Goubier
Le 01/03/2015 09:13, kilon alios a écrit : I have this grammar definition in the python parser file_input: {{}} | file_input {{}} | file_input stmt 'statement' {{}} ; So I would expect a) the class to be name Pyfile_inputNode , instead is named PyFileInputNode, why ? The nam

Re: [Pharo-users] SmaCC: First steps

2015-03-01 Thread kilon alios
I have this grammar definition in the python parser file_input: {{}} | file_input {{}} | file_input stmt 'statement' {{}} ; So I would expect a) the class to be name Pyfile_inputNode , instead is named PyFileInputNode, why ? b) I would expect a "statement" instance variable in that c

Re: [Pharo-users] SQLite3 - External module not found

2015-03-01 Thread Julien Delplanque
Ok, first of all I made a mistake in my description, the file in the pharo vm's "bin" directory was well named libsqlite3.so. The problem seems to be that /usr/lib/libsqlite3.so.0.8.6 is a 64bits version. Using readelf, I get (in french sorry): $ readelf -h /usr/lib/libsqlite3.so.0.8.6