Re: [Pharo-dev] Importing tonel files

2020-03-22 Thread Javier Pimás
n: Exception do: []] a couple of times (just in case there existed unresolved references). Is there a better way to file them in? Cheers! Javier. > And will return all the definitions for the package. > Also, you can use it through the UI of Monticello. > > Cheers, > Pablo > >

[Pharo-dev] Importing tonel files

2020-03-21 Thread Javier Pimás
Hi! Does anybody have at hand a one liner to load into Pharo a set of files in tonel format? I have them in a directory without any git repo. Cheers, Javier

Re: [Pharo-dev] Some new bindings for native emulation stuff

2019-08-03 Thread Javier Pimás
layed with them to do a native debugger with > Spec2 just for fun. > Hope this evolves a bit more soon, and that it helps somebody. > > Guille > > > -- Javier Pimás Ciudad de Buenos Aires

[Pharo-dev] Loading code with iceberg

2018-04-01 Thread Javier Pimás
8'; load. ] "Based on the same file from the pharo-vm project" myRepository := IceRepositoryCreator new url: 'g...@github.com:nopsys/CogNOS.git'; subdirectory: 'Image-src'; createRepository. (myRepository addPackageNamed: 'SqueakNOS') loadLatest. -- Javier Pimás Ciudad de Buenos Aires

Re: [Pharo-dev] pharo64+load code=broken image

2018-03-24 Thread Javier Pimás
On Fri, Mar 23, 2018 at 11:17 PM, Eliot Miranda <eliot.mira...@gmail.com> wrote: > > > On Fri, Mar 23, 2018 at 7:54 AM, Javier Pimás <elpochodelage...@gmail.com> > wrote: > >> Hi Eliot, the crash.dmp shows what I put in the first mail, gdb shows >> some mor

Re: [Pharo-dev] pharo64+load code=broken image

2018-03-23 Thread Javier Pimás
fixing the mnu makes the crash go away :). I still wonder if the crash is "expected" or shouldn't happen. On Fri, Mar 23, 2018 at 11:59 AM, Javier Pimás <elpochodelage...@gmail.com> wrote: > printing all stacks gives more clues: looks like we are causing an mnu at > startup

Re: [Pharo-dev] pharo64+load code=broken image

2018-03-23 Thread Javier Pimás
0x7ffa2a78 I InputEventFetcher>waitForInput 0x1d0f310: a(n) InputEventFetcher 0x7ffa2ad0 I InputEventFetcher>eventLoop 0x1d0f310: a(n) InputEventFetcher 0x7ffa2b10 I [] in InputEventFetcher>installEventLoop 0x1d0f310: a(n) InputEventFetcher 0x7ffa2b50

Re: [Pharo-dev] pharo64+load code=broken image

2018-03-23 Thread Javier Pimás
) > > On Mar 23, 2018, at 7:18 AM, Javier Pimás <elpochodelage...@gmail.com> > wrote: > > no luck with this one :( > > On Fri, Mar 23, 2018 at 4:48 AM, Alistair Grant <akgrant0...@gmail.com> > wrote: > >> Hi Javier, >> >> On 23 March 2018 at 04

Re: [Pharo-dev] pharo64+load code=broken image

2018-03-23 Thread Javier Pimás
no luck with this one :( On Fri, Mar 23, 2018 at 4:48 AM, Alistair Grant <akgrant0...@gmail.com> wrote: > Hi Javier, > > On 23 March 2018 at 04:54, Javier Pimás <elpochodelage...@gmail.com> > wrote: > > Hi folks, I take a fresh Pharo6.1 (spur64), load a git repos

[Pharo-dev] pharo64+load code=broken image

2018-03-22 Thread Javier Pimás
free stack page bytes 8192 available headroom 5576 minimum unused headroom 6032 (Segmentation fault) -- Javier Pimás Ciudad de Buenos Aires

Re: [Pharo-dev] Loading configuration of spur

2018-03-12 Thread Javier Pimás
gt; should I use the one here? http://source.squeak.org/VMMaker Do you still use the one in github? Because if not I would recommend removing it as it is a bit misleading. > On Mon, Mar 12, 2018 at 11:53 AM, Javier Pimás <elpochodelage...@gmail.com > > wrote: > >> O

Re: [Pharo-dev] Loading configuration of spur

2018-03-12 Thread Javier Pimás
it not working on latest versions. Probably some > patches are required... > > What is your error? > > > On Sun, Mar 11, 2018 at 7:14 PM, Javier Pimás <elpochodelage...@gmail.com> > wrote: > >> Ok, now I moved forward but cannot load vmmaker sources into a pharo

[Pharo-dev] Loading configuration of spur

2018-03-11 Thread Javier Pimás
-- Javier Pimás Ciudad de Buenos Aires

Re: [Pharo-dev] pharo64+git crash

2018-03-11 Thread Javier Pimás
Goubier <thierry.goub...@gmail.com> wrote: > Hi Javier, > > can you try with a 64 bits Pharo 7 vm (http://get.pharo.org/64/vm70)? The > Pharo 6 64bits vm used to have segfaults upon code loading. > > Regards, > > Thierry > > Le 10/03/2018 à 22:59, Javier Pimás a éc

[Pharo-dev] pharo64+git crash

2018-03-10 Thread Javier Pimás
a context 0x1a2c118 is not a context ... -- Javier Pimás Ciudad de Buenos Aires

Re: [Pharo-dev] Tonel code?

2018-01-15 Thread Javier Pimás
malltalk/Cypress > [4] https://github.com/CampSmalltalk/cuis-cypress > [5] https://github.com/dalehenrich/CypressReferenceImplementation > /tree/rowan/tonel > > > > On 1/13/18 7:56 AM, Javier Pimás wrote: > > Hi, I wanted to do some dialect porting experiments. I want to

Re: [Pharo-dev] Tonel code?

2018-01-15 Thread Javier Pimás
ve dependencies with monticello, how hard would it be to > have > > a port without monticello/port the needed monticello dependencies? > > No idea. > > > 4. Any advice? > > > > Cheers, > > Javier > > > > -- > > Javier Pimás > > Ciudad de Buenos Aires > > -- Javier Pimás Ciudad de Buenos Aires

[Pharo-dev] Tonel code?

2018-01-13 Thread Javier Pimás
it be to have a port without monticello/port the needed monticello dependencies? 4. Any advice? Cheers, Javier -- Javier Pimás Ciudad de Buenos Aires

Re: [Pharo-dev] About cr and lf

2017-08-04 Thread Javier Pimás
mplementation- > >> defined end-of-line sequence is added to the receiver in the same > >> manner as if the message #nextPutAll: was sent to the receiver with > >> an argument string whose elements are the sequence of characters. > >> > >> Return Value > >> UNSPECIFIED > >> Errors > >> It is erroneous if any element of the end-of-line sequence is an > >> object that does not conform to the receiver's sequence value type . > >> > >> my 2c, > >> > >> Jan > >> > >>> > >>> Stef > >>> > >> > > > > > -- Javier Pimás Ciudad de Buenos Aires

Re: [Pharo-dev] [ANN] PharoNOS

2017-03-22 Thread Javier Pimás
ntext: Re: [ANN] PharoNOS > <http://forum.world.st/ANN-PharoNOS-tp4939247p4939643.html> > Sent from the Pharo Smalltalk Developers mailing list archive > <http://forum.world.st/Pharo-Smalltalk-Developers-f1294837.html> at > Nabble.com. > -- Javier Pimás Ciudad de Buenos Aires

Re: [Pharo-dev] Reordering working directory mess

2016-06-24 Thread Javier Pimás
s is NOT user space… regular pharo users will > store his files along with the image, for instance filetree repositories… > something like: > > Pharo.image > Pharo.changes > .pharo/ > voyage/ > punqlite/ > etc. > > well… I will commit a SLICE with the changes soon (is not a hard change at > all). > > But then: > > is ./pharo a good name? > will this work? > > Esteban > -- Javier Pimás Ciudad de Buenos Aires

Re: [Pharo-dev] Pharo PPA doesn't seem to work on ubuntu vivid (15.04)

2015-06-11 Thread Javier Pimás
regards, Markus Am 11.06.2015 um 15:54 schrieb Javier Pimás: Hi there, after adding the ppa to the system I cannot install the vm. Only pharo-launcher is available but it can't be installed because the pharo-vm-core-i386 is not installable. What I tried was this: sudo apt-add-repository

[Pharo-dev] Pharo PPA doesn't seem to work on ubuntu vivid (15.04)

2015-06-11 Thread Javier Pimás
update sudo apt-get install pharo-launcher looking at https://launchpad.net/~pharo/+archive/ubuntu/stable it seems like packages are too old (before 15.04 came out), maybe they need to be updated? cheers, Javier -- Javier Pimás Ciudad de Buenos Aires

Re: [Pharo-dev] Videos ESUG2014

2014-08-24 Thread Javier Pimás
Clement Bera, who also contributed a lot to it as well. And many others in RMoD team. -- Best regards, Igor Stasenko. -- Javier Pimás Ciudad de Buenos Aires

Re: [Pharo-dev] [OT] Pharo-Amber stack screencast

2014-04-14 Thread Javier Pimás
/sebastianconcept o/ -- Lic. Javier Pimás Ciudad de Buenos Aires

Re: [Pharo-dev] Access to issue tracker?

2013-08-13 Thread Javier Pimás
El 13/08/2013 0:34, Javier Pimás escribió: Hi, I don't know if it's just me or if I'm doing something wrong but I was never able to get a user for the issue tracker. I enter here http://bugs.pharo.org/issues/register, put a username, an email and tick the not a monkey box in order to create

[Pharo-dev] Access to issue tracker?

2013-08-12 Thread Javier Pimás
://pharo.fogbugz.com/ but I never get a mail or anything I could use to login, what I am doing wrong? Cheers, Javier -- Lic. Javier Pimás Ciudad de Buenos Aires

Re: [Pharo-dev] Fwd: Artifacts on Linux using NBOpenGL

2013-07-04 Thread Javier Pimás
) with 1 events remaining. Thanks -- Lic. Javier Pimás Ciudad de Buenos Aires