Re: [Pharo-users] Reify RBLiteralNode and RBBlockNode args/return with MetaLink?

2018-11-19 Thread Manuel Leuenberger
Thanks for picking this up into the backlog. I am not blocked if I don't have them, I was just curious. I am quite intrigued with the idea of reyfing the runtime semantics, this opens a whole lot of opportunities for tools based on dynamic data.On Nov 19, 2018 17:40, Marcus Denker

Re: [Pharo-users] Pharo on Linux

2018-11-19 Thread Hans-Martin
One thing that I've learned to appreciate quickly is the pharo launcher. It takes care of downloading everything you need (of course, it won't set up a 32-bit environment in a 64-bit Linux for you, that must be done manually). Used it in Linux and Windows environments with good success, it's

Re: [Pharo-users] Pharo 7 Loading stops at Seaside-Pharo-JSON-Jo....5

2018-11-19 Thread Sven Van Caekenberghe
You need to tell us how are loading Seaside, exactly. Using Metacello new baseline:'Seaside3'; repository: 'github://SeasideSt/Seaside:master/repository'; load. ? The dev build on P7 passes it seems https://travis-ci.org/SeasideSt/Seaside > On 19 Nov 2018, at 17:34, Sanjay Minni wrote: >

Re: [Pharo-users] [Pharo-dev] Pharo 7 speed compared to VW

2018-11-19 Thread Eliot Miranda
Hi Shaping, On Mon, Nov 19, 2018 at 5:04 AM Shaping wrote: > (Second try in 6 days. Does anyone have recent performance data for Pharo > 7 relative to VW 7.10 or later?) > I don't have access to recent vnc versions beyond 7.7. If you have access perhaps you could run the computer language

Re: [Pharo-users] Reify RBLiteralNode and RBBlockNode args/return with MetaLink?

2018-11-19 Thread Marcus Denker
Hi, Thanks! I will check all of them… it might very well be that they are not implemented / there are bugs. I will add them to the bug list. (the problem is that each of them takes effort… write test, stare at byte-code… so it will take some time) > On 19 Nov 2018, at 09:30, Manuel

[Pharo-users] Pharo 7 Loading stops at Seaside-Pharo-JSON-Jo....5

2018-11-19 Thread Sanjay Minni
How do I proceed from here ? (Pharo 7 32 bit on Win 10) whle installing a developed package - Loading stops at Seaside-Pharo-JSON-Jo5 This package depends on the following classes: WAPharoEncoder You must resolve these dependencies before you will be able to load these definitions:

[Pharo-users] Iceberg documentation, tutorial, video

2018-11-19 Thread nacho
Hi! I'm trying to learn how to use Iceberg to switch my projects to GutHub. Are there any docs, tutorials o video showing how to configure, use, Iceberg? Thanks in advance! cheers nacho - Nacho Smalltalker apprentice. Buenos Aires, Argentina. -- Sent from:

[Pharo-users] Reify RBLiteralNode and RBBlockNode args/return with MetaLink?

2018-11-19 Thread Manuel Leuenberger
Hi, I am currently playing with MetaLinks in Pharo 7 and stumbled upon some issues. For example, I found that instrumenting message sends may break compilation (see https://pharo.fogbugz.com/f/cases/22681/Metalink-on-message-may-break-compilation