This week (16/2021) on the Pharo Issue Tracker

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

This week (16/2021) on the Pharo Issue Tracker

Marcus Denker-4
We merged 32 PRs and fixed 23 issue tracker entries this week.
https://github.com/pharo-project/pharo/pulse

Spec v0.8.10
============

- added a trait SpTModel to add "model" behavior to presenters.
- SpPanedLayout: deprecating position/position: using positionOfSlider: now
- Fixed error when entering an empty text on the field of SpRGBSliders (Thanks @jordanmontt)
- small fixes


NewTools v0.6.3
================

- Raw inspection should show always first fixed slots then variable slots (thanks @guillep)
- do not use gtDisplay things (thanks @Ducasse)
- applying deprecations
- small fixes

Refactoring Tools
=================

- RB - Update deprecate method refactoring and add command #9085
        https://github.com/pharo-project/pharo/pull/9085
       
- RB - Fix command extract set up #9109
        https://github.com/pharo-project/pharo/pull/9109


Compiler
========

- Refactor semantics analyzer to not rely on #isLocalVariable message #9113
        https://github.com/pharo-project/pharo/pull/9113
       
- Cleanup DoItVariable from locals related methods (markRead and etc.) #9122
        https://github.com/pharo-project/pharo/pull/9122
       
- Compiler-Improve-lookupVar #9118
        https://github.com/pharo-project/pharo/pull/9118



Features
=======

- adding-variadic-TF-functions #9102
        https://github.com/pharo-project/pharo/pull/9102

- Added a setting configuration for ClyTextLineNumberSwitchMorph #9104
        https://github.com/pharo-project/pharo/pull/9104

- Pr new help #9090
        https://github.com/pharo-project/pharo/pull/9090
       
- 4443-We-should-have-a-code-critic-rule-checking-for-dot-at-the-end-of-method-signature #9088
        https://github.com/pharo-project/pharo/pull/9088
       

Fixes
=====

- remove hidden character #9082
        https://github.com/pharo-project/pharo/pull/9082
       
- Fix #8654 - Process>>#terminate should answer self consistently #8712
        https://github.com/pharo-project/pharo/pull/8712

- 9069-Typing-in-Transcript-gives-a-DNU-doItContext-CompletionEngine #9084
        https://github.com/pharo-project/pharo/pull/9084
       
- 5818-SHRBTextStyler-doesnt-format-comments-on-root-AST-node #9083
                https://github.com/pharo-project/pharo/pull/9083

- Fix/9056: The 'meta' keyboard shortcut modifier should not be used in the UI #9078
        https://github.com/pharo-project/pharo/pull/9078
       
- Order in Calypso menu order for test handling #9124
        https://github.com/pharo-project/pharo/pull/9124
       
- Continue improving DrTests Doc comments plugin #9081
        https://github.com/pharo-project/pharo/pull/9081

- Simplify-CommentTestCase #9116
        https://github.com/pharo-project/pharo/pull/9116
       

Improve Tests
=============

- Fixes: #9091: ading some tests to the Mock SUnit extensions #9092
        https://github.com/pharo-project/pharo/pull/9092
       
- ReleaseTest-Dot-end-of-Signature #9097
        https://github.com/pharo-project/pharo/pull/9097
       
- improve-taskit-tests-for-waitingGC #9106
        https://github.com/pharo-project/pharo/pull/9106
       
- testNoUnusedInstanceVariablesLeft-down-to-12 #9126
        https://github.com/pharo-project/pharo/pull/9126
       
- 6337-Ensure-test-classes-are-named-in-singular #9089
        https://github.com/pharo-project/pharo/pull/9089
       
       
Cleanups
========

- 6319-SmallInteger-as31BitInteger-wrong-on-64-bit-systems #9100
        https://github.com/pharo-project/pharo/pull/9100

- Editor-Cleanup-Unused-Rubric-Subclasses #9120
        https://github.com/pharo-project/pharo/pull/9120

- Remove GTPlaygroundHelp #9079
        https://github.com/pharo-project/pharo/pull/9079