Re: [Pharo-users] Installing PharoJS

2019-10-07 Thread Shaping
Thanks, Ben. From: Pharo-users [mailto:pharo-users-boun...@lists.pharo.org] On Behalf Of Ben Coman Sent: Monday, 7 October, 2019 06:16 To: Any question about pharo is welcome Subject: Re: [Pharo-users] Installing PharoJS On Mon, 7 Oct 2019 at 09:57, Shaping mailto:shap...@uurda.org

Re: [Pharo-users] Installing PharoJS

2019-10-07 Thread Noury Bouraqadi
sers-boun...@lists.pharo.org] On Behalf Of > Christopher Fuhrman > Sent: Sunday, 6 October, 2019 11:34 > To: Any question about pharo is welcome > Subject: Re: [Pharo-users] Installing PharoJS > > Hello, > > The screenshot cuts off the error, but it may be the problem wi

Re: [Pharo-users] Installing PharoJS

2019-10-07 Thread pmissech
On 07/10/2019 14:23, Shaping wrote: Correction length is 264.  The debugger abbreviates the string with an ellipsis.    Registry entry removes the 260-character limit.   Not sure why this does not work: 'C:/Users/Crypto/Documents/Pharo/images/PharoJS in 7.0 64-bit/pharo-local/iceberg/boura

Re: [Pharo-users] Installing PharoJS

2019-10-07 Thread Shaping
Metacello new baseline: 'PharoJS'; repository: 'github://bouraqadi/PharoJS'; load This is the officiel way of loading PharoJS as stated in Github and pharojs.org . It should work just fine but ONLY with Pharo 7. I got the above baseline to load into Pharo 7.0

Re: [Pharo-users] Installing PharoJS

2019-10-06 Thread Shaping
This is a git problem on Windows only with nested directories resulting in long path names, not a problem of Pharo directly. Usually you should not have it since most projects should already be in Tonel format now (Tonel saves some space on the path length). Dont know if PharoJS and all de

Re: [Pharo-users] Installing PharoJS

2019-10-06 Thread Torsten Bergmann
Hi Shaping,   This is a git problem on Windows only with nested directories resulting in long path names, not a problem of Pharo directly.   Usually you should not have it since most projects should already be in Tonel format now (Tonel saves some space on the path length). Dont know if PharoJS

Re: [Pharo-users] Installing PharoJS

2019-10-06 Thread Christopher Fuhrman
Hello, The screenshot cuts off the error, but it may be the problem with file names that are too long in libgit2. It's a controversial problem in libgit2 for at least six years. https://github.com/libgit2/libgit2/issues/1899 Hitting this problem is what drove me to install WSL on Windows 10 and

Re: [Pharo-users] Installing PharoJS

2019-10-06 Thread Noury Bouraqadi
Hi, Cloning a repo (for any project) is not enough. You need to load the baseline. All you need to do is evaluating the following expression in a playground. I suggest you do it in a fresh image. > Metacello new >baseline: 'PharoJS'; >repository: 'github://bouraqadi/PharoJS'; >load

[Pharo-users] Installing PharoJS

2019-10-06 Thread Shaping
Hi. Can someone explain exactly how to install the latest version of PharoJS, and verify that the proedure really works? I've tried: 1) cloning the PharoJS repo in Pharo 8.0 with Iceberg, and get a Not Loaded final state for the repo. 2) loading into Pharo 7, 6.1, and 5 using Metacello new