Pharo-users
By thread
pharo-users@lists.pharo.org
By month
Messages by month
- ----- 2026 -----
- 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
December 2024
- 8 participants
- 13 messages
Pharo News of the Week 50/2024
by Marcus Denker
# Pharo News of the Week 50/2024
- [ANN] MasterLu is your electronic music teacher in Pharo: https://github.com/lucretiomsp/MasterLu
- [ANN] ESUG 2024: Show Us Your Project playlist https://www.youtube.com/playlist?list=PLJ5nSnWzQXi89jwnBCmGPh9xG6shuvuwb
# The week on the Pharo Issue Tracker
# Fixes
- Fix crash of Mac on 4K display #17496
https://github.com/pharo-project/pharo/pull/17496
- Adding fallback code in the allocation primitives basicNewTenured, basicNewTenured: #17492
https://github.com/pharo-project/pharo/pull/17492
- DynamicLoader: unsing LoadLibraryW instead old LoadLibrary in windows #17479
https://github.com/pharo-project/pharo/pull/17479
- Fix #17471: custom Job interruption #17474
https://github.com/pharo-project/pharo/pull/17474
# VM
- Fixes for 10.3.2 #885
https://github.com/pharo-project/pharo-vm/pull/885
- Enhancement(versionning): Extract full semantic version from git #884
https://github.com/pharo-project/pharo-vm/pull/884
# Refactoring Engine
- Created new driver for tempToIV refactoring #17490
https://github.com/pharo-project/pharo/pull/17490
- Deprecate RBParser and RBPatternParser. #17514
https://github.com/pharo-project/pharo/pull/17514
# CI
- Skip some socket tests on windows #17498
https://github.com/pharo-project/pharo/pull/17498
- Fix release tests #17497
https://github.com/pharo-project/pharo/pull/17497
# Documentation
- Update README.md #919
https://github.com/pharo-spec/NewTools/pull/919
Dec. 13, 2024
Pharo News of the Week 49/2024
by Marcus Denker
# Pharo News of the Week 49/2024
- [New blog] Music and Sounds with Pharo https://lucretiomsp.github.io/musicwithpharo/
- [Blog Post] Phausto at IFC24 https://lucretiomsp.github.io/musicwithpharo/2024/11/24/phaustoIFC24.html
# The week on the Pharo Issue Tracker
# Fixes
- Fix the possibility to put methods as extensions #17489
https://github.com/pharo-project/pharo/pull/17489
- 17487-SignalLogger-should-unsubscribe-on-intance-reset #17488
https://github.com/pharo-project/pharo/pull/17488
- Add tests for safeMethodNameFor:basedOn: and revisit it #17486
https://github.com/pharo-project/pharo/pull/17486
- Do not change the border color of an ImageMorph if it already has a color #17475
https://github.com/pharo-project/pharo/pull/17475
- Fix default behavior of literalEqual: #17467
https://github.com/pharo-project/pharo/pull/17467
- Fixes 17483 on Pharo putting finder in browse menu #918
https://github.com/pharo-spec/NewTools/pull/918
# Spec
- add drag transfer customization #1678
https://github.com/pharo-spec/Spec/pull/1678
- Fix implementors of #transferFrom:event: that no longer add #shouldCopy from the TransferMorph to the SpDragAndDropTransfer #1677
https://github.com/pharo-spec/Spec/pull/1677
# Iceberg / Git
- Fixes # 1861 on Pharo : location not a git repo when Importing existing clone #1862
https://github.com/pharo-vcs/iceberg/pull/1862
- Pressing enter activates ok action in new branch dialog #1869
https://github.com/pharo-vcs/iceberg/pull/1869
- Enabled cancel button / selected the first option by default ( if the list is not empty ) #1868
https://github.com/pharo-vcs/iceberg/pull/1868
- Fixes #1863 changed title desc for assertion failure #1865
https://github.com/pharo-vcs/iceberg/pull/1865
# Refactoring Engine
- refactorings (R) rename method is fixed #17495
https://github.com/pharo-project/pharo/pull/17495
- Extract temp continued #17478
https://github.com/pharo-project/pharo/pull/17478
- Adding comments and protocols reoganisation for RBMethod. #17484
https://github.com/pharo-project/pharo/pull/17484
# VM
- Prepare release 10.3.2 #879
https://github.com/pharo-project/pharo-vm/pull/879
- Update README #878
https://github.com/pharo-project/pharo-vm/pull/878
- fix unused-local-typedef #877
https://github.com/pharo-project/pharo-vm/pull/877
- When patching JITed code after become of a class, the class index can look like a negative number #873
https://github.com/pharo-project/pharo-vm/pull/873
- Add default values to --help parameters #872
https://github.com/pharo-project/pharo-vm/pull/872
- Cleanups and improvements #871
https://github.com/pharo-project/pharo-vm/pull/871
# Cleanup
- Rename temp var; remove dot after comment #17463
https://github.com/pharo-project/pharo/pull/17463
- Remove some of the last users of SystemAnnouncer uniqueInstance #17372
https://github.com/pharo-project/pharo/pull/17372
- fix a baseline problem #917
https://github.com/pharo-spec/NewTools/pull/917
# Pharo 12
- [Backport] Undo fixes p12 #17309
https://github.com/pharo-project/pharo/pull/17309
- Fix ring global variable #17470
https://github.com/pharo-project/pharo/pull/17470
Dec. 11, 2024
Pharo News of the Week 48/2024
by Marcus Denker
# Pharo News of the Week 48/2024
- [Blog Post] Evaluation of SUnit https://all-objects-all-the-time.st/#/blog/posts/10
# The week on the Pharo Issue Tracker
# Pharo 11
- Apply changes from pull request #17375 (âuse file server @ inriaâ) to âPharo11â #17462
https://github.com/pharo-project/pharo/pull/17462
- Backport addition of discardBuffer to ZnBufferedReadStream>>#readInto:startingAt:count in the case that the buffer is bypassed to Pharo 11 #17382
https://github.com/pharo-project/pharo/pull/17382
# Features
- Morphic File List replacement with New Tools File Browser #17383
https://github.com/pharo-project/pharo/pull/17383
- 17435 introduce backward compatible rewriting #17438
https://github.com/pharo-project/pharo/pull/17438
# Improvements
- Discard Finder unnecessary evaluation with time out in the Compiler #910
https://github.com/pharo-spec/NewTools/pull/910
- Fix: #17423 Pass different application to Cycle Presenter #17429
https://github.com/pharo-project/pharo/pull/17429
- 17451 pharos about window should give the date of the build #17456
https://github.com/pharo-project/pharo/pull/17456
- Add String>>withPlatformLineEndings #17457
https://github.com/pharo-project/pharo/pull/17457
- Fixes #17459: Remove "Declare new Global" feature from the undeclared variable dialogue #17465
https://github.com/pharo-project/pharo/pull/17465
# Refactoring Engine
- Adding RBInteractionDriver #17455
https://github.com/pharo-project/pharo/pull/17455
- Fix for Better use the correct condition in RB rename instance variable #17454
https://github.com/pharo-project/pharo/pull/17454
- Revert "ExtractTempDriver" #17452
https://github.com/pharo-project/pharo/pull/17452
- 17440 refactorings reserved names should not be duplicated #17450
https://github.com/pharo-project/pharo/pull/17450
- 17436 again the push up user refactoring interface got broken #17446
https://github.com/pharo-project/pharo/pull/17446
- Fix Rename temp refactoring #17441
https://github.com/pharo-project/pharo/pull/17441
- Discard methodDefinedInClassCondition while renaming method #17425
https://github.com/pharo-project/pharo/pull/17425
- Remember package refactor17388 #17414
https://github.com/pharo-project/pharo/pull/17414
# Spec
- fix column view resizable columns #1675
https://github.com/pharo-spec/Spec/pull/1675
- add new list view components #1674
https://github.com/pharo-spec/Spec/pull/1674
- fixes 1663 #1673
https://github.com/pharo-spec/Spec/pull/1673
- Add missing keyboard focus methods #1669
https://github.com/pharo-spec/Spec/pull/1669
- 1658 deprecate at in favor for at point in sp grid layout #1667
https://github.com/pharo-spec/Spec/pull/1667
# Fixes
- Fix Pharo build #913
https://github.com/pharo-spec/NewTools/pull/913
# Bootstrap
- Add a retry in case of IceGenericError in the bootstrap #17466
https://github.com/pharo-project/pharo/pull/17466
# Cleanup
- Explicit morphic/uimanager dependencies #878
https://github.com/pharo-spec/NewTools/pull/878
- use registerToolsOn: logic to respect architecture: class initialize #911
https://github.com/pharo-spec/NewTools/pull/911
- Remove broken method from PlaygroundPresenter #914
https://github.com/pharo-spec/NewTools/pull/914
- Remove the last case of ad-hoc polymorphism around on:do: . Deprecate⦠#17385
https://github.com/pharo-project/pharo/pull/17385
- Remove old Finder references in Baselines #17421
https://github.com/pharo-project/pharo/pull/17421
- Fixes: ##17426 there is no need for this method. Its caller checks th⦠#17428
https://github.com/pharo-project/pharo/pull/17428/files
- 17403 test case failure log should not refer to a globlal #17434
https://github.com/pharo-project/pharo/pull/17434
- Fix double dot at end of line #17448
https://github.com/pharo-project/pharo/pull/17448
- fixing unused instance variable #17447
https://github.com/pharo-project/pharo/pull/17447
- Tag some ExternalAddress method as to ignore by testNoEquivalentSuperclassMethods #17416
https://github.com/pharo-project/pharo/pull/17416
- Less Smalltalk hardcoded references #1659
https://github.com/pharo-spec/Spec/pull/1659
Dec. 10, 2024