Re: [Pharo-dev] [Moose-dev] Re: [ann] gt4gemstone

2017-05-02 Thread Mariano Martinez Peck
On Wed, May 3, 2017 at 1:55 AM, Tudor Girba wrote: > Hi, > > > On May 3, 2017, at 1:00 AM, Mariano Martinez Peck > wrote: > > > > Hi Doru, > > > > That's very cool! I am on vacation now so I don't have much time to take > a deeper look. > > Quick

Re: [Pharo-dev] [Moose-dev] [ann] gt4gemstone

2017-05-02 Thread Tudor Girba
Hi, > On May 3, 2017, at 1:00 AM, Mariano Martinez Peck > wrote: > > Hi Doru, > > That's very cool! I am on vacation now so I don't have much time to take a > deeper look. > Quick questions: > 1) is this using the CGI FFI port I did for Pharo 5 UFFI? Of course :).

Re: [Pharo-dev] Pharo 6 crash when requesting memory from the JVM library

2017-05-02 Thread Ben Coman
On Wed, May 3, 2017 at 12:30 AM, Denis Kudriashov wrote: > Could you check how it works with Pharo5 which was based on prespur CogVM? > Note, Pharo 5 Release was a Spur VM. Try using... http://files.pharo.org/get-files/50-preSpur/

Re: [Pharo-dev] [Moose-dev] [ann] gt4gemstone

2017-05-02 Thread Mariano Martinez Peck
Hi Doru, That's very cool! I am on vacation now so I don't have much time to take a deeper look. Quick questions: 1) is this using the CGI FFI port I did for Pharo 5 UFFI? 2) Which pharo and gemstone versions are supported? Does this work for Pharo 5.0 and GemStone 3.3.3 ? Thanks! On Tue, May

Re: [Pharo-dev] Smalltalk Internet Browser

2017-05-02 Thread Craig Latta
> So the Smalltalk VMs, which are mostly C, can be compiled to > WebAssembly to run inside browsers everywhere and be fast too. Wow. > Is WebAssembly released yet? It's enabled by default in Chrome 57 and Firefox 52 and later. See [1] and [2] for ongoing status and instructional material.

[Pharo-dev] [ann] gt4gemstone

2017-05-02 Thread Tudor Girba
Hi, feenk.com is proud to announce gt4gemstone, a version of the Glamorous Toolkit aimed at supporting remote development with GemStone/S from Pharo. gt4gemstone is released as an open-source project under the MIT license and was built primarily by Andrei Chis with some marginal contributions

Re: [Pharo-dev] Pharo booklet collection

2017-05-02 Thread Esteban A. Maringolo
Correct link seems to be http://files.pharo.org/books-pdfs/booklet-Glorp/2017-05-02-Glorp.spiral.pdf Esteban A. Maringolo 2017-05-02 17:28 GMT-03:00 p...@highoctane.be : > link for glorp gives smacc book error > > On Tue, May 2, 2017 at 10:25 PM, Stephane Ducasse

Re: [Pharo-dev] Pharo booklet collection

2017-05-02 Thread p...@highoctane.be
Right link is http://files.pharo.org/books-pdfs/booklet-Glorp/2017-05-02-Glorp.spiral.pdf On Tue, May 2, 2017 at 10:25 PM, Stephane Ducasse wrote: > Hi Pharoers > > You are lucky. The "Pharo booklet collection" edited by S. Ducasse is > arriving... > > Are you ready to

Re: [Pharo-dev] Pharo booklet collection

2017-05-02 Thread p...@highoctane.be
link for glorp gives smacc book error On Tue, May 2, 2017 at 10:25 PM, Stephane Ducasse wrote: > Hi Pharoers > > You are lucky. The "Pharo booklet collection" edited by S. Ducasse is > arriving... > > Are you ready to read nice and focused booklets? > > You can find at

Re: [Pharo-dev] GarageGlorp

2017-05-02 Thread Stephane Ducasse
Tx Do you get the test pass? When I loaded and press the button I get a resources error. I hope that we should not get a real db to get the tests pass. Stef On Tue, May 2, 2017 at 8:40 PM, Esteban A. Maringolo wrote: > It is done. > > Regards! > Esteban A. Maringolo > > >

[Pharo-dev] Pharo booklet collection

2017-05-02 Thread Stephane Ducasse
Hi Pharoers You are lucky. The "Pharo booklet collection" edited by S. Ducasse is arriving... Are you ready to read nice and focused booklets? You can find at http://files.pharo.org/books/ in beta version: - Smacc: the Smalltalk Compiler Compiler by J. Brant, T. Goubier, J. Lecerf and S.

Re: [Pharo-dev] Smalltalk Internet Browser

2017-05-02 Thread H. Hirzel
On 5/2/17, p...@highoctane.be wrote: > On Tue, May 2, 2017 at 8:45 PM, H. Hirzel wrote: > >> On 5/2/17, p...@highoctane.be wrote: >> > Here is a workable solution: Headless Chrome >> > >> >

Re: [Pharo-dev] Smalltalk Internet Browser

2017-05-02 Thread p...@highoctane.be
On Tue, May 2, 2017 at 8:45 PM, H. Hirzel wrote: > On 5/2/17, p...@highoctane.be wrote: > > Here is a workable solution: Headless Chrome > > > > https://developers.google.com/web/updates/2017/04/headless-chrome > > > > This HN thread has some

Re: [Pharo-dev] Smalltalk Internet Browser

2017-05-02 Thread H. Hirzel
On 5/2/17, p...@highoctane.be wrote: > Here is a workable solution: Headless Chrome > > https://developers.google.com/web/updates/2017/04/headless-chrome > > This HN thread has some interesting things we could take inspiration from. > > We can drive it from Pharo and grab the

Re: [Pharo-dev] GarageGlorp

2017-05-02 Thread Esteban A. Maringolo
It is done. Regards! Esteban A. Maringolo 2017-04-30 14:32 GMT-03:00 Stephane Ducasse : > tx > > On Sun, Apr 30, 2017 at 5:36 PM, Esteban A. Maringolo > wrote: >> >> I will do so as soon as I sit in front of my computer. >> >> Regards! >> >> El

Re: [Pharo-dev] Smalltalk Internet Browser

2017-05-02 Thread p...@highoctane.be
And the WebDriver protocol doesn't seem that intractable. https://www.w3.org/TR/webdriver/ On Tue, May 2, 2017 at 8:28 PM, p...@highoctane.be wrote: > Here is a workable solution: Headless Chrome > > https://developers.google.com/web/updates/2017/04/headless-chrome > > This

Re: [Pharo-dev] Smalltalk Internet Browser

2017-05-02 Thread p...@highoctane.be
Here is a workable solution: Headless Chrome https://developers.google.com/web/updates/2017/04/headless-chrome This HN thread has some interesting things we could take inspiration from. We can drive it from Pharo and grab the screen, and then show that in a Morph. Then capture clicks and send

Re: [Pharo-dev] Pharo 6 crash when requesting memory from the JVM library

2017-05-02 Thread Raffaello Giulietti
OK, I'll give it a try tomorrow and let the mailing list know about the outcome. On 2017-05-02 18:30, Denis Kudriashov wrote: Could you check how it works with Pharo5 which was based on prespur CogVM? 2017-05-02 16:36 GMT+02:00 Raffaello Giulietti

Re: [Pharo-dev] Pharo 6 crash when requesting memory from the JVM library

2017-05-02 Thread Denis Kudriashov
Could you check how it works with Pharo5 which was based on prespur CogVM? 2017-05-02 16:36 GMT+02:00 Raffaello Giulietti < raffaello.giulie...@lifeware.ch>: > Hello, > > I'm on Pharo 6 (32 bit)/Windows 10 (64 bit). > > I'm trying to load and use the (32 bit) JVM DLL into a running Pharo image >

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

2017-05-02 Thread GitHub
Branch: refs/tags/60477 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] 46622b: 60477

2017-05-02 Thread GitHub
Branch: refs/heads/6.0 Home: https://github.com/pharo-project/pharo-core Commit: 46622b913acdee8974e2b8cdc329b7a95e9061de https://github.com/pharo-project/pharo-core/commit/46622b913acdee8974e2b8cdc329b7a95e9061de Author: Jenkins Build Server Date:

[Pharo-dev] Pharo 6 crash when requesting memory from the JVM library

2017-05-02 Thread Raffaello Giulietti
Hello, I'm on Pharo 6 (32 bit)/Windows 10 (64 bit). I'm trying to load and use the (32 bit) JVM DLL into a running Pharo image via the UFFI. Everything works correctly, including JVM method invocations, except when trying to set the minimum and maximum JVM heap size by passing the -Xms and

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

2017-05-02 Thread GitHub
Branch: refs/tags/60476 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] 4717d4: 60476

2017-05-02 Thread GitHub
Branch: refs/heads/6.0 Home: https://github.com/pharo-project/pharo-core Commit: 4717d499828abdee5497bc727a2a32ac2269aae3 https://github.com/pharo-project/pharo-core/commit/4717d499828abdee5497bc727a2a32ac2269aae3 Author: Jenkins Build Server Date:

[Pharo-dev] [pharo-project/pharo-core] 4144e3: 60475

2017-05-02 Thread GitHub
Branch: refs/heads/6.0 Home: https://github.com/pharo-project/pharo-core Commit: 4144e31d9874a3f75cad080d697e7586f2d7493c https://github.com/pharo-project/pharo-core/commit/4144e31d9874a3f75cad080d697e7586f2d7493c Author: Jenkins Build Server Date:

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

2017-05-02 Thread GitHub
Branch: refs/tags/60475 Home: https://github.com/pharo-project/pharo-core

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

2017-05-02 Thread GitHub
Branch: refs/tags/60474 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] e64cb1: 60474

2017-05-02 Thread GitHub
Branch: refs/heads/6.0 Home: https://github.com/pharo-project/pharo-core Commit: e64cb12453542258736da30c4fbf0cf9042c92e6 https://github.com/pharo-project/pharo-core/commit/e64cb12453542258736da30c4fbf0cf9042c92e6 Author: Jenkins Build Server Date:

[Pharo-dev] Esteban’s list of blocking issues for release Pharo 6.0 (updated to May 02)

2017-05-02 Thread Esteban Lorenzano
Hello, This are the things I believe still needs to be solved to be able to release Pharo 6.0: VM: - libgit2: Still not there. I decided to migrate to libgit2 0.25.1 (which we need to do it anyway) because that solves automagically all compilation problems. Of course, that needs work