This week (42/2020) on the Issue Tracker

MD
Marcus Denker
Thu, Oct 15, 2020 5:51 PM

This week (42/2020) on the Issue Tracker

Debugger

Mostly improvements for Breakpoints this week.

- Revert "Debugger-should-show-Workspace-bindings" #7452
	https://github.com/pharo-project/pharo/pull/7452
	
- 7413-remove-breakpoint-does-not-remove-breakpoint #7496
	https://github.com/pharo-project/pharo/pull/7496
	
- 7423-Breakpoint-on-while-nodes-do-not-work
	https://github.com/pharo-project/pharo/pull/7492

Spec

merge Spec2 0.7.4 #7493
	https://github.com/pharo-project/pharo/pull/7493
	

	- Organise and comment properly ALL widget presenters (children of SpAbstractWidgetPresenter) that are needed to create SpPresenter compositions.
	- Add missing examples for all widget presenters.
	- Presenter comments are now implemented through a microdown template, showing interesting sections and pointing to correct API to use (along with examples).
	- SpAbstractWidgetPresenter hierarchy now understands selectFirst.
	- New presenter SpTreePresenter. A tree with just one column.
	- SpTreeTablePresenter now understands expandPath: and expandRoots.
	- Added SpLinkTableColumn to add links to tables (and trees).
	- New utility presenter: SpListWithFilterPresenter.
	- Fixed alignment of cells on SpGridLayout.
	- SpGridLayout axis constraints now understand alignment (because sometimes you want to align a whole column, not just a cell).
	- Several fixes on commands for Pharo interaction.
	- Lots of small bugfixes.
	- See: https://github.com/pharo-spec/Spec/releases/tag/v0.7.4

Fluid Class Definitions

This is ongoing work to have a better class definiton for what is now called
"slot enabeled class defintion" (the one where one can use First Class Variables
and where the Layout class is shown explicitly)

7458-Fluid-Class-integration-part-5 #7464
	https://github.com/pharo-project/pharo/pull/7464
7465-Fluid-class-integration-part-6 #7466
	https://github.com/pharo-project/pharo/pull/7466
7467-Fluid-class-definition-activation #7469
	https://github.com/pharo-project/pharo/pull/7469
7470 fluid class a class definition can be expanded #7476
	https://github.com/pharo-project/pharo/pull/7476
7472-Fluid-Class-refactor-classParser-hierarchy #7479
	https://github.com/pharo-project/pharo/pull/7479
7481-testSharedSlotNodeArePolymorphicToRBVariableNodes-is-failing-in-default-image #7484
	https://github.com/pharo-project/pharo/pull/7484
7473-Fluid-Class-clean-definitionWithSlotsdefinitionWithoutSlot #7485
	https://github.com/pharo-project/pharo/pull/7485

Bug Fixes

7500-Remove-argument-refactoring-from-Calypso-hangs-forever 
	https://github.com/pharo-project/pharo/pull/7501
Playground-Self-Bindings #7419
   https://github.com/pharo-project/pharo/pull/7419
Fix #6448 Add a way to get a FileLocator when possible instead of a FileReference #6449
	https://github.com/pharo-project/pharo/pull/6449
7443-Compiling-a-method-with-a-non-declared-temps-raises-a-DNU #7450
	https://github.com/pharo-project/pharo/pull/7450

Comments / Documentation

Fix #7462: Enhance the help of how to use Travis #7463
	https://github.com/pharo-project/pharo/pull/7463

improvement of the travis help #7506
	https://github.com/pharo-project/pharo/pull/7506

CI failing tests

Skip-HiExamplesTest-testAllExamples #7442
	https://github.com/pharo-project/pharo/pull/7442
Better way to design HiExamplesTest #7480
	https://github.com/pharo-project/pharo/pull/7480

Cleanups

Cleanup-NautilusRefactoring-Shortcuts #7494
	https://github.com/pharo-project/pharo/pull/7494
This week (42/2020) on the Issue Tracker ================================ Debugger ======= Mostly improvements for Breakpoints this week. - Revert "Debugger-should-show-Workspace-bindings" #7452 https://github.com/pharo-project/pharo/pull/7452 - 7413-remove-breakpoint-does-not-remove-breakpoint #7496 https://github.com/pharo-project/pharo/pull/7496 - 7423-Breakpoint-on-while-nodes-do-not-work https://github.com/pharo-project/pharo/pull/7492 Spec ---- merge Spec2 0.7.4 #7493 https://github.com/pharo-project/pharo/pull/7493 - Organise and comment properly ALL widget presenters (children of SpAbstractWidgetPresenter) that are needed to create SpPresenter compositions. - Add missing examples for all widget presenters. - Presenter comments are now implemented through a microdown template, showing interesting sections and pointing to correct API to use (along with examples). - SpAbstractWidgetPresenter hierarchy now understands selectFirst. - New presenter SpTreePresenter. A tree with just one column. - SpTreeTablePresenter now understands expandPath: and expandRoots. - Added SpLinkTableColumn to add links to tables (and trees). - New utility presenter: SpListWithFilterPresenter. - Fixed alignment of cells on SpGridLayout. - SpGridLayout axis constraints now understand alignment (because sometimes you want to align a whole column, not just a cell). - Several fixes on commands for Pharo interaction. - Lots of small bugfixes. - See: https://github.com/pharo-spec/Spec/releases/tag/v0.7.4 Fluid Class Definitions -------------- This is ongoing work to have a better class definiton for what is now called "slot enabeled class defintion" (the one where one can use First Class Variables and where the Layout class is shown explicitly) 7458-Fluid-Class-integration-part-5 #7464 https://github.com/pharo-project/pharo/pull/7464 7465-Fluid-class-integration-part-6 #7466 https://github.com/pharo-project/pharo/pull/7466 7467-Fluid-class-definition-activation #7469 https://github.com/pharo-project/pharo/pull/7469 7470 fluid class a class definition can be expanded #7476 https://github.com/pharo-project/pharo/pull/7476 7472-Fluid-Class-refactor-classParser-hierarchy #7479 https://github.com/pharo-project/pharo/pull/7479 7481-testSharedSlotNodeArePolymorphicToRBVariableNodes-is-failing-in-default-image #7484 https://github.com/pharo-project/pharo/pull/7484 7473-Fluid-Class-clean-definitionWithSlotsdefinitionWithoutSlot #7485 https://github.com/pharo-project/pharo/pull/7485 Bug Fixes --------- 7500-Remove-argument-refactoring-from-Calypso-hangs-forever https://github.com/pharo-project/pharo/pull/7501 Playground-Self-Bindings #7419 https://github.com/pharo-project/pharo/pull/7419 Fix #6448 Add a way to get a FileLocator when possible instead of a FileReference #6449 https://github.com/pharo-project/pharo/pull/6449 7443-Compiling-a-method-with-a-non-declared-temps-raises-a-DNU #7450 https://github.com/pharo-project/pharo/pull/7450 Comments / Documentation ------------- Fix #7462: Enhance the help of how to use Travis #7463 https://github.com/pharo-project/pharo/pull/7463 improvement of the travis help #7506 https://github.com/pharo-project/pharo/pull/7506 CI failing tests ----------------- Skip-HiExamplesTest-testAllExamples #7442 https://github.com/pharo-project/pharo/pull/7442 Better way to design HiExamplesTest #7480 https://github.com/pharo-project/pharo/pull/7480 Cleanups -------- Cleanup-NautilusRefactoring-Shortcuts #7494 https://github.com/pharo-project/pharo/pull/7494