Re: [Pharo-dev] Easy way to browse Hermes packages?

2018-05-12 Thread teso...@gmail.com
, Alistair Grant wrote: > Hi Everyone, > > Is there an easy way to browse the contents of .hermes files (from the > Pharo 7 bootstrap process)? Or at least list the packages, classes > and methods defined within? > > Thanks! > Alistair > > -- Pablo Tesone. teso...@gmail.com

Re: [Pharo-dev] Minimal kernel

2018-06-11 Thread teso...@gmail.com
hole default packages? > > Best regards, > Guido. > -- Pablo Tesone. teso...@gmail.com

Re: [Pharo-dev] Pharo Bootstrap

2018-06-26 Thread teso...@gmail.com
ari/Documents/Projects/Research/Nopsys/PharoBootstrap > > I then resort to just execute the command that travis executes ( > ./scripts/install-packages.sh) and it works. But when I open the image I > can not find PBBootstrapSpur3250, needed for running the bootstrapping. > > Best, > Guido > > > -- Pablo Tesone. teso...@gmail.com

Re: [Pharo-dev] IndexedSlots in combination with StatefulTraits

2018-07-17 Thread teso...@gmail.com
slots returns our #slotFromTrait with an index > of 1 while > > which is the same #slotFromTrait but a different index - therefore it does > not get removed. > > > Dont know what is the best way to fix this without any side effects. > Commenst and help appreciated. > > Thanks > T. > > -- Pablo Tesone. teso...@gmail.com

Re: [Pharo-dev] [rmod] About the infinite debugger

2018-08-07 Thread teso...@gmail.com
immediately help with the debugger problem, >> since I don't know the debugger nearly as well as I do the exception >> handling code, and I'm going on vacation for a week in 20 minutes. :-) >> Perhaps when I get back I can take a look at it if it is still a problem >> by then. >> >> Regards, >> -Martin >> >> >> >> > > > -- > > > > Guille Polito > > Research Engineer > > Centre de Recherche en Informatique, Signal et Automatique de Lille > > CRIStAL - UMR 9189 > > French National Center for Scientific Research - *http://www.cnrs.fr > <http://www.cnrs.fr>* > > > *Web:* *http://guillep.github.io* <http://guillep.github.io> > > *Phone: *+33 06 52 70 66 13 > -- Pablo Tesone. teso...@gmail.com

Re: [Pharo-dev] [rmod] About the infinite debugger

2018-08-07 Thread teso...@gmail.com
to happen over > and over again. Its possible its when using step-over though - so I will > keep an eye on that. > > Tim > > On 7 Aug 2018, at 10:51, teso...@gmail.com wrote: > > Hello, > We have implemented a "patch" for Pharo 7, that is already integrated.

[Pharo-dev] New Iceberg Version 1.2.1

2018-08-07 Thread teso...@gmail.com
ith fetch required are wrong UI bug -- Pablo Tesone. teso...@gmail.com

Re: [Pharo-dev] New Iceberg Version 1.2.1

2018-08-07 Thread teso...@gmail.com
in the sense that > we do not lose anything and we have a lot to gain by using it). > However, not much repositories use 'src' so it will still produce a lot of > "noise"... > > But still! Committing that file is a one-time operation. Once people fix > their repositories adding the project meta-data, you will not see them > dirty anymore. So we can see this as a transition noise too... > > Of course, new ideas are welcome. I'll let Pablo and Esteban add their > points of view on this too. > Guille > -- Pablo Tesone. teso...@gmail.com

Re: [Pharo-dev] About the infinite debugger

2018-08-08 Thread teso...@gmail.com
;> marker. Just removing that pragma gives us back the same behaviour as in >>> Pharo 3/4. :D >>> >>> https://github.com/pharo-project/pharo/pull/1621 >>> >>> I know that the exception handling/debugging has been modified several >>> times in the latest years (some refactorings, hiding contexts...), we >>> unfortunately don't have tests for it, so I'd like some more pair of eyes >>> on it. Ben, Martin could you take a look? >>> >>> Thanks all for the fish, >>> Guille >>> >> >> > -- Pablo Tesone. teso...@gmail.com

Re: [Pharo-dev] Is Jenkins OK?

2018-08-14 Thread teso...@gmail.com
t; > > > > > Guille Polito > > > > Research Engineer > > > > Centre de Recherche en Informatique, Signal et Automatique de Lille > > > > CRIStAL - UMR 9189 > > > > French National Center for Scientific Research - http://www.cnrs.fr > > > > > > Web: http://guillep.github.io > > > > Phone: +33 06 52 70 66 13 > > -- Pablo Tesone. teso...@gmail.com

Re: [Pharo-dev] IndexedSlots in combination with StatefulTraits

2018-08-31 Thread teso...@gmail.com
bug and do a PR? > > Then at least this could be integrated independent from when the tools and > traits are cleaned up. > > Thanks > T. > -- Pablo Tesone. teso...@gmail.com

Re: [Pharo-dev] IndexedSlots in combination with StatefulTraits

2018-08-31 Thread teso...@gmail.com
Hi, I have created the PR. Cheers On Fri, Aug 31, 2018 at 11:15 AM teso...@gmail.com wrote: > Sorry, I have missed them. That is why it is better to create a PR. > I will check it. > > Cheers, > > On Thu, Aug 30, 2018 at 10:38 AM Torsten Bergmann wrote: > >> Hi Pa

Re: [Pharo-dev] Creating a new class using `Class new superclass:` blocks the image in Pharo 7

2018-10-05 Thread teso...@gmail.com
Hi Andrei, would you mind opening an issue for this, making a comment in a merged PR does not help to see it. Thanks On Fri, 5 Oct 2018, 20:09 Andrei Chis, wrote: > Now I found the comment from > https://github.com/pharo-project/pharo/pull/1618. > Will add a comment there. > > On Fri, Oct 5, 20

Re: [Pharo-dev] Creating a new class using `Class new superclass:` blocks the image in Pharo 7

2018-10-05 Thread teso...@gmail.com
Thanks a lot, I will check it in this days. On Fri, 5 Oct 2018, 20:28 Andrei Chis, wrote: > Done: > https://pharo.fogbugz.com/f/cases/22547/Creating-a-new-class-using-Class-new-superclass-blocks-the-image-in-Pharo-7 > > Cheers, > Andrei > > On Fri, Oct 5, 2018 at 8:15

[Pharo-dev] Performance Issues

2019-04-02 Thread teso...@gmail.com
Hi, this will be a long mail. I have organized it in different sections. Resume: == - There are performance issues in Pharo 7. - I have made benchmarks. - With Guille we made an improvement in saving source code in methods. - More improvements to come. - Automation and CI in the future. Bac

[Pharo-dev] FreeType and the over amorous glyphs (overlapping)

2019-04-10 Thread teso...@gmail.com
%20pull%20request%20and%20branch%20Pipeline/job/PR-3157/2/artifact/bootstrap-cache/Pharo7.0-PR-64bit-f8c6957.zip If somebody is willing to use it in Pharo 7, I can create a PR against Pharo7 to generate patched P7 images. Thanks! -- Pablo Tesone. teso...@gmail.com

Re: [Pharo-dev] FreeType and the over amorous glyphs (overlapping)

2019-04-10 Thread teso...@gmail.com
> I got a File class bad argument and after I could not use iceberg. > > Stef > > > On 10 Apr 2019, at 15:38, teso...@gmail.com wrote: > > > > Hello, > > > > After checking the problem with Guille, we have the hypothesis of the > > source of the problem

Re: [Pharo-dev] FreeType and the over amorous glyphs (overlapping)

2019-04-11 Thread teso...@gmail.com
ot;0.9969s8" > > On Wed, Apr 10, 2019 at 8:04 PM Sven Van Caekenberghe > wrote: > >> Thanks a lot for actually diving into this, this mysterious issue has >> been bugging us for a very long time. I do hope you can finally solve this. >> I am sure many people w

[Pharo-dev] [ANN] Pharo 7.0.3

2019-04-12 Thread teso...@gmail.com
Pharo 7.0.3 contains several bugfixes, notably a fix for the annoying font corruption font. [image: image.png] Changes Log - #2781 Fix comment on OSWindow >> startTextInput - #3160

Re: [Pharo-dev] [ANN] Pharo 7.0.3

2019-04-14 Thread teso...@gmail.com
Like in the Oscars, I was thanking everybody. ;) On Fri, 12 Apr 2019, 21:40 Stéphane Ducasse what is the academy? > :) > > stef > > > > On 12 Apr 2019, at 17:26, teso...@gmail.com wrote: > > Pharo 7.0.3 contains several bugfixes, notably a fix for the anno

Re: [Pharo-dev] [ANN] Pharo 7.0.3

2019-04-15 Thread teso...@gmail.com
to go) - saving my image has > fixed it (for now). I do have Mirage loaded in my image ( the latest > version, and I was showing you guys how that seems to stress it a bit more). > > Tim > > > > > > On 14 Apr 2019, at 15:16, teso...@gmail.com wrote: > > Like in the O

Re: [Pharo-dev] [ANN] Pharo 7.0.3

2019-04-15 Thread teso...@gmail.com
for the report! On Mon, Apr 15, 2019 at 9:10 AM teso...@gmail.com wrote: > Thanks a lot, founding the issue is important. > For sure I missed some other users of freetype doing the same!! > > On Mon, Apr 15, 2019 at 1:14 AM Tim Mackinnon wrote: > >> I hate to be the bea

Re: [Pharo-dev] [ANN] OSWinSubprocess a library to spawn Windows System processes

2019-07-08 Thread teso...@gmail.com
notepad.exe'; > arguments: #('notepad.exe' 'C:\foo.txt'); > runAndWait. > > Important note: As of now, this library does not yet support standard streams > (stdin, stdout and stderr). It could be done by setting the appropriate > information in the STARTUPINFO structutre. > > You can check the README for more information. > > Regards, > Christophe. -- Pablo Tesone. teso...@gmail.com

Re: [Pharo-dev] P8 + aTalent - aKind

2019-07-23 Thread teso...@gmail.com
Hi Norbert, I share the point of improving the implementation to reuse the anonymous classes. I will check that and propose a solution, of course if any one else want to propose something is welcomed. Thinking about the reflective messages I don't have a stablished opinion. I think the behaviour s

[Pharo-dev] [ANN] Pharo Headless - Beta (Actually what is between Alpha and Beta)

2019-08-08 Thread teso...@gmail.com
TL;DR; == For the anxious, you can get real headless vm and image from zero-conf. $ wget get.pharo.org/64/80+vmHeadlessLatest | bash Zero conf scripts remain unchanged for users. However, if you are launching the VM by hand from the executable instead of the launcher scripts (pharo and phar

Re: [Pharo-dev] [ANN] Pharo Headless - Beta (Actually what is between Alpha and Beta)

2019-08-12 Thread teso...@gmail.com
So, what is the difference between the minheadlessVM built by you versus > >> the one from opensmalltalk-vm? > >> > >> Cheers, > >> Doru > >> > >> > >>> On Aug 8, 2019, at 9:53 AM, teso...@gmail.com wrote: > >>> > &g

Re: [Pharo-dev] [ANN] Pharo Headless - Beta (Actually what is between Alpha and Beta)

2019-08-12 Thread teso...@gmail.com
> different artifacts? > - Also are the platforms from > https://github.com/pharo-project/opensmalltalk-vm/tree/pharo/platforms > representative for minheadlessVM? > > Cheers, > Doru > > > > > On Aug 12, 2019, at 9:11 AM, teso...@gmail.com wrote: > > > >

Re: [Pharo-dev] [ANN] Pharo Headless - Beta (Actually what is between Alpha and Beta)

2019-08-12 Thread teso...@gmail.com
repository should we look at)? Also, to the build scripts that are used to > build it? > > Cheers, > Doru > > > > On Aug 12, 2019, at 10:56 AM, teso...@gmail.com wrote: > > > > Hi, > >The executables are not the same. > >We have 2 different now

Re: [Pharo-dev] possible Windows Update "1903" Iceberg problem

2019-09-05 Thread teso...@gmail.com
ben > >>>>>> > >>>>>> On Sat, 17 Aug 2019 at 12:58, ducasse wrote: > >>>>>> Hi ben > >>>>>> > >>>>>> in the pharo launcher if you click on P8.0 (development version) you > >>>>>> get access to all the builds. > >>>>>> > >>>>>> Stef > >>>>>> > >>>>>>> On 16 Aug 2019, at 16:02, Ben Coman wrote: > >>>>>>> > >>>>>>> IThis morning the May 2019 Windows Update "1903" forced itself onto > >>>>>>> my computer and now 64-bits Pharo seems to have a problem with > >>>>>>> git_remote_fetch() FFI callout. I no longer have a non-1903 machine > >>>>>>> to directly compare behaviour before "1903". Can someone familiar > >>>>>>> with this area with both "pre-1903" and "1903" machines triage > >>>>>>> whether "1903" is indeed the cause? > >>>>>>> > >>>>>>> A few other recent reports are noted here... > >>>>>>> https://github.com/pharo-project/pharo/issues/3418 > >>>>>>> > >>>>>>> cheers -ben > >>>>>> > >>>>> > >>>>> -- > >>>>> feenk.com > >>>>> > >>>>> "Not knowing how to do something is not an argument for how it cannot > >>>>> be done." > >>>>> > >>>> > >>>> -- > >>>> feenk.com > >>>> > >>>> “Live like you mean it." > >>>> > >>>> > >>> > >>> > >>> > >> > > > > > > > > -- Pablo Tesone. teso...@gmail.com

Re: [Pharo-dev] Slot definition API?

2019-09-08 Thread teso...@gmail.com
Hi, I really like the idea of returning a node object for the initialization. >From seeing the class definition, I think we should assume that: - the receiver of the slot instantiation message is a Slot. - the parameters to the slot instatiation message are literals or literal-only expressions. D

[Pharo-dev] [ANN] New Windows VM - Fixes 1903 error

2019-09-20 Thread teso...@gmail.com
. Just click on the marked button and then in "Update" [image: updateVM.png] Thanks!!! Cheers, Pablo -- Pablo Tesone. teso...@gmail.com

Re: [Pharo-dev] [ANN] New Windows VM - Fixes 1903 error

2019-09-20 Thread teso...@gmail.com
A little information I was missing, the fixed VM is for both Pharo 7 and Pharo 8 Thanks Guille! Cheers, On Fri, Sep 20, 2019 at 12:06 PM teso...@gmail.com wrote: > Hello, > a new stable VM has been deployed. This VM uses a new version of > libSSH allowing us to work in the lates

Re: [Pharo-dev] The Lands Platform at SLE 2019: Pharo magic inside

2019-10-24 Thread teso...@gmail.com
cated with @splashcon >> >> https://youtu.be/HMgJK8mVPYw >> >> Showcasing live magic tricks powered by the @pharoproject >> >> Best, >> >> Nick -- Pablo Tesone. teso...@gmail.com

Re: [Pharo-dev] [Pharo-users] Pharo TechTalk Oct 24

2019-10-24 Thread teso...@gmail.com
opic: Headless VM > > Calendar entry: https://association.pharo.org/event-3419545 > > > (it was originally dated to today, we will try to be better in pre-planning > from the next one on) -- Pablo Tesone. teso...@gmail.com

Re: [Pharo-dev] [Pharo-users] Pharo TechTalk Oct 24

2019-10-25 Thread teso...@gmail.com
Hi, I am putting the recorded version. https://youtu.be/6iAzRYybY_M Cheers, Pablo On Thu, Oct 24, 2019 at 11:18 AM teso...@gmail.com wrote: > > Friendly reminder: > > Today at 17:00 (GMT+2, Paris Time) we have the techtalk about the headless VM > > Cal

Re: [Pharo-dev] FOSDEM rooms are available

2019-10-29 Thread teso...@gmail.com
TaskIt? >>> I could do a presentation of Pharo in the minimalist…. and carolina a talk >>> showing how to bootstrap. >>> >>> >>> >>> >>> >>> El lun., 28 oct. 2019 a las 16:41, ducasse () >>> escribió: >>>> >>>> >>>> https://fosdem.org/2020/news/2019-10-01-accepted-developer-rooms/ >>>> I do not know in which one we want to participate >>>> >>>> Debugging Tools >>>> Minimalistic, Experimental and Emerging Languages >>>> Open Research Tools and Technologies >>>> >>>> How do we coordinate? >>>> >>>> S. >>> >>> -- Pablo Tesone. teso...@gmail.com

[Pharo-dev] Debugging GCC code generation

2019-12-11 Thread teso...@gmail.com
if this is a bug in GCC, so I will report it. But I have fixed the problem writing the code in a proper way. Sorry again for the long mail, I wanted to store the knowledge and propagate it before I eventually will flush it. I like these things, but I am not debugging the GCC optimization pipeline all the days. -- Pablo Tesone. teso...@gmail.com

Re: [Pharo-dev] Debugging GCC code generation

2019-12-11 Thread teso...@gmail.com
sting similar things in future! It is very educative :) > > Cheers, > Alex > > > On Wed, 11 Dec 2019 at 17:35, teso...@gmail.com wrote: >> >> Hi, >> this mail is related to Pharo because it is knowledge I found >> debugging the build of the VM, but the

Re: [Pharo-dev] Debugging GCC code generation

2019-12-11 Thread teso...@gmail.com
>> So modifying a long cannot have any sort of impact on the content of the int >> pointer. >> So the compiler can decouple both path return int content and assign long. >> But assigning the long has no effect, so the code can be suppressed >> altogether. >>

Re: [Pharo-dev] [Mm10s] 2019-12-16

2019-12-17 Thread teso...@gmail.com
> > - [Release] Organise issues that will enter in P8. > - [Release] Prepare release notes. > - [Spec2] Fix radio buttons. > - [Spec2] TechTalk Thursday > > ### Pipeline > > - [Release] Pharo 8 Release. > - [VM] debug AIO and worker thread VMs on linux and windows. > -- Pablo Tesone. teso...@gmail.com

[Pharo-dev] [Mm10s] 2020-01-06

2020-01-07 Thread teso...@gmail.com
before the release - [VM Dev] Starting to work in improving tests in JIT and GC. -- Pablo Tesone. teso...@gmail.com

Re: [Pharo-dev] [Mm10s] 2010-01-13

2020-01-13 Thread teso...@gmail.com
installations and the changes files - [VM] Documenting GC, participating in the GC code dojo. - [VM] Writing tests for JIT generation - [VM] Continue improving Idle VM -- Pablo Tesone. teso...@gmail.com

[Pharo-dev] [ANN] Embedding Image Example (Win)

2020-01-13 Thread teso...@gmail.com
you already have it!. I will do other examples of the use case we are thinking for the headless VM! Cheers, Pablo -- Pablo Tesone. teso...@gmail.com

[Pharo-dev] New Latest VM - Please Test

2020-01-17 Thread teso...@gmail.com
Hello, I have just uploaded a new version of the VM as the latest. This version is the one to be intended for Pharo 8 release. Please feel free to test it. Changes: - Fix in the GC corruption error Thanks. -- Pablo Tesone. teso...@gmail.com

Re: [Pharo-dev] New Latest VM - Please Test

2020-01-17 Thread teso...@gmail.com
, Pablo On Fri, Jan 17, 2020 at 2:17 PM Pierce Ng wrote: > > On Fri, Jan 17, 2020 at 10:48:02AM +0100, teso...@gmail.com wrote: > > I have just uploaded a new version of the VM as the latest. This > > version is the one to be intended for Pharo 8 release. Please feel > >

Re: [Pharo-dev] New Latest VM - Please Test

2020-01-19 Thread teso...@gmail.com
If you announce something it is good to say how to get > it. What seems obvious to you is not necessarily obvious for others. > > Norbert > > > Am 17.01.2020 um 10:49 schrieb "teso...@gmail.com" : > > > > Hello, > > I have just uploaded a new vers

[Pharo-dev] [Mm10s] 2010-01-20

2020-01-20 Thread teso...@gmail.com
SDEM preparation -- Pablo Tesone. teso...@gmail.com

Re: [Pharo-dev] Fwd: [GitHub] Deprecation Notice

2020-01-22 Thread teso...@gmail.com
>> Begin forwarded message: > >>>>>> > >>>>>> From: GitHub > >>>>>> Subject: [GitHub] Deprecation Notice > >>>>>> Date: 21 January 2020 at 21:03:28 CET > >>>>>> To: StéphaneDucasse > >>>>>> > >>>>>> Hi @Ducasse, > >>>>>> > >>>>>> You recently used a password to access an endpoint through the GitHub > >>>>>> API using Zinc HTTP Components 1.0 (Pharo/9.0). We will deprecate > >>>>>> basic authentication using password to this endpoint soon: > >>>>>> > >>>>>> https://api.github.com/repositories/169849137 > >>>>>> > >>>>>> We recommend using a personal access token (PAT) with the appropriate > >>>>>> scope to access this endpoint instead. Visit > >>>>>> https://github.com/settings/tokens for more information. > >>>>>> > >>>>>> Thanks, > >>>>>> The GitHub Team > >>>>> > >>>>> > >>>> > >>>> > >>> > >>> > >> > >> > >> > >> > > > > > > > -- Pablo Tesone. teso...@gmail.com

[Pharo-dev] [TechTalk] Contributing to External Projects with Iceberg

2020-01-23 Thread teso...@gmail.com
Hi, I am sending the link of the video of today techtalk, maybe can be useful for someone. https://youtu.be/-jenQJp5m2U Cheers, Pablo -- Pablo Tesone. teso...@gmail.com

[Pharo-dev] [Mm10s] 2020-01-27

2020-01-27 Thread teso...@gmail.com
large images. -- Pablo Tesone. teso...@gmail.com

[Pharo-dev] [ANN] New Headless VM (Still Alpha, but getting better)

2020-01-28 Thread teso...@gmail.com
, Feenk and Schmidt that they are using it, reporting issues and contributing. Just a friendly reminder, if you want to contribute, you are always welcome!! https://github.com/pharo-project/opensmalltalk-vm Cheers, Pablo -- Pablo Tesone. teso...@gmail.com

Re: [Pharo-dev] New Latest VM - Please Test

2020-02-01 Thread teso...@gmail.com
u 18.04 is the current LTS (GLIBC 2.27), and Ubuntu 16.04 is > still supported (GLIBC 2.23), so I'd expect that the VM is linked > against 2.23, or at least 2.27. > > Cheers, > Alistair > > > > > Am 19.01.2020 um 19:10 schrieb teso...@gmail.com: > > > >

[Pharo-dev] [Mm10s] 2020-02-03

2020-02-03 Thread teso...@gmail.com
rial, trip organization, presentations - [VM] Promote VM a Stable -- Pablo Tesone. teso...@gmail.com

Re: [Pharo-dev] [ANN] New Headless VM (Still Alpha, but getting better)

2020-02-03 Thread teso...@gmail.com
19 … > > On Tue, 28 Jan 2020 at 10:35, teso...@gmail.com wrote: >> >> A new version of the headless VM is available. >> >> It can be downloaded from: >> >> https://files.pharo.org/vm/pharo-spur64-headless/win/PharoVM-8.3.0-b612fd5f-win64-bin.zip >>

[Pharo-dev] PR without Tests

2020-02-06 Thread teso...@gmail.com
need to reject any PR that does not have tests or it is not already tested. To ease this quality measure, please add some comments on the PR about how your new code or modified code is tested or benchmarked. Cheers. -- Pablo Tesone. teso...@gmail.com

Re: [Pharo-dev] PR without Tests

2020-02-06 Thread teso...@gmail.com
Of course, the already open PR are there, and it is ok, we can handle them. On Thu, Feb 6, 2020 at 10:29 AM teso...@gmail.com wrote: > > Hello, >Pharo is not Smalltalk / Smalltalk is not Pharo / Pharo is Smalltalk. > Now that I have your attention because it seems the only read m

Re: [Pharo-dev] methods not registered in packages?

2020-02-09 Thread teso...@gmail.com
roblem or should I open an issue (I did not find a bug > report for it)? > > > Cheers, > Doru > > > -- > feenk.com > > "Presenting is storytelling." > > -- Pablo Tesone. teso...@gmail.com

[Pharo-dev] [Mm10s] 2020-02-10

2020-02-10 Thread teso...@gmail.com
from outside (?) - [PharoCOM] Fixing Pharo COM for Pharo8’s UFFI - [PharoCOM] Making it run with TFFI - [VM] Writing tests for JIT generation - [VM] Promote VM a Stable -- Pablo Tesone. teso...@gmail.com

Re: [Pharo-dev] [Mm10s] 2020-02-10

2020-02-10 Thread teso...@gmail.com
It's under construction, but here it is https://github.com/pharo-project/opensmalltalk-vm/wiki On Mon, Feb 10, 2020 at 10:46 AM Alistair Grant wrote: > > Hi Pablo, > > > On Mon, 10 Feb 2020 at 10:31, teso...@gmail.com wrote: > > > > Monday morning, time f

[Pharo-dev] [Mm10s] 2020-02-17

2020-02-17 Thread teso...@gmail.com
for Idle - [VM] Improving Speed of TFFI - [VM] REPL example / Interacting with an image from outside (?) - [PharoCOM] Making it run with TFFI - [VM] Writing tests for JIT generation -- Pablo Tesone. teso...@gmail.com

[Pharo-dev] [Mm10s] 2020-02-24

2020-02-24 Thread teso...@gmail.com
and responsiveness of large images. - [VM] SDL Plugin for Idle - [VM] Improving Speed of TFFI - [VM] REPL example / Interacting with an image from outside (?) - [PharoCOM] Making it run with TFFI - [VM] Writing tests for JIT generation -- Pablo Tesone. teso...@gmail.com

[Pharo-dev] [Mm10s] 2020-03-02

2020-03-02 Thread teso...@gmail.com
tests for JIT generation -- Pablo Tesone. teso...@gmail.com

Re: [Pharo-dev] New VM promoted to Stable for Pharo 8

2020-03-03 Thread teso...@gmail.com
It is the one of Feb 12th. My error in the mail. On Tue, Mar 3, 2020, 19:08 tbrunz wrote: > Pablo, does this only affect Macs? I just tried this on a Linux machine, > updating/launching a Pharo 8 64-bit image. > > It still showed the older VM. I tried restarting the VM Manager, > restarting >

Re: [Pharo-dev] Mystery solved: Pharo and Unsupported 16 bit application on Windows

2020-03-05 Thread teso...@gmail.com
Thanks for the analysis. It was a really complicated issue. Maybe we need to add validation of the unzip files or a correct detection of the unzip to use. Thanks again. On Wed, Mar 4, 2020, 19:52 Torsten Bergmann wrote: > Hi, > > just wanted to share this story of a Windows problem + possible

Re: [Pharo-dev] [Mm10s] 2020-03-09

2020-03-09 Thread teso...@gmail.com
[Spec2] merge 0.3 with Pharo 9., > * [Support for big images] Test (and maybe distribute) the “big images > package” > > -- Pablo Tesone. teso...@gmail.com

Re: [Pharo-dev] [Mm10s] 2020-03-16

2020-03-16 Thread teso...@gmail.com
ries adding regex support. > > ### This week (starting 2020-03-16): > > * Work mostly on Spec2 side (mostly aligning changes from morphic to gtk3 > backend, > but I will also take some issues around. > * Put on a “big-images” baseline to load and use when you have images > that takes > 1G (or > you want/speed up because of any reason). > > -- Pablo Tesone. teso...@gmail.com

Re: [Pharo-dev] Importing tonel files

2020-03-22 Thread teso...@gmail.com
; 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 -- Pablo Tesone. teso...@gmail.com

[Pharo-dev] (no subject)

2020-03-23 Thread teso...@gmail.com
Sista - [VM] Fixing Tests in Idle. - [VM] SDL Plugin for Idle. - [VM] Improving Speed of TFFI. - [VM] Writing tests for JIT generation -- Pablo Tesone. teso...@gmail.com

Re: [Pharo-dev] (no subject)

2020-03-23 Thread teso...@gmail.com
Sorry for the subject less message, sending it too fast On Mon, Mar 23, 2020 at 9:55 AM teso...@gmail.com wrote: > > Monday morning, so I spam to tell what I have done last week for Pharo. > > ### Last week: > > - Integrating Spotter processors with Aleph > - Testing pr

Re: [Pharo-dev] [Mm10] 2020-03-23 (WAS: No subject)

2020-03-23 Thread teso...@gmail.com
--- > From: Pharo-dev On Behalf Of teso...@gmail.com > Sent: Monday, 23 March 2020 10:02 > To: Pharo-dev > Subject: Re: [Pharo-dev] (no subject) > > Sorry for the subject less message, sending it too fast > > On Mon, Mar 23, 2020 at 9:55 AM teso...@gmail.com wrote: > >

Re: [Pharo-dev] [Mm10s] 2020-03-30

2020-03-30 Thread teso...@gmail.com
wing the popup > always, just when there is a word to complete) > > ### This week (starting 2020-03-30): > > * [idlevm] more on the revamp of callbacks > * [spec2] enhance SpMenuPresenter (to allow checkboxes and etc.) > * [spec2] more on SpCodePresenter > * [newtools]] more on StPlayground -- Pablo Tesone. teso...@gmail.com

Re: [Pharo-dev] [Mm10s] 2020-04-06

2020-04-06 Thread teso...@gmail.com
(most) of all pending PRs from Spec2 > > ### This week (starting 2020-05-06): > > (Still stuck in the same) > >* [idlevm] more on the revamp of callbacks >* [spec2] enhance SpMenuPresenter (to allow checkboxes and etc.) >* [spec2] more on SpCodePresenter >* [newtools] more on StPlayground > -- Pablo Tesone. teso...@gmail.com

Re: [Pharo-dev] Not seeing hidden character is confusing :)

2020-04-13 Thread teso...@gmail.com
Yes... We need to show something. At least in the code editor, when it is clear we don't want them. On Mon, Apr 13, 2020, 20:44 Stéphane Ducasse wrote: > Hi > > I have the impression that we can introduce hidden characters > while typing code and this is a problem to me because we do not see the

[Pharo-dev] [Mm10s] 2020-04-13

2020-04-14 Thread teso...@gmail.com
an image from outside (?) - [PharoCOM] Making it run with TFFI. - [VM] Writing tests for JIT generation - [OSSubprocess] Integrate Pavel + Christophe windows version. - [VM/Image] New version of Async Streams and use them with StdOut and StdErr -- Pablo Tesone. teso...@gmail.com

[Pharo-dev] [Mm10s] 2020-04-20

2020-04-21 Thread teso...@gmail.com
[VM] Writing tests for JIT generation -- Pablo Tesone. teso...@gmail.com

Re: [Pharo-dev] Fwd: [Vm-dev] why GT forked the VM and how to kill our fork

2020-04-28 Thread teso...@gmail.com
am way too busy getting the Terf system working. > TFir e able, the ARMv8 JIT has been working for months but I’ve had no time > to release it because of Terf and other payed work (got to pay the bills). > > Please let us know you would prefer to coordinate. > > > Any volunteers? > > Cheers, > > Tudor, on behalf of the feenk team > > > -- > > feenk.com > > > "The coherence of a trip is given by the clearness of the goal." > > > > > > > > -- Pablo Tesone. teso...@gmail.com

Re: [Pharo-dev] [Mm10s] 2020-05-11

2020-05-11 Thread teso...@gmail.com
; new tools, which is where is actually needed) > > ### This week (starting 2020-05-11): > > - move new playground to beta status (open it for test) > - finish some keybindings issues on Gtk backend > - work on idle vm to fix remaining bugs > - sync with Ronnie to start testing lowcode memory access > - document transmission sub-framework > -- Pablo Tesone. teso...@gmail.com

[Pharo-dev] Become Identity Forward

2016-06-27 Thread teso...@gmail.com
least the comment is not clear) Is somebody using these operations? How do you expect to work? Maybe If you can help me to understand the situation I can fix the comments. Thanks in advance. -- Pablo Tesone. teso...@gmail.com

[Pharo-dev] Failure in Tests Cases

2016-07-06 Thread teso...@gmail.com
if only adding to the CI process? Or perhaps storing a reduced version of the error (perhaps a String representation, or something a lighter than the Error) Thanks for all. -- Pablo Tesone. teso...@gmail.com

[Pharo-dev] Fixing a problem with FastTable Context Menus

2016-10-11 Thread teso...@gmail.com
ld publish the change? Thanks a lot. -- Pablo Tesone. teso...@gmail.com

Re: [Pharo-dev] Fixing a problem with FastTable Context Menus

2016-10-11 Thread teso...@gmail.com
Thanks! On Tue, Oct 11, 2016 at 11:37 AM, Esteban Lorenzano wrote: > now you have rights :) > > On 11 Oct 2016, at 11:13, teso...@gmail.com wrote: > > Hello, > I have fixed a problem in the FastTable's context menus, but I don't > have access to the Moose/Gla

Re: [Pharo-dev] [IMPORTANT] Following changes in the bootstrapping process

2017-08-01 Thread teso...@gmail.com
eed to merge these changes at once and of course it can cause some >>> > conflicts with the existing pull requests or external code. Anyway, we >>> need >>> > to merge it as soon as possible. >>> > >>> > So please, try to look at the PR and test the resultant image [1] to >>> avoid >>> > some major problems. >>> > >>> > [1] >>> > https://ci.inria.fr/pharo/view/7.0/job/70-PR-Check-Load/last >>> SuccessfulBuild/artifact/bootstrap-cache/Pharo7.0-32bit-9c0691d.zip >>> > >>> > Cheers, >>> > -- Pavel >>> > >>> >>> > -- > > > > Guille Polito > > > Research Engineer > > French National Center for Scientific Research - *http://www.cnrs.fr* > <http://www.cnrs.fr> > > > > *Web:* *http://guillep.github.io* <http://guillep.github.io> > > *Phone: *+33 06 52 70 66 13 <+33%206%2052%2070%2066%2013> > > -- Pablo Tesone. teso...@gmail.com

Re: [Pharo-dev] [IMPORTANT] Following changes in the bootstrapping process

2017-08-01 Thread teso...@gmail.com
objects that require it (e.g. rehash sets) > > Consequently the writer must be two pass, the first pass to collect the > objects in the graph and sort them by class, the second to write the nodes > followed by the references > > So let me ask again, does Hermes use the Pa

Re: [Pharo-dev] [IMPORTANT] Following changes in the bootstrapping process

2017-08-01 Thread teso...@gmail.com
m not seeing the point. Cheers. On Tue, Aug 1, 2017 at 10:25 PM, Eliot Miranda wrote: > Hi Pablo, > > On Tue, Aug 1, 2017 at 12:36 PM, teso...@gmail.com > wrote: > >> Hi again, >>thanks for the clarification, I haven't understood the question >>

Re: [Pharo-dev] [IMPORTANT] Following changes in the bootstrapping process

2017-08-01 Thread teso...@gmail.com
s for clarifying, I am starting to understand where yours doubts came from. Cheers, Pablo On Tue, Aug 1, 2017 at 10:52 PM, Mariano Martinez Peck < marianop...@gmail.com> wrote: > > > On Tue, Aug 1, 2017 at 5:31 PM, teso...@gmail.com > wrote: > >> Hi, >> Yes f

Re: [Pharo-dev] About cr and lf

2017-08-04 Thread teso...@gmail.com
To me it is clear that cr and lf should be in streams. But they should put the 'cr' or 'lf' character only. And of course the platform independent newline should be also. The first (cr, lf) should be used by the code wanting to have absolute control of what is in the stream. The later (newline) wh

Re: [Pharo-dev] Pharo7 and full block closures

2017-09-22 Thread teso...@gmail.com
Hi Clément, If you need help with the CI, I can also help you. We can create it as a another parallel stage in the PR validation. So once it is stable we can detect asap changes that break it. Cheers, On 22 Sep 2017 18:45, "Clément Bera" wrote: Well we need to use them but the integration pr

Re: [Pharo-dev] Why 2017 sizeInMemory = 0?

2017-10-26 Thread teso...@gmail.com
Because it is an immediate value. On 26 Oct 2017 10:06, "Denis Kudriashov" wrote: Hi. Question from discord, why: 2017 sizeInMemory = 0 ? Looks like a bug, but maybe there is some reason for this.

[Pharo-dev] New Version of Zinc is using a deprecated method and breaking all the users

2017-10-26 Thread teso...@gmail.com
/pharo-project/pharo/pull/401 ). However, this fix should be pushed to the Zinc repository. Cheers, Pablo -- Pablo Tesone. teso...@gmail.com

Re: [Pharo-dev] [Pharo 7.0-dev] Build #250: 20616-Convert-file-format-to-tonel

2017-11-02 Thread teso...@gmail.com
" > Pull request url: https://github.com/pharo-project/pharo/pull/423 > > Issue Url: https://pharo.fogbugz.com/f/cases/20616 > Build Url: https://ci.inria.fr/pharo-ci-jenkins2/job/Test%20pending% > 20pull%20request%20and%20branch%20Pipeline/job/development/250/ > -- Pablo Tesone. teso...@gmail.com

Re: [Pharo-dev] Reviewing Changes ?

2018-02-05 Thread teso...@gmail.com
97 > > shows 6 files/classes changed, reasonably readable diff. > > How does one review such a PR in an image, to test it out ? > Has someone written a guide on how to do this best/most-easily ? > How is/can this be related to contributing ? > > Sven > > -- Pablo Tesone. teso...@gmail.com

Re: [Pharo-dev] Do we remove TClass?

2018-02-12 Thread teso...@gmail.com
mething compatible > To be this is stupid code. > > Stef > > > > On Sun, Feb 11, 2018 at 5:51 PM, Stephane Ducasse > wrote: > > Hi Happy core developers > > > > do we remove TClass? Because it is duplicated code, no? > > > > Stef > > -- Pablo Tesone. teso...@gmail.com

Re: [Pharo-dev] [Pharo 7.0-dev] Build #553: 20941-deprecate-theMetaclass-and-the-theNonMeta

2018-02-16 Thread teso...@gmail.com
with:startingAt: > [32] replaceFrom:to:with:startingAt: > [32] new: > [32] new: > [32] > [32] stack page bytes 4096 available headroom 2788 minimum unused headroom 156 > [32] > [32] (Segmentation fault) > [32] ./vm/pharo: line 11: 13443 Aborted > "$DIR"/"pharo-vm/pharo" --nodisplay "$@" > > > -- Pablo Tesone. teso...@gmail.com

Re: [Pharo-dev] [Pharo 7.0-dev] Build #553: 20941-deprecate-theMetaclass-and-the-theNonMeta

2018-02-16 Thread teso...@gmail.com
ot wrote: > On Fri, Feb 16, 2018 at 2:07 PM, teso...@gmail.com > wrote: > > Hi, I have already checked this error. > > > > The error is random in the development branch, although in my branch is > > happening always. > > I have detected that the problem is that

Re: [Pharo-dev] [Request for comment] Hermes package

2018-02-28 Thread teso...@gmail.com
t it should care > about is often already enough. > > If you have time to write code then you also have the time to write > a simple class comment! > > So please do you homework (which is a general request to authors > of other packages as well) > > Bye > T. > > -- Pablo Tesone. teso...@gmail.com

Re: [Pharo-dev] [Request for comment] Hermes package

2018-03-01 Thread teso...@gmail.com
nt ask for detailed documentation > >> >> but a single comment why the class is there or what it should care > >> >> about is often already enough. > >> >> > >> >> If you have time to write code then you also have the time to write > >> >> a simple class comment! > >> >> > >> >> So please do you homework (which is a general request to authors > >> >> of other packages as well) > >> >> > >> >> Bye > >> >> T. > >> >> > >> > > >> > > >> > > > > -- Pablo Tesone. teso...@gmail.com

[Pharo-dev] Released versions in Pharo Bootstrap

2018-03-05 Thread teso...@gmail.com
g semantic versions with tags in Git is wrong, as tags should be immutable (that is why you have to use --force to update them, in Guille's words "If you have to force it, it is not good"). Cheers, -- Pablo Tesone. teso...@gmail.com

Re: [Pharo-dev] Released versions in Pharo Bootstrap

2018-03-05 Thread teso...@gmail.com
f a specific release and loading of the > development versions) with baselines without needing of duplicate > them. > > Anyway, I agree that the current state must be fixed as soon as possible. > > Cheers, > -- Pavel > > 2018-03-05 15:30 GMT+01:00 teso...@gmail.com : >

Re: [Pharo-dev] pharo bootstrap is in inconsistent state

2018-03-16 Thread teso...@gmail.com
> > Can someone, Pablo?, confirm what the status is, what it should be and > what the next steps are? :-) > > Thanks, > Alistair > > -- Pablo Tesone. teso...@gmail.com

Re: [Pharo-dev] pharo bootstrap is in inconsistent state

2018-03-16 Thread teso...@gmail.com
On Fri, Mar 16, 2018 at 3:26 PM, Alistair Grant wrote: > Hi Pablo, > > Thanks for your quick reply. > > On 16 March 2018 at 14:38, teso...@gmail.com wrote: > > Hi, > > sorry my mistake when updating the scripts. As the bootstrap.sh is > not > > execut

  1   2   >