Pharo-dev
By thread
pharo-dev@lists.pharo.org
By month
Messages by month
- ----- 2026 -----
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- 1 participants
- 144619 messages
Re: [ANN] Pharo 10 released!
by o lu
On 4/5/22 23:21, o lu wrote: (Sending again, sorry if you get it twice!)
> On 4/5/22 21:06, Serge Stinckwich wrote:
>> Sorry, my fault ... forget to add a baseline for Pharo10.
>
> I'm learning: tell me how you did this.
>
>> Again congratulations on all the work done for this new release!
>>
>> Regards,
>>
>> On Wed, 6 Apr 2022 at 08:42, Serge Stinckwich
>> <serge.stinckwich(a)gmail.com> wrote:
>>
>> Dear all,
>>
>> congratulations on the new release ! Nice to see smaller
>> iterations for the release.
>>
>> I try to load one of my packages with:
>>
>> Metacello new
>> repository: 'github://KendrickOrg/kendrick';
>> baseline: 'Kendrick';
>> onWarningLog ;
>> load
>>
>> Was loading without any issue on Pharo 9 and now in Pharo 10 there is an error:
>>
>> Error: Name not found: Kendrick
>>
>> Something changed in package loading?
>>
>> Regards,
>>
>> --
>> Serge Stinckwic
>> âhâ
>> https://twitter.com/SergeStinckwich
>>
>> â
>
>
April 6, 2022
Re: [ANN] Pharo 10 released!
by Serge Stinckwich
Sorry, my fault ... forget to add a baseline for Pharo10.
Again congratulations on all the work done for this new release!
Regards,
On Wed, 6 Apr 2022 at 08:42, Serge Stinckwich <serge.stinckwich(a)gmail.com>
wrote:
> Dear all,
>
> congratulations on the new release ! Nice to see smaller iterations for
> the release.
>
> I try to load one of my packages with:
>
> Metacello new
> repository: 'github://KendrickOrg/kendrick';
> baseline: 'Kendrick';
> onWarningLog ;
> load
>
> Was loading without any issue on Pharo 9 and now in Pharo 10 there is an error:
>
> Error: Name not found: Kendrick
>
> Something changed in package loading?
>
> Regards,
>
>
> On Tue, 5 Apr 2022 at 18:40, Esteban Lorenzano <estebanlm(a)netc.eu> wrote:
>
>> Dear Pharo users and dynamic language lovers:
>>
>> We have released Pharo version 10 <https://pharo.org/> !
>>
>> Pharo is a pure object-oriented programming language and a powerful
>> environment, focused on simplicity and immediate feedback.
>>
>>
>> Pharo 10 was a short iteration where we focused mainly on stability and
>> enhancement of the environment :
>>
>>
>> - Massive system cleanup
>> -
>> - gained speed
>> - removed dead code
>> - removed old/deprecated frameworks (Glamour, GTTools, Spec1)
>> - All Remaining tools written using the deprecated frameworks have
>> been rewritten: Dependency Analyser, Critique Browser, and many other small
>> utilities.
>> - Modularisation has made a leap, creating correct baselines (project
>> descriptions) for many internal systems, making possible the work and
>> deployment of minimal images.
>> - Removing support for the old Bytecode sets and embedded blocks
>> simplified the compiler and language core.
>> - As a result, our image size has been reduced by 10% (from 66MB to
>> 58MB)
>> - The VM has also improved in several areas: better async I/O
>> support, socket handling, FFI ABI,
>>
>> Even being a short iteration, we have closed a massive amount of issues:
>> around 600 issues and 700 pull requests. A more extended changelog can be
>> found at
>> https://github.com/pharo-project/pharo-changelogs/blob/master/Pharo100Chang…
>> .
>>
>> While the technical improvements are significant, still the most
>> impressive fact is that the new code that got in the main Pharo 10 image
>> was contributed by more than 80 people.
>>
>> Pharo is more than code. It is an exciting project involving a great
>> community.
>>
>> We thank all the contributors to this release:
>>
>> Aaron Bieber, Ackerley Tng, Alban Benmouffek, Alejandra Cossio, Aless
>> Hosry, Alexandre Bergel, Aliaksei Syrel, Alistair Grant, Arturo Zambrano,
>> Asbathou Biyalou-Sama, Axel Marlard, Bastien Degardins, Ben Coman, Bernardo
>> Contreras, Bernhard Pieber, Carlo Teixeira, Carlos Lopez, Carolina
>> Hernandez, Christophe Demarey, Clotilde Toullec, Connor Skennerton, Cyril
>> Ferlicot, Dave Mason, David Wickes, Denis Kudriashov, Eric Gade, Erik Stel,
>> Esteban Lorenzano, Evelyn Cusi Lopez, Ezequiel R. Aguerre, Gabriel Omar
>> Cotelli, Geraldine Galindo, Giovanni Corriga, Guille Polito, Himanshu, Jan
>> Bliznicenko, Jaromir Matas, Kasper Ãsterbye, Kausthub Thekke Madathil,
>> Konrad Hinsen, Kurt Kilpela, Luz Paz, Marco Rimoldi, Marcus Denker, MartÃn
>> Dias, Massimo Nocentini, Max Leske, Maximilian-ignacio Willembrinck
>> Santander, Miguel Campero, Milton Mamani Torres, Nahuel Palumbo, Norbert
>> Hartl, Norm Green, Nour Djihan, Noury Bouraqadi, Oleksandr Zaitsev, Pablo
>> Sánchez RodrÃguez, Pablo Tesone, Pavel Krivanek, Pierre Misse-Chanabier,
>> Quentin Ducasse, Raffaello Giulietti, Rakshit, Renaud de Villemeur, Rob
>> Sayers, Roland Bernard, Ronie Salgado, Santiago Bragagnolo, Sean DeNigris,
>> Sebastian Jordan Montt, Soufyane Labsari, Stephan Eggermont, Steven
>> Costiou, Stéphane Ducasse, Sven Van Caekenberghe, Theo Rogliano, Thomas
>> Dupriez, Théo Lanord, Torsten Bergmann, Vincent Blondeau.
>>
>>
>> (If you contributed to Pharo 10 development in any way and we missed your
>> name, please send us an email and we will add you).
>>
>> Enjoy!
>>
>> The Pharo Team
>>
>> Discover Pharo: https://pharo.org/features
>>
>> Try Pharo: http://pharo.org/download <https://pharo.org/download>
>>
>> Learn Pharo: http://pharo.org/documentation
>> <https://pharo.org/documentation>
>>
>
>
> --
> Serge Stinckwic
> âhâ
> https://twitter.com/SergeStinckwich
> â
>
--
Serge Stinckwic
âhâ
https://twitter.com/SergeStinckwich
â
April 6, 2022
Re: [ANN] Pharo 10 released!
by Serge Stinckwich
Dear all,
congratulations on the new release ! Nice to see smaller iterations for the
release.
I try to load one of my packages with:
Metacello new
repository: 'github://KendrickOrg/kendrick';
baseline: 'Kendrick';
onWarningLog ;
load
Was loading without any issue on Pharo 9 and now in Pharo 10 there is an error:
Error: Name not found: Kendrick
Something changed in package loading?
Regards,
On Tue, 5 Apr 2022 at 18:40, Esteban Lorenzano <estebanlm(a)netc.eu> wrote:
> Dear Pharo users and dynamic language lovers:
>
> We have released Pharo version 10 <https://pharo.org/> !
>
> Pharo is a pure object-oriented programming language and a powerful
> environment, focused on simplicity and immediate feedback.
>
>
> Pharo 10 was a short iteration where we focused mainly on stability and
> enhancement of the environment :
>
>
> - Massive system cleanup
> -
> - gained speed
> - removed dead code
> - removed old/deprecated frameworks (Glamour, GTTools, Spec1)
> - All Remaining tools written using the deprecated frameworks have
> been rewritten: Dependency Analyser, Critique Browser, and many other small
> utilities.
> - Modularisation has made a leap, creating correct baselines (project
> descriptions) for many internal systems, making possible the work and
> deployment of minimal images.
> - Removing support for the old Bytecode sets and embedded blocks
> simplified the compiler and language core.
> - As a result, our image size has been reduced by 10% (from 66MB to
> 58MB)
> - The VM has also improved in several areas: better async I/O support,
> socket handling, FFI ABI,
>
> Even being a short iteration, we have closed a massive amount of issues:
> around 600 issues and 700 pull requests. A more extended changelog can be
> found at
> https://github.com/pharo-project/pharo-changelogs/blob/master/Pharo100Chang…
> .
>
> While the technical improvements are significant, still the most
> impressive fact is that the new code that got in the main Pharo 10 image
> was contributed by more than 80 people.
>
> Pharo is more than code. It is an exciting project involving a great
> community.
>
> We thank all the contributors to this release:
>
> Aaron Bieber, Ackerley Tng, Alban Benmouffek, Alejandra Cossio, Aless
> Hosry, Alexandre Bergel, Aliaksei Syrel, Alistair Grant, Arturo Zambrano,
> Asbathou Biyalou-Sama, Axel Marlard, Bastien Degardins, Ben Coman, Bernardo
> Contreras, Bernhard Pieber, Carlo Teixeira, Carlos Lopez, Carolina
> Hernandez, Christophe Demarey, Clotilde Toullec, Connor Skennerton, Cyril
> Ferlicot, Dave Mason, David Wickes, Denis Kudriashov, Eric Gade, Erik Stel,
> Esteban Lorenzano, Evelyn Cusi Lopez, Ezequiel R. Aguerre, Gabriel Omar
> Cotelli, Geraldine Galindo, Giovanni Corriga, Guille Polito, Himanshu, Jan
> Bliznicenko, Jaromir Matas, Kasper Ãsterbye, Kausthub Thekke Madathil,
> Konrad Hinsen, Kurt Kilpela, Luz Paz, Marco Rimoldi, Marcus Denker, MartÃn
> Dias, Massimo Nocentini, Max Leske, Maximilian-ignacio Willembrinck
> Santander, Miguel Campero, Milton Mamani Torres, Nahuel Palumbo, Norbert
> Hartl, Norm Green, Nour Djihan, Noury Bouraqadi, Oleksandr Zaitsev, Pablo
> Sánchez RodrÃguez, Pablo Tesone, Pavel Krivanek, Pierre Misse-Chanabier,
> Quentin Ducasse, Raffaello Giulietti, Rakshit, Renaud de Villemeur, Rob
> Sayers, Roland Bernard, Ronie Salgado, Santiago Bragagnolo, Sean DeNigris,
> Sebastian Jordan Montt, Soufyane Labsari, Stephan Eggermont, Steven
> Costiou, Stéphane Ducasse, Sven Van Caekenberghe, Theo Rogliano, Thomas
> Dupriez, Théo Lanord, Torsten Bergmann, Vincent Blondeau.
>
>
> (If you contributed to Pharo 10 development in any way and we missed your
> name, please send us an email and we will add you).
>
> Enjoy!
>
> The Pharo Team
>
> Discover Pharo: https://pharo.org/features
>
> Try Pharo: http://pharo.org/download <https://pharo.org/download>
>
> Learn Pharo: http://pharo.org/documentation
> <https://pharo.org/documentation>
>
--
Serge Stinckwic
âhâ
https://twitter.com/SergeStinckwich
â
April 6, 2022
Re: [ANN] Pharo 10 released!
by Tim Mackinnon
Wow - I hadn't realised this was so imminent... very impressive - thanks for everyones contributions on this - its inspiring, the the turnaround time but also the kind of work you have picked off.
Tim
On Tue, 5 Apr 2022, at 11:39 AM, Esteban Lorenzano wrote:
> Dear Pharo users and dynamic language lovers:
>
> We have released Pharo version 10 <https://pharo.org/> !
>
> Pharo is a pure object-oriented programming language and a powerful environment, focused on simplicity and immediate feedback.
>
>
>
> Pharo 10 was a short iteration where we focused mainly on stability and enhancement of the environment :
>
> * Massive system cleanup
> * * gained speed
> * removed dead code
> * removed old/deprecated frameworks (Glamour, GTTools, Spec1)
> * All Remaining tools written using the deprecated frameworks have been rewritten: Dependency Analyser, Critique Browser, and many other small utilities.
> * Modularisation has made a leap, creating correct baselines (project descriptions) for many internal systems, making possible the work and deployment of minimal images.
> * Removing support for the old Bytecode sets and embedded blocks simplified the compiler and language core.
> * As a result, our image size has been reduced by 10% (from 66MB to 58MB)
> * The VM has also improved in several areas: better async I/O support, socket handling, FFI ABI,
> Even being a short iteration, we have closed a massive amount of issues: around 600 issues and 700 pull requests. A more extended changelog can be found at https://github.com/pharo-project/pharo-changelogs/blob/master/Pharo100Chang….
>
> While the technical improvements are significant, still the most impressive fact is that the new code that got in the main Pharo 10 image was contributed by more than 80 people.
>
> Pharo is more than code. It is an exciting project involving a great community.
>
> We thank all the contributors to this release:
>
> Aaron Bieber, Ackerley Tng, Alban Benmouffek, Alejandra Cossio, Aless Hosry, Alexandre Bergel, Aliaksei Syrel, Alistair Grant, Arturo Zambrano, Asbathou Biyalou-Sama, Axel Marlard, Bastien Degardins, Ben Coman, Bernardo Contreras, Bernhard Pieber, Carlo Teixeira, Carlos Lopez, Carolina Hernandez, Christophe Demarey, Clotilde Toullec, Connor Skennerton, Cyril Ferlicot, Dave Mason, David Wickes, Denis Kudriashov, Eric Gade, Erik Stel, Esteban Lorenzano, Evelyn Cusi Lopez, Ezequiel R. Aguerre, Gabriel Omar Cotelli, Geraldine Galindo, Giovanni Corriga, Guille Polito, Himanshu, Jan Bliznicenko, Jaromir Matas, Kasper Ãsterbye, Kausthub Thekke Madathil, Konrad Hinsen, Kurt Kilpela, Luz Paz, Marco Rimoldi, Marcus Denker, MartÃn Dias, Massimo Nocentini, Max Leske, Maximilian-ignacio Willembrinck Santander, Miguel Campero, Milton Mamani Torres, Nahuel Palumbo, Norbert Hartl, Norm Green, Nour Djihan, Noury Bouraqadi, Oleksandr Zaitsev, Pablo Sánchez RodrÃguez, Pablo Tesone, Pavel Krivanek, Pierre Misse-Chanabier, Quentin Ducasse, Raffaello Giulietti, Rakshit, Renaud de Villemeur, Rob Sayers, Roland Bernard, Ronie Salgado, Santiago Bragagnolo, Sean DeNigris, Sebastian Jordan Montt, Soufyane Labsari, Stephan Eggermont, Steven Costiou, Stéphane Ducasse, Sven Van Caekenberghe, Theo Rogliano, Thomas Dupriez, Théo Lanord, Torsten Bergmann, Vincent Blondeau.
>
>
> (If you contributed to Pharo 10 development in any way and we missed your name, please send us an email and we will add you).
>
> Enjoy!
>
> The Pharo Team
>
> Discover Pharo: https://pharo.org/features
>
> Try Pharo: http://pharo.org/download
>
> Learn Pharo: http://pharo.org/documentation
April 5, 2022
Re: [ANN] Pharo 10 released!
by Sven Van Caekenberghe
Great news. A big thank you to all those involved !
> On 5 Apr 2022, at 12:39, Esteban Lorenzano <estebanlm(a)netc.eu> wrote:
>
> Dear Pharo users and dynamic language lovers:
>
> We have released Pharo version 10 !
>
> Pharo is a pure object-oriented programming language and a powerful environment, focused on simplicity and immediate feedback.
>
>
>
> Pharo 10 was a short iteration where we focused mainly on stability and enhancement of the environment :
>
> ⢠Massive system cleanup
> â¢
> ⢠gained speed
> ⢠removed dead code
> ⢠removed old/deprecated frameworks (Glamour, GTTools, Spec1)
> ⢠All Remaining tools written using the deprecated frameworks have been rewritten: Dependency Analyser, Critique Browser, and many other small utilities.
> ⢠Modularisation has made a leap, creating correct baselines (project descriptions) for many internal systems, making possible the work and deployment of minimal images.
> ⢠Removing support for the old Bytecode sets and embedded blocks simplified the compiler and language core.
> ⢠As a result, our image size has been reduced by 10% (from 66MB to 58MB)
> ⢠The VM has also improved in several areas: better async I/O support, socket handling, FFI ABI,
> Even being a short iteration, we have closed a massive amount of issues: around 600 issues and 700 pull requests. A more extended changelog can be found at https://github.com/pharo-project/pharo-changelogs/blob/master/Pharo100Chang….
>
> While the technical improvements are significant, still the most impressive fact is that the new code that got in the main Pharo 10 image was contributed by more than 80 people.
>
> Pharo is more than code. It is an exciting project involving a great community.
>
> We thank all the contributors to this release:
>
> Aaron Bieber, Ackerley Tng, Alban Benmouffek, Alejandra Cossio, Aless Hosry, Alexandre Bergel, Aliaksei Syrel, Alistair Grant, Arturo Zambrano, Asbathou Biyalou-Sama, Axel Marlard, Bastien Degardins, Ben Coman, Bernardo Contreras, Bernhard Pieber, Carlo Teixeira, Carlos Lopez, Carolina Hernandez, Christophe Demarey, Clotilde Toullec, Connor Skennerton, Cyril Ferlicot, Dave Mason, David Wickes, Denis Kudriashov, Eric Gade, Erik Stel, Esteban Lorenzano, Evelyn Cusi Lopez, Ezequiel R. Aguerre, Gabriel Omar Cotelli, Geraldine Galindo, Giovanni Corriga, Guille Polito, Himanshu, Jan Bliznicenko, Jaromir Matas, Kasper Ãsterbye, Kausthub Thekke Madathil, Konrad Hinsen, Kurt Kilpela, Luz Paz, Marco Rimoldi, Marcus Denker, MartÃn Dias, Massimo Nocentini, Max Leske, Maximilian-ignacio Willembrinck Santander, Miguel Campero, Milton Mamani Torres, Nahuel Palumbo, Norbert Hartl, Norm Green, Nour Djihan, Noury Bouraqadi, Oleksandr Zaitsev, Pablo Sánchez RodrÃguez, Pablo Tesone, Pavel Krivanek, Pierre Misse-Chanabier, Quentin Ducasse, Raffaello Giulietti, Rakshit, Renaud de Villemeur, Rob Sayers, Roland Bernard, Ronie Salgado, Santiago Bragagnolo, Sean DeNigris, Sebastian Jordan Montt, Soufyane Labsari, Stephan Eggermont, Steven Costiou, Stéphane Ducasse, Sven Van Caekenberghe, Theo Rogliano, Thomas Dupriez, Théo Lanord, Torsten Bergmann, Vincent Blondeau.
>
>
> (If you contributed to Pharo 10 development in any way and we missed your name, please send us an email and we will add you).
>
> Enjoy!
>
> The Pharo Team
>
> Discover Pharo: https://pharo.org/features
>
> Try Pharo: http://pharo.org/download
>
> Learn Pharo: http://pharo.org/documentation
April 5, 2022
[ANN] Pharo 10 released!
by Esteban Lorenzano
Dear Pharo users and dynamic language lovers:
We have released Pharo version 10 (https://pharo.org/) !
Pharo is a pure object-oriented programming language and a powerful environment, focused on simplicity and immediate feedback.
Pharo 10 was a short iteration where we focused mainly on stability and enhancement of the environment :
Massive system cleanup
gained speed
removed dead code
removed old/deprecated frameworks (Glamour, GTTools, Spec1)
All Remaining tools written using the deprecated frameworks have been rewritten: Dependency Analyser, Critique Browser, and many other small utilities.
Modularisation has made a leap, creating correct baselines (project descriptions) for many internal systems, making possible the work and deployment of minimal images.
Removing support for the old Bytecode sets and embedded blocks simplified the compiler and language core.
As a result, our image size has been reduced by 10% (from 66MB to 58MB)
The VM has also improved in several areas: better async I/O support, socket handling, FFI ABI,
Even being a short iteration, we have closed a massive amount of issues: around 600 issues and 700 pull requests. A more extended changelog can be found at https://github.com/pharo-project/pharo-changelogs/blob/master/Pharo100Chang….
While the technical improvements are significant, still the most impressive fact is that the new code that got in the main Pharo 10 image was contributed by more than 80 people.
Pharo is more than code. It is an exciting project involving a great community.
We thank all the contributors to this release:
Aaron Bieber, Ackerley Tng, Alban Benmouffek, Alejandra Cossio, Aless Hosry, Alexandre Bergel, Aliaksei Syrel, Alistair Grant, Arturo Zambrano, Asbathou Biyalou-Sama, Axel Marlard, Bastien Degardins, Ben Coman, Bernardo Contreras, Bernhard Pieber, Carlo Teixeira, Carlos Lopez, Carolina Hernandez, Christophe Demarey, Clotilde Toullec, Connor Skennerton, Cyril Ferlicot, Dave Mason, David Wickes, Denis Kudriashov, Eric Gade, Erik Stel, Esteban Lorenzano, Evelyn Cusi Lopez, Ezequiel R. Aguerre, Gabriel Omar Cotelli, Geraldine Galindo, Giovanni Corriga, Guille Polito, Himanshu, Jan Bliznicenko, Jaromir Matas, Kasper Ãsterbye, Kausthub Thekke Madathil, Konrad Hinsen, Kurt Kilpela, Luz Paz, Marco Rimoldi, Marcus Denker, MartÃn Dias, Massimo Nocentini, Max Leske, Maximilian-ignacio Willembrinck Santander, Miguel Campero, Milton Mamani Torres, Nahuel Palumbo, Norbert Hartl, Norm Green, Nour Djihan, Noury Bouraqadi, Oleksandr Zaitsev, Pablo Sánchez RodrÃguez, Pablo Tesone, Pavel Krivanek, Pierre Misse-Chanabier, Quentin Ducasse, Raffaello Giulietti, Rakshit, Renaud de Villemeur, Rob Sayers, Roland Bernard, Ronie Salgado, Santiago Bragagnolo, Sean DeNigris, Sebastian Jordan Montt, Soufyane Labsari, Stephan Eggermont, Steven Costiou, Stéphane Ducasse, Sven Van Caekenberghe, Theo Rogliano, Thomas Dupriez, Théo Lanord, Torsten Bergmann, Vincent Blondeau.
(If you contributed to Pharo 10 development in any way and we missed your name, please send us an email and we will add you).
Enjoy!
The Pharo Team
Discover Pharo: https://pharo.org/features
Try Pharo: http://pharo.org/download (https://pharo.org/download)
Learn Pharo: http://pharo.org/documentation (https://pharo.org/documentation)
April 5, 2022
This week (13/2022) on the Pharo Issue Tracker
by Marcus Denker
We 18 merged PRs, closed 12 issues.
Fixes
======
- Do a small wait after SDL window is created #11082
https://github.com/pharo-project/pharo/pull/11082
- Fix halo gesture - workaround #11067
https://github.com/pharo-project/pharo/pull/11067
- Reverting method rename refactoring double confirmation #11076
https://github.com/pharo-project/pharo/pull/11076
- fix DNU in VTermTestRunner #11072
https://github.com/pharo-project/pharo/pull/11072
- 11068-Lots-of-tests-failing-on-the-CI #11073
https://github.com/pharo-project/pharo/pull/11073
- Fixing broken tests from PR #11060 #11069
https://github.com/pharo-project/pharo/pull/11069
- Fixing shortcuts for Debugging, Reflective and Breakpoint commands #11059
https://github.com/pharo-project/pharo/pull/11059
- Fix screen scale factor base dpi #11056
https://github.com/pharo-project/pharo/pull/11056
- 10777 scope of refactorings do not work anymore #11060
https://github.com/pharo-project/pharo/pull/11060
- 11007 isPrime does not work for large numbers #11030
https://github.com/pharo-project/pharo/pull/11030
- [quickCleanup] fix random typo in a Calypso menu #11058
https://github.com/pharo-project/pharo/pull/11058
- Created accessor method for Interval>>stop #11055
https://github.com/pharo-project/pharo/pull/11055
Documentation
============
- Updating readme: setting bootstrap script architecture to 64 bits #11066
https://github.com/pharo-project/pharo/pull/11066
- [shortFix] add missing asBag in comment tests #11057
https://github.com/pharo-project/pharo/pull/11057
Release
=======
- update pharo changelog to Pharo 10 #11081
https://github.com/pharo-project/pharo/pull/11081
- Fix iceberg version to 2.0.6 for release #11079
https://github.com/pharo-project/pharo/pull/11079
- use NewTools 0.7.0 and Spec 1.1.1 #11078
https://github.com/pharo-project/pharo/pull/11078
Cleanup
=======
- Cleanup: protocol "dispatching-cleanup" -> "dispatching - cleanup" #11038
https://github.com/pharo-project/pharo/pull/11038
- Full sync from Zinc repository #10955
https://github.com/pharo-project/pharo/pull/10955
April 1, 2022
Re: [Pharo-users] ESUG 2022 call for presentations & Call for student volunteers
by Stéphane Ducasse
âHelloâ, âworldâ please: #readAndDistribute
> On 13 Jan 2022, at 13:25, stephane ducasse <stephane.ducasse(a)inria.fr> wrote:
>
> ESUG 2022
> Novisad Serbia 22. â 26.8.
> https://esug.github.io/2022-Conference/call2022.html <https://esug.github.io/2022-Conference/call2022.html>
>
> You can support the ESUG conference in many different ways:
> Sponsor the conference. New sponsoring packages are described at http://www.esug.org/supportesug/becomeasponsor/ <http://www.esug.org/supportesug/becomeasponsor/>
> Submit a talk, a software or a paper to one of the events. See below.
> Attend the conference. We'd like to beat the previous record of attendance (170 people at Amsterdam 2008)!
> Students can get free registration and hosting if they enroll into the the Student Volunteers program. See below.
> <>Developers Forum: International Smalltalk Developers Conference
>
> We are looking for YOUR experience on using Smalltalk. You will have 30 min for presentations and 45 min for hands-on tutorials.
> The list of topics for the normal talks and tutorials includes, but is not limited to the following:
> XP practices, Development tools, Experience reports
> Model driven development, Web development, Team management
> Meta-Modeling, Security, New libraries & frameworks
> Educational material, Embedded systems and robotics
> SOA and Web services, Interaction with other programming languages
> <>Teaching Pearls and Show us Your Business
>
> New this year!!! We added two types of sessions in addition to the regular talks and show us your projects sessions.
> Show your business 10 min session (Get prepared!!)
> Teaching pearls : we want some session on how to teach some design aspects. We want your tip and tricks to teach Smalltalk or OOP.
> We expect to have several 10 to 15 min sessions aggregated.
> <>How to submit?
>
> Make a Pull Request here https://github.com/ESUG/esug.github.io/tree/source/2022-Conference/talks <https://github.com/ESUG/esug.github.io/tree/source/2022-Conference/talks>
>
> Or but only if you are not connected to the world⦠send an email to stephane.ducasse(a)inria.fr <mailto:stephane.ducasse@inria.fr>
>
> Title: [ESUG 2022] Please follow the template below the email will be automatically processed!
> Name:
> Email:
> Abstract:
> Bio:
>
> Call for Student Volunteers
> Student volunteers help keep the conference running smoothly; in return, they have free accommodations, while still having most of the time to enjoy the conference.
>
> Pay attention: the places are limited so do not wait till the last minute to apply.
>
> Conference details:
> Send an email to stephane.ducasse at inria.fr <http://inria.fr/> and serge.stinckwich at gmail.com <http://gmail.com/> with:
>
> title: [ESUG 2022 Student]
> name, gender, university/school, country, email address
> short description of you and why you are interested in participating
> For which period is accommodation covered? Accommodation is covered from Sunday 21 August until Friday 26 August 2022 (including nights from Sunday to Monday and from Thursday to Friday). Students will be hosted in student rooms. ESUG additionally covers for the lunches during the week and one dinner.
>
> Duties include handling registration as people arrive at the conference, filling coffee machines, collecting presentation slides for ESUG right after the presentation is given, being present at an information desk to answer questions, and generally being helpful. Student volunteering makes the conference better, takes a fairly small amount of time and doesn't significantly interfere with enjoying and learning from the conference. Please Note, this role requires discipline and constant attention to all attendees.
>
> Information about hotel
> Student Volunteer rooms are booked at (to be announced). If you are student volunteer, do not book yourself, we have arranged the booking already!
>
March 30, 2022
any ideas why we need to have Point >> bitShiftPoint: bits?
by stephane ducasse
Point >> bitShiftPoint: bits
x := x bitShift: bits.
y := y bitShift: bits
S
March 29, 2022
Re: [Esug-list] [PDFtalk] Porting to non-namespace Smalltalks
by stephane ducasse
Hi guys
>
> I started to port Values to Pharo.
> If you want to give an hand my current effort is here.
>
> https://github.com/Ducasse/PharoValues <https://github.com/Ducasse/PharoValues>
>
> should migrate license and other stuff too.
>
> S
>
>> On 1 Mar 2022, at 19:08, christian.haider(a)smalltalked-visuals.com <mailto:christian.haider@smalltalked-visuals.com> wrote:
>>
>> Hi all,
>>
>> PDFtalk is a PDF library for VisualWorks[1]. The library has been ported successfully to Gemstone[2].
>> Now, there is interest from companies in a port to Squeak and VA Smalltalk.
>>
>> The project[3] has started and we are making good progress.
>> The first step: porting the Values package.
>> This is easy, because there are no namespace issues.
>>
>> The next step is to implement class renamings so that namespaced classes can be renamed to global prefixed names.
>>
>> Then PDFtalk with all its components, except for the UI, can be ported.
>>
>> The porting approach is different to the traditional way of loading and fixing.
>> The import files for other Smalltalks are generated from VisualWorks where the code is transformed by declarative rules.
>> The approach is documented in [4].
>>
>> I set up a GitHub organization for this project[5]. There, the fileouts for each dialect are published (Gemstone, Squeak and VA Smalltalk so far), so that people without VisualWorks can work with the code in their Smalltalk.
>>
>> Also, I record and explain all steps of the porting process for Squeak in great detail[6], so that people can follow it.
>>
>> I would like to invite Smalltalkers from all dialects to take part in this project.
>> The code transformations for Squeak will be quite similar to the ones needed for Pharo and Cuis.
>> Therefore, each port to one Smalltalk will help the port to other Smalltalks.
>>
>> Any takers?
>>
>> Happy hacking,
>> Christian
>>
>>
>> [1] https://wiki.pdftalk.de/doku.php?id=start <https://wiki.pdftalk.de/doku.php?id=start>
>> [2] https://wiki.pdftalk.de/doku.php?id=pdftalk4gemstone <https://wiki.pdftalk.de/doku.php?id=pdftalk4gemstone>
>> [3] https://wiki.pdftalk.de/doku.php?id=pdftalknonnamespacefileout <https://wiki.pdftalk.de/doku.php?id=pdftalknonnamespacefileout>
>> [4] https://wiki.pdftalk.de/doku.php?id=smalltalktransform <https://wiki.pdftalk.de/doku.php?id=smalltalktransform>
>> [5] https://github.com/PortingPDFtalk <https://github.com/PortingPDFtalk>
>> [6] https://wiki.pdftalk.de/doku.php?id=valuesportinglog <https://wiki.pdftalk.de/doku.php?id=valuesportinglog>_______________________________________________
>> Esug-list mailing list -- esug-list(a)lists.esug.org <mailto:esug-list@lists.esug.org>
>> To unsubscribe send an email to esug-list-leave(a)lists.esug.org <mailto:esug-list-leave@lists.esug.org>
>
>
March 26, 2022