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

2020-01-09 Thread Sean P. DeNigris
ducasse wrote > The idea is how to fight the combinatory explosion of parameters Cool!!! - Cheers, Sean -- Sent from: http://forum.world.st/Pharo-Smalltalk-Developers-f1294837.html

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

2020-01-09 Thread Alexandre Bergel via Pharo-dev
--- Begin Message --- It is a very interesting effort. The following: Superclass < #MyObject uses: #MyTrait; slots: { #a. #b }; classVariables: { #A. #B }; tags: #(Core) ; package: #MyPackage Seems more complex to

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

2020-01-07 Thread Denis Kudriashov
вт, 7 янв. 2020 г. в 20:34, ducasse : > Hello Denis > > > > What is Fluid class parser? > > > This is the name of the class definition we sketched and presented at > Maribor. > The idea is how to fight the combinatory explosion of parameters (tags, > ephemerons, traits, slots, ….) > For now I’m

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

2020-01-07 Thread Denis Kudriashov
Hi Sven. It was an example of definition format which new parser targets. вт, 7 янв. 2020 г. в 22:20, Sven Van Caekenberghe : > It sounds wrong to call this a parser, it is a builder, no ? > > It is plain Pharo syntax that builds a representation, IIUC. > > > On 7 Jan 2020, at 21:32, ducasse

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

2020-01-07 Thread Sven Van Caekenberghe
It sounds wrong to call this a parser, it is a builder, no ? It is plain Pharo syntax that builds a representation, IIUC. > On 7 Jan 2020, at 21:32, ducasse wrote: > > Hello Denis > > >> >> What is Fluid class parser? > > This is the name of the class definition we sketched and presented

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

2020-01-07 Thread ducasse
Hello Denis > > What is Fluid class parser? This is the name of the class definition we sketched and presented at Maribor. The idea is how to fight the combinatory explosion of parameters (tags, ephemerons, traits, slots, ….) For now I’m putting in place the structure to be able to create a

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

2020-01-07 Thread Denis Kudriashov
Hi Stef. What is Fluid class parser? Is it the name of currently integrated parser? вт, 7 янв. 2020 г. в 19:48, ducasse : > Thanks Pablo > > > Last Week > - Working on concurrent programming booklet > - Enlumineur > - Better iceberg explanation with Pablo > - Fluid class parser > > This week >

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

2020-01-07 Thread ducasse
Thanks Pablo Last Week - Working on concurrent programming booklet - Enlumineur - Better iceberg explanation with Pablo - Fluid class parser This week - Fluid class parser - Enlumineur - Consortium meeting - PBE80 - Working on concurrent programming booklet > Hello, last week was a short

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

2020-01-07 Thread teso...@gmail.com
Hello, last week was a short one but some things have been done: - [VM] Porting the GC fix to Pharo 7 / 8 VM - [VM] Building for the different Platforms - [VM] Signing for OSX - [VM] The versions will be available today to start testing it before promoting them to stable. - [Pharo8] Fixing Issues