Re: [Pharo-users] Pharo7, consistent image freeze/deadlock on snapshotAndQuit

2018-10-06 Thread Ben Coman
> > On 26 July 2018 at 00:46, Johan Brichau wrote: > > Hi, > > > > I ran into a freeze issue when trying to save and/or quit an image after > loading Seaside3 and Zinc (not an infrequent combination :) > > > > The cause seems to be that terminating processes in a `shutDown` handler > (called on im

Re: [Pharo-users] Squeak: Compiler evaluate: '3+4' Pharo equivalent = ?

2018-10-06 Thread Ben Coman
On Sun, 7 Oct 2018 at 00:31, H. Hirzel wrote: > Hello > > What is the Pharo equivalent of the Squeak expression > > Compiler evaluate: '3+4' > The direct equivalent is OpalCompiler evaluate: '3+4' but Sven's answer is more in line with good practice. cheers -ben

[Pharo-users] Citezen (bibtex) reading - issue with optional comma after last tag

2018-10-06 Thread Alejandro Fernandez
Hi all, I came across Citezen and its ability to read arbitrary bibtex files. While playing around, I noticed that the version available from the Pharo catalog cannot handle the optional finishing comma after the last tag. E.g. (from http://www.bibtex.org/Format/). Just adding the trailing

Re: [Pharo-users] Text editor + morph

2018-10-06 Thread Hilaire
If there are no such text editor, is there a best candidate to inherit from and extend? I have about no knowledge regarding the text editor implementations in Pharo. Hilaire Le 03/10/2018 à 18:31, Hilaire a écrit : > In Pharo, do we have a text editor where it is possible to embed > arbitrary M

Re: [Pharo-users] Squeak: Compiler evaluate: '3+4' Pharo equivalent = ?

2018-10-06 Thread Sven Van Caekenberghe
I believe the idea is to ask yourself for your compiler self class compiler evaluate: '1+2' So I guess, globally the following would do Smalltalk compiler evaluate: '1+2'. This I infer by looking at the implementors of #compiler > On 6 Oct 2018, at 18:30, H. Hirzel wrote: > > Hello > >

[Pharo-users] Squeak: Compiler evaluate: '3+4' Pharo equivalent = ?

2018-10-06 Thread H. Hirzel
Hello What is the Pharo equivalent of the Squeak expression Compiler evaluate: '3+4' ? Thank you for the answer in advance --Hannes

Re: [Pharo-users] OpenAPI

2018-10-06 Thread Norbert Hartl
We have services described there and I have code which is not yet released. Please contact me if you have questions. Norbert > Am 03.10.2018 um 16:02 schrieb hamdi gabsi : > > Hi all, > I just started with OpenAPI, I'am looking for some tutoriels, documents or > exemples that can help me to