Started 2 yr 3 mo ago
Took 43 min

Build #2 (Mar 8, 2021, 5:28:54 PM)

Build Artifacts
Changes
  1. upgrading Pharo 9 with Roassal 0.9.6 (details / githubweb)
  2. remove #defaultWorldMenu and the registration in WorldMorph>>#initialize (details / githubweb)
  3. Update BaselineOfIDE.class.st (details / githubweb)
  4. Adding deprecations that were recommended by DepMiner (accepted by 1 reviewer) (details / githubweb)
  5. Add new package model, add change package class (details / githubweb)
  6. Adding non-transforming deprecations that were suggested by DepMiner and accepted by Guille (details / githubweb)
  7. Adding one more deprecation to this PR (details / githubweb)
  8. Add refactoring (details / githubweb)
  9. Update to add RBPackageRename changes to  RBNamespaces changes (details / githubweb)
  10. Update to fix undo refactoring for rename package, and add command to rename package from refactoring (details / githubweb)
  11. Add tests (details / githubweb)
  12. Add new refactoring (details / githubweb)
  13. Add tests for new refactoring (details / githubweb)
  14. Enhance Push Up method refactoring message (details / githubweb)
  15. Fix broken tests (details / githubweb)
  16. merge spec2 0.8.2 (details / githubweb)
  17. What happens is that we visit the last literal of the block for effect, which in case of literals is opimized to do nothing. (details / githubweb)
  18. - add tests for deletion of slots from a Trait: #testChangingDeleteSlot and #testChangingDeleteSlot2Slots (details / githubweb)
  19. Adding support for marshalling ByteArrays for char* parameters. (details / githubweb)
  20. fix tests (details / githubweb)
  21. fix clickTab: event (details / githubweb)
  22. Fixing the order of testing... as ExternalAddress are ByteArray (aggghhh) (details / githubweb)
  23. - add a test case for the pronlem: #testToDo (details / githubweb)
  24. - Deprecated Point>>#dist: (in favour of Point>>#distanceTo:) (details / githubweb)
  25. Senders of Point>>#dist: rewritten to use Point>>#distanceTo: (details / githubweb)
  26. fixed anothe batch of tests (details / githubweb)
  27. this should be working (details / githubweb)
  28. Add preview to select variables when apply abstract variable refactoring from class context (details / githubweb)
  29. Update to use new preview in PushDown refactoring (details / githubweb)
  30. Rename presenters (details / githubweb)
  31. fixes #4011. nextObject implementation from SmallInteger copied to Character and SmallFloat64 (details / githubweb)
  32. fixed two comments (details / githubweb)
  33. merging Alex's changes (details / githubweb)
  34. Adding a work around to for getting the environment variables in Windows. (details / githubweb)
  35. push up icon providers to application (because they need to be defined there) (details / githubweb)
  36. fixes #8551 (details / githubweb)
  37. iconProvider was pushed to SpApplication (details / githubweb)
  38. Add abstract GUI to select an item from a dropList, and choose elements from a list. Change preview of push down method, using the new GUI. Remove old GUIs of push up and push down (details / githubweb)
  39. fix tests (thanks Pablo!) (details / githubweb)
  40. supprot both using a symbol or and array for #--, this way we are compatible to the old style (details / githubweb)
  41. Small fix for CDTraitCompositionBuilder to support symbols (details / githubweb)
  42. Add to more tests: testChangingDeleteSlotAddVar testChangingDeleteSlotAndAlias (details / githubweb)
  43. keyDown receives a number, keyPressed a char as keyCode (details / githubweb)
  44. Fix cancel error in generate accessors preview (details / githubweb)
  45. a small cleanup to make all the #children methods work the same: (details / githubweb)
  46. Form class>>#services changed to allow easy extension of the options when an image file is drag'n'dropped onto the image (details / githubweb)
  47. fix test (details / githubweb)
  48. Changing to use the headless latest as the VM (details / githubweb)
  49. TaRenameSlot was copying the slot and then changing the name. (details / githubweb)
  50. Changing to 90 the vm of the kernel tests (details / githubweb)
  51. 32bits images should use the default vm (details / githubweb)
  52. - ups, got confused with rename vs remove. is has to be TaRenamedSlotWrapper (details / githubweb)
  53. fixes #8308 (details / githubweb)
  54. Update bootstrap/scripts/runTests.sh (details / githubweb)
  55. This PR removed the tests cases from Deprecated90. (details / githubweb)
  56. Adding support for parametrized tests. (details / githubweb)
  57. Update senders of inst var and methods, calling a intance of class (details / githubweb)
  58. Updates of comments (details / githubweb)
  59. Adding missing return to break the recursion. (details / githubweb)
  60. Removed Rectangle >> newRectButtonPressedDo: as suggested by Stephane (details / githubweb)
  61. Handling correctly the recursive step when the size of the buffer is not the correct one. (details / githubweb)
  62. FFICallbackParametersTest remove non-referenced clas var (details / githubweb)
  63. The buffer generated with the encoded string in UTF8 should be null terminated. (details / githubweb)
  64. This PR fixes a part of issue  #8575: putting breakpoints on literal arrays (details / githubweb)
  65. Update BaselineOfIDE.class.st (details / githubweb)
  66. - turn the example from the issue into #exampleBlockOptimized and write #testBeforeBlockSequenceOptimized (details / githubweb)
  67. Implement #clipboardText as described in the issue tracker. (details / githubweb)
  68. remove #buildPatchShortcutsForDoItInWindowsOn: as described in the issue (details / githubweb)
  69. Update message (details / githubweb)
  70. Change newHorizontal to newLeftToRight and newVertical to newTopToBotton (details / githubweb)
  71. Fix broken test (details / githubweb)
  72. Use hashMultiply for SmallInteger>>hash (details / githubweb)
  73. - remove #readFromOldFormat: (it raises a hard error anyway) (details / githubweb)
  74. - remove not needed comment (details / githubweb)
  75. remove an used class variable in GTGenericStackDebugger (details / githubweb)
  76. remove non-referenced class vars from MetacelloConfigTemplate and MetacelloConfigTemplateExample (details / githubweb)
  77. Update tests that depended on specific values of the hash of SmallIntegers (details / githubweb)
  78. Put test hash method in proper category (details / githubweb)
  79. Make testIsHealthy much more likely to succeed in testing what it tries to test (details / githubweb)
  80. Adding  a delegation of the name of the test for ParametrizedTests (details / githubweb)
  81. merge spec 0.8.3 (details / githubweb)
  82. add a way to access the most inner command on a decoration chain (details / githubweb)
  83. merge newtools 0.5.2 (details / githubweb)
  84. remove two class vars that are not referenced (details / githubweb)
  85. remove unused class vars from CP1253TextConverter and LanguageEnvironment (details / githubweb)
  86. Add option to rename a method only in specific packages (details / githubweb)
  87. Update BaselineOfIDE.class.st (details / githubweb)
  88. Improve some warnings messages (details / githubweb)
  89. Add command for rename method in specific packages refactoring (details / githubweb)
  90. Add new option to convert temporaries in instance variables (details / githubweb)
  91. Fix broken test (details / githubweb)
  92. remove a class var that is not referenced in FT2Handle (details / githubweb)
  93. remove unused class vars in FTSizeRec (details / githubweb)
  94. remove duplicate methods (details / githubweb)
  95. fix an error happening when debugger should be raised in middle of a test (details / githubweb)
  96. add inspection to block closure (details / githubweb)
  97. removed dependency (details / githubweb)
  98. remove unused class var from WindowsStore class (details / githubweb)
  99. remove unused class variable from calss Locale (details / githubweb)
  100. new fix (details / githubweb)
  101. remove unused ivar from RBItemsSelectionPresenter (details / githubweb)
  102. fix the problem of unused class vars in CDClassWithFullDefinitionExample by adding accessors (details / githubweb)
  103. Update refactoring, to clean transformed class and their subclasses (details / githubweb)
  104. Improve message in preconditions (details / githubweb)
  105. Add test and refactor (details / githubweb)
  106. remove unsused class var from ISO88597TextConverter (details / githubweb)
  107. Increasing the number of stack pages. The number of stack pages is fixed and does not grow. The number of stack pages limit the current number of processes in the image. As each running process requires a stack page, everytime a page need to be allocated and there is not free one, all the contexts have to be divorced. The previous value was 8, and we can check that there is a lot of free pages. It can be checked with "Smalltalk vm parameterAt: 61" (details / githubweb)
  108. Rule for setUp and tearDown should be applied for TestResource too (details / githubweb)
  109. Icon for abstract classes (details / githubweb)
  110. Refactor methods to use Factory class instead of RB*Change classes directly (details / githubweb)
  111. Remove #group (details / githubweb)
  112. Remove #group (details / githubweb)
  113. remove unused class var. fixes #8613 (details / githubweb)
  114. Fix #8621 (details / githubweb)
  115. This improves #testNoUnusedClassVariablesLeft (details / githubweb)
  116. remove the send of the non existing selector (details / githubweb)
  117. column width calculous was not considering verticalScrollBarWidth (which can be 0 if not present) (details / githubweb)
  118. This fixes a decompile problem: when a super is in a full block on the class side, the decompiler can not create an intermediate variable for it. (details / githubweb)
  119. make testSuperCallInBlockClassSide its own test (details / githubweb)
  120. remove RBTransformationRuleTestData1 for now (details / githubweb)
  121. Update Behavior.extension.st (details / githubweb)
  122. improve the browse of versions by allowing selection of repository if method to query is present in more than one. (details / githubweb)
  123. Inconsistent casing in Debug menu item (details / githubweb)
  124. Uncommenting to lines in ClyTextEditor so that Cmd-n and Cmd-m in the calypso browser select the whole line the carret is on before operating (details / githubweb)
  125. When opening a debugger on an exception, adding contextual  information  to that exception (details / githubweb)
  126. cleanup the unused class var in RBTransformationRuleTestData1 by adding an accessor (the ivar has one already) (details / githubweb)
  127. add accessor for unused class var that is used for testing (details / githubweb)
  128. Refactoring Exception hierarchy extension with double dispatch (details / githubweb)
  129. Debugger inspection for null exceptions (details / githubweb)
  130. add reference to unreferenced ivar in LiteralVariableTest (details / githubweb)
  131. Keeps the encrypted state when changing the font of the Rubric TextField (details / githubweb)
  132. Building debugger inspector exception nodes (details / githubweb)
  133. fix a unused class var by adding an accessor (details / githubweb)
  134. Remove hardcoded classSlots definition, the builder knows how to find the correct definition (details / githubweb)
  135. Refactoring and correctly updating the inspector debugger context (details / githubweb)
  136. Making sure the debug session exception is updated at each step (details / githubweb)
  137. Fixing how undefined objects test for undefined variable by recovering the correct context with full blocks. (details / githubweb)
  138. Add support for traits in rbModel (details / githubweb)
  139. Add tests to validate the new model when rename class and method called from a trait method (details / githubweb)
  140. Fix rename shortcut (details / githubweb)
  141. Add commands to use new refactorings with commander2 in Method context (details / githubweb)
  142. Configuring dynamically stack filtering when stepping into kernel code. (details / githubweb)
  143. Adding button to toggle stack filtering on and off from the debugger (details / githubweb)
  144. Added a deprecation proposed by DepMiner (details / githubweb)
  145. Update commander1 commands to use new activator (details / githubweb)
  146. Refactor and add a way to use commands in commander2 for refactorings (details / githubweb)
  147. merge spec 0.8.4 (details / githubweb)
  148. restore deprecated test (details / githubweb)
  149. categorize correctly (details / githubweb)
  150. Making Calypso to use the KM printer and improving the KMShortcutPrinter implementation to handle combinations and single shortcuts (details / githubweb)
  151. Fixes: #7756 new try (details / githubweb)
  152. merge newtools 0.5.3 (details / githubweb)
  153. Change messages when remove a class, now only show the message 'Do you want to remove anyway?'  when the user accepted that the IDE show him any of the references, subclasses or users of the class that will be deleted (details / githubweb)
  154. Add method comment (details / githubweb)
  155. Remove unnecessary initialization (details / githubweb)
  156. Remove comment (details / githubweb)
  157. RubAbstractTextArea should delegate to the superclass when setting the extent and not in wrapping mode. (details / githubweb)
  158. Move SDL_HINT_RENDER_SCALE_QUALITY setting to non-OSX platforms (details / githubweb)
  159. Activate smart characters even when in completion position (details / githubweb)
  160. Moving the initialization of the repositories to Pharo and adding the iceberg one. (details / githubweb)
  161. - add test (details / githubweb)
  162. Fix #8698 (details / githubweb)
  163. Update to delete use of unnecessary and: (details / githubweb)
  164. unskip #testNoUnusedClassVariablesLeft (details / githubweb)
  165. AbstractSessionHandler should be abstract (details / githubweb)
  166. ReAbstractRuleTestCase should be abstract (details / githubweb)
  167. - add RBFooDummyLintRuleTest  RBDummyLintRuleTest as exception: this is test data (details / githubweb)
Changes
  1. upgrading Pharo 9 with Roassal 0.9.6 (details / githubweb)
  2. remove #defaultWorldMenu and the registration in WorldMorph>>#initialize (details / githubweb)
  3. Update BaselineOfIDE.class.st (details / githubweb)
  4. Adding deprecations that were recommended by DepMiner (accepted by 1 reviewer) (details / githubweb)
  5. Add new package model, add change package class (details / githubweb)
  6. Adding non-transforming deprecations that were suggested by DepMiner and accepted by Guille (details / githubweb)
  7. Adding one more deprecation to this PR (details / githubweb)
  8. Add refactoring (details / githubweb)
  9. Update to add RBPackageRename changes to  RBNamespaces changes (details / githubweb)
  10. Update to fix undo refactoring for rename package, and add command to rename package from refactoring (details / githubweb)
  11. Add tests (details / githubweb)
  12. Add new refactoring (details / githubweb)
  13. Add tests for new refactoring (details / githubweb)
  14. Enhance Push Up method refactoring message (details / githubweb)
  15. Fix broken tests (details / githubweb)
  16. merge spec2 0.8.2 (details / githubweb)
  17. What happens is that we visit the last literal of the block for effect, which in case of literals is opimized to do nothing. (details / githubweb)
  18. - add tests for deletion of slots from a Trait: #testChangingDeleteSlot and #testChangingDeleteSlot2Slots (details / githubweb)
  19. Adding support for marshalling ByteArrays for char* parameters. (details / githubweb)
  20. fix tests (details / githubweb)
  21. fix clickTab: event (details / githubweb)
  22. Fixing the order of testing... as ExternalAddress are ByteArray (aggghhh) (details / githubweb)
  23. - add a test case for the pronlem: #testToDo (details / githubweb)
  24. - Deprecated Point>>#dist: (in favour of Point>>#distanceTo:) (details / githubweb)
  25. Senders of Point>>#dist: rewritten to use Point>>#distanceTo: (details / githubweb)
  26. fixed anothe batch of tests (details / githubweb)
  27. this should be working (details / githubweb)
  28. Add preview to select variables when apply abstract variable refactoring from class context (details / githubweb)
  29. Update to use new preview in PushDown refactoring (details / githubweb)
  30. Rename presenters (details / githubweb)
  31. fixes #4011. nextObject implementation from SmallInteger copied to Character and SmallFloat64 (details / githubweb)
  32. fixed two comments (details / githubweb)
  33. merging Alex's changes (details / githubweb)
  34. Adding a work around to for getting the environment variables in Windows. (details / githubweb)
  35. push up icon providers to application (because they need to be defined there) (details / githubweb)
  36. fixes #8551 (details / githubweb)
  37. iconProvider was pushed to SpApplication (details / githubweb)
  38. Add abstract GUI to select an item from a dropList, and choose elements from a list. Change preview of push down method, using the new GUI. Remove old GUIs of push up and push down (details / githubweb)
  39. fix tests (thanks Pablo!) (details / githubweb)
  40. supprot both using a symbol or and array for #--, this way we are compatible to the old style (details / githubweb)
  41. Small fix for CDTraitCompositionBuilder to support symbols (details / githubweb)
  42. Add to more tests: testChangingDeleteSlotAddVar testChangingDeleteSlotAndAlias (details / githubweb)
  43. keyDown receives a number, keyPressed a char as keyCode (details / githubweb)
  44. Fix cancel error in generate accessors preview (details / githubweb)
  45. a small cleanup to make all the #children methods work the same: (details / githubweb)
  46. Form class>>#services changed to allow easy extension of the options when an image file is drag'n'dropped onto the image (details / githubweb)
  47. fix test (details / githubweb)
  48. Changing to use the headless latest as the VM (details / githubweb)
  49. TaRenameSlot was copying the slot and then changing the name. (details / githubweb)
  50. Changing to 90 the vm of the kernel tests (details / githubweb)
  51. 32bits images should use the default vm (details / githubweb)
  52. - ups, got confused with rename vs remove. is has to be TaRenamedSlotWrapper (details / githubweb)
  53. fixes #8308 (details / githubweb)
  54. Update bootstrap/scripts/runTests.sh (details / githubweb)
  55. This PR removed the tests cases from Deprecated90. (details / githubweb)
  56. Adding support for parametrized tests. (details / githubweb)
  57. Update senders of inst var and methods, calling a intance of class (details / githubweb)
  58. Updates of comments (details / githubweb)
  59. Adding missing return to break the recursion. (details / githubweb)
  60. Removed Rectangle >> newRectButtonPressedDo: as suggested by Stephane (details / githubweb)
  61. Handling correctly the recursive step when the size of the buffer is not the correct one. (details / githubweb)
  62. FFICallbackParametersTest remove non-referenced clas var (details / githubweb)
  63. The buffer generated with the encoded string in UTF8 should be null terminated. (details / githubweb)
  64. This PR fixes a part of issue  #8575: putting breakpoints on literal arrays (details / githubweb)
  65. Update BaselineOfIDE.class.st (details / githubweb)
  66. - turn the example from the issue into #exampleBlockOptimized and write #testBeforeBlockSequenceOptimized (details / githubweb)
  67. Implement #clipboardText as described in the issue tracker. (details / githubweb)
  68. remove #buildPatchShortcutsForDoItInWindowsOn: as described in the issue (details / githubweb)
  69. Update message (details / githubweb)
  70. Change newHorizontal to newLeftToRight and newVertical to newTopToBotton (details / githubweb)
  71. Fix broken test (details / githubweb)
  72. Use hashMultiply for SmallInteger>>hash (details / githubweb)
  73. - remove #readFromOldFormat: (it raises a hard error anyway) (details / githubweb)
  74. - remove not needed comment (details / githubweb)
  75. remove an used class variable in GTGenericStackDebugger (details / githubweb)
  76. remove non-referenced class vars from MetacelloConfigTemplate and MetacelloConfigTemplateExample (details / githubweb)
  77. Update tests that depended on specific values of the hash of SmallIntegers (details / githubweb)
  78. Put test hash method in proper category (details / githubweb)
  79. Make testIsHealthy much more likely to succeed in testing what it tries to test (details / githubweb)
  80. Adding  a delegation of the name of the test for ParametrizedTests (details / githubweb)
  81. merge spec 0.8.3 (details / githubweb)
  82. add a way to access the most inner command on a decoration chain (details / githubweb)
  83. merge newtools 0.5.2 (details / githubweb)
  84. remove two class vars that are not referenced (details / githubweb)
  85. remove unused class vars from CP1253TextConverter and LanguageEnvironment (details / githubweb)
  86. Add option to rename a method only in specific packages (details / githubweb)
  87. Update BaselineOfIDE.class.st (details / githubweb)
  88. Improve some warnings messages (details / githubweb)
  89. Add command for rename method in specific packages refactoring (details / githubweb)
  90. Add new option to convert temporaries in instance variables (details / githubweb)
  91. Fix broken test (details / githubweb)
  92. remove a class var that is not referenced in FT2Handle (details / githubweb)
  93. remove unused class vars in FTSizeRec (details / githubweb)
  94. remove duplicate methods (details / githubweb)
  95. fix an error happening when debugger should be raised in middle of a test (details / githubweb)
  96. add inspection to block closure (details / githubweb)
  97. removed dependency (details / githubweb)
  98. remove unused class var from WindowsStore class (details / githubweb)
  99. remove unused class variable from calss Locale (details / githubweb)
  100. new fix (details / githubweb)
  101. remove unused ivar from RBItemsSelectionPresenter (details / githubweb)
  102. fix the problem of unused class vars in CDClassWithFullDefinitionExample by adding accessors (details / githubweb)
  103. Update refactoring, to clean transformed class and their subclasses (details / githubweb)
  104. Improve message in preconditions (details / githubweb)
  105. Add test and refactor (details / githubweb)
  106. remove unsused class var from ISO88597TextConverter (details / githubweb)
  107. Increasing the number of stack pages. The number of stack pages is fixed and does not grow. The number of stack pages limit the current number of processes in the image. As each running process requires a stack page, everytime a page need to be allocated and there is not free one, all the contexts have to be divorced. The previous value was 8, and we can check that there is a lot of free pages. It can be checked with "Smalltalk vm parameterAt: 61" (details / githubweb)
  108. Rule for setUp and tearDown should be applied for TestResource too (details / githubweb)
  109. Icon for abstract classes (details / githubweb)
  110. Refactor methods to use Factory class instead of RB*Change classes directly (details / githubweb)
  111. Remove #group (details / githubweb)
  112. Remove #group (details / githubweb)
  113. remove unused class var. fixes #8613 (details / githubweb)
  114. Fix #8621 (details / githubweb)
  115. This improves #testNoUnusedClassVariablesLeft (details / githubweb)
  116. remove the send of the non existing selector (details / githubweb)
  117. column width calculous was not considering verticalScrollBarWidth (which can be 0 if not present) (details / githubweb)
  118. This fixes a decompile problem: when a super is in a full block on the class side, the decompiler can not create an intermediate variable for it. (details / githubweb)
  119. make testSuperCallInBlockClassSide its own test (details / githubweb)
  120. remove RBTransformationRuleTestData1 for now (details / githubweb)
  121. Update Behavior.extension.st (details / githubweb)
  122. improve the browse of versions by allowing selection of repository if method to query is present in more than one. (details / githubweb)
  123. Inconsistent casing in Debug menu item (details / githubweb)
  124. Uncommenting to lines in ClyTextEditor so that Cmd-n and Cmd-m in the calypso browser select the whole line the carret is on before operating (details / githubweb)
  125. When opening a debugger on an exception, adding contextual  information  to that exception (details / githubweb)
  126. cleanup the unused class var in RBTransformationRuleTestData1 by adding an accessor (the ivar has one already) (details / githubweb)
  127. add accessor for unused class var that is used for testing (details / githubweb)
  128. Refactoring Exception hierarchy extension with double dispatch (details / githubweb)
  129. Debugger inspection for null exceptions (details / githubweb)
  130. add reference to unreferenced ivar in LiteralVariableTest (details / githubweb)
  131. Keeps the encrypted state when changing the font of the Rubric TextField (details / githubweb)
  132. Building debugger inspector exception nodes (details / githubweb)
  133. fix a unused class var by adding an accessor (details / githubweb)
  134. Remove hardcoded classSlots definition, the builder knows how to find the correct definition (details / githubweb)
  135. Refactoring and correctly updating the inspector debugger context (details / githubweb)
  136. Making sure the debug session exception is updated at each step (details / githubweb)
  137. Fixing how undefined objects test for undefined variable by recovering the correct context with full blocks. (details / githubweb)
  138. Add support for traits in rbModel (details / githubweb)
  139. Add tests to validate the new model when rename class and method called from a trait method (details / githubweb)
  140. Fix rename shortcut (details / githubweb)
  141. Add commands to use new refactorings with commander2 in Method context (details / githubweb)
  142. Configuring dynamically stack filtering when stepping into kernel code. (details / githubweb)
  143. Adding button to toggle stack filtering on and off from the debugger (details / githubweb)
  144. Added a deprecation proposed by DepMiner (details / githubweb)
  145. Update commander1 commands to use new activator (details / githubweb)
  146. Refactor and add a way to use commands in commander2 for refactorings (details / githubweb)
  147. merge spec 0.8.4 (details / githubweb)
  148. restore deprecated test (details / githubweb)
  149. categorize correctly (details / githubweb)
  150. Making Calypso to use the KM printer and improving the KMShortcutPrinter implementation to handle combinations and single shortcuts (details / githubweb)
  151. Fixes: #7756 new try (details / githubweb)
  152. merge newtools 0.5.3 (details / githubweb)
  153. Change messages when remove a class, now only show the message 'Do you want to remove anyway?'  when the user accepted that the IDE show him any of the references, subclasses or users of the class that will be deleted (details / githubweb)
  154. Add method comment (details / githubweb)
  155. Remove unnecessary initialization (details / githubweb)
  156. Remove comment (details / githubweb)
  157. RubAbstractTextArea should delegate to the superclass when setting the extent and not in wrapping mode. (details / githubweb)
  158. Move SDL_HINT_RENDER_SCALE_QUALITY setting to non-OSX platforms (details / githubweb)
  159. Activate smart characters even when in completion position (details / githubweb)
  160. Moving the initialization of the repositories to Pharo and adding the iceberg one. (details / githubweb)
  161. - add test (details / githubweb)
  162. Fix #8698 (details / githubweb)
  163. Update to delete use of unnecessary and: (details / githubweb)
  164. unskip #testNoUnusedClassVariablesLeft (details / githubweb)
  165. AbstractSessionHandler should be abstract (details / githubweb)
  166. ReAbstractRuleTestCase should be abstract (details / githubweb)
  167. - add RBFooDummyLintRuleTest  RBDummyLintRuleTest as exception: this is test data (details / githubweb)
Changes
  1. upgrading Pharo 9 with Roassal 0.9.6 (details / githubweb)
  2. remove #defaultWorldMenu and the registration in WorldMorph>>#initialize (details / githubweb)
  3. Update BaselineOfIDE.class.st (details / githubweb)
  4. Adding deprecations that were recommended by DepMiner (accepted by 1 reviewer) (details / githubweb)
  5. Add new package model, add change package class (details / githubweb)
  6. Adding non-transforming deprecations that were suggested by DepMiner and accepted by Guille (details / githubweb)
  7. Adding one more deprecation to this PR (details / githubweb)
  8. Add refactoring (details / githubweb)
  9. Update to add RBPackageRename changes to  RBNamespaces changes (details / githubweb)
  10. Update to fix undo refactoring for rename package, and add command to rename package from refactoring (details / githubweb)
  11. Add tests (details / githubweb)
  12. Add new refactoring (details / githubweb)
  13. Add tests for new refactoring (details / githubweb)
  14. Enhance Push Up method refactoring message (details / githubweb)
  15. Fix broken tests (details / githubweb)
  16. merge spec2 0.8.2 (details / githubweb)
  17. What happens is that we visit the last literal of the block for effect, which in case of literals is opimized to do nothing. (details / githubweb)
  18. - add tests for deletion of slots from a Trait: #testChangingDeleteSlot and #testChangingDeleteSlot2Slots (details / githubweb)
  19. Adding support for marshalling ByteArrays for char* parameters. (details / githubweb)
  20. fix tests (details / githubweb)
  21. fix clickTab: event (details / githubweb)
  22. Fixing the order of testing... as ExternalAddress are ByteArray (aggghhh) (details / githubweb)
  23. - add a test case for the pronlem: #testToDo (details / githubweb)
  24. - Deprecated Point>>#dist: (in favour of Point>>#distanceTo:) (details / githubweb)
  25. Senders of Point>>#dist: rewritten to use Point>>#distanceTo: (details / githubweb)
  26. fixed anothe batch of tests (details / githubweb)
  27. this should be working (details / githubweb)
  28. Add preview to select variables when apply abstract variable refactoring from class context (details / githubweb)
  29. Update to use new preview in PushDown refactoring (details / githubweb)
  30. Rename presenters (details / githubweb)
  31. fixes #4011. nextObject implementation from SmallInteger copied to Character and SmallFloat64 (details / githubweb)
  32. fixed two comments (details / githubweb)
  33. merging Alex's changes (details / githubweb)
  34. Adding a work around to for getting the environment variables in Windows. (details / githubweb)
  35. push up icon providers to application (because they need to be defined there) (details / githubweb)
  36. fixes #8551 (details / githubweb)
  37. iconProvider was pushed to SpApplication (details / githubweb)
  38. Add abstract GUI to select an item from a dropList, and choose elements from a list. Change preview of push down method, using the new GUI. Remove old GUIs of push up and push down (details / githubweb)
  39. fix tests (thanks Pablo!) (details / githubweb)
  40. supprot both using a symbol or and array for #--, this way we are compatible to the old style (details / githubweb)
  41. Small fix for CDTraitCompositionBuilder to support symbols (details / githubweb)
  42. Add to more tests: testChangingDeleteSlotAddVar testChangingDeleteSlotAndAlias (details / githubweb)
  43. keyDown receives a number, keyPressed a char as keyCode (details / githubweb)
  44. Fix cancel error in generate accessors preview (details / githubweb)
  45. a small cleanup to make all the #children methods work the same: (details / githubweb)
  46. Form class>>#services changed to allow easy extension of the options when an image file is drag'n'dropped onto the image (details / githubweb)
  47. fix test (details / githubweb)
  48. Changing to use the headless latest as the VM (details / githubweb)
  49. TaRenameSlot was copying the slot and then changing the name. (details / githubweb)
  50. Changing to 90 the vm of the kernel tests (details / githubweb)
  51. 32bits images should use the default vm (details / githubweb)
  52. - ups, got confused with rename vs remove. is has to be TaRenamedSlotWrapper (details / githubweb)
  53. fixes #8308 (details / githubweb)
  54. Update bootstrap/scripts/runTests.sh (details / githubweb)
  55. This PR removed the tests cases from Deprecated90. (details / githubweb)
  56. Adding support for parametrized tests. (details / githubweb)
  57. Update senders of inst var and methods, calling a intance of class (details / githubweb)
  58. Updates of comments (details / githubweb)
  59. Adding missing return to break the recursion. (details / githubweb)
  60. Removed Rectangle >> newRectButtonPressedDo: as suggested by Stephane (details / githubweb)
  61. Handling correctly the recursive step when the size of the buffer is not the correct one. (details / githubweb)
  62. FFICallbackParametersTest remove non-referenced clas var (details / githubweb)
  63. The buffer generated with the encoded string in UTF8 should be null terminated. (details / githubweb)
  64. This PR fixes a part of issue  #8575: putting breakpoints on literal arrays (details / githubweb)
  65. Update BaselineOfIDE.class.st (details / githubweb)
  66. - turn the example from the issue into #exampleBlockOptimized and write #testBeforeBlockSequenceOptimized (details / githubweb)
  67. Implement #clipboardText as described in the issue tracker. (details / githubweb)
  68. remove #buildPatchShortcutsForDoItInWindowsOn: as described in the issue (details / githubweb)
  69. Update message (details / githubweb)
  70. Change newHorizontal to newLeftToRight and newVertical to newTopToBotton (details / githubweb)
  71. Fix broken test (details / githubweb)
  72. Use hashMultiply for SmallInteger>>hash (details / githubweb)
  73. - remove #readFromOldFormat: (it raises a hard error anyway) (details / githubweb)
  74. - remove not needed comment (details / githubweb)
  75. remove an used class variable in GTGenericStackDebugger (details / githubweb)
  76. remove non-referenced class vars from MetacelloConfigTemplate and MetacelloConfigTemplateExample (details / githubweb)
  77. Update tests that depended on specific values of the hash of SmallIntegers (details / githubweb)
  78. Put test hash method in proper category (details / githubweb)
  79. Make testIsHealthy much more likely to succeed in testing what it tries to test (details / githubweb)
  80. Adding  a delegation of the name of the test for ParametrizedTests (details / githubweb)
  81. merge spec 0.8.3 (details / githubweb)
  82. add a way to access the most inner command on a decoration chain (details / githubweb)
  83. merge newtools 0.5.2 (details / githubweb)
  84. remove two class vars that are not referenced (details / githubweb)
  85. remove unused class vars from CP1253TextConverter and LanguageEnvironment (details / githubweb)
  86. Add option to rename a method only in specific packages (details / githubweb)
  87. Update BaselineOfIDE.class.st (details / githubweb)
  88. Improve some warnings messages (details / githubweb)
  89. Add command for rename method in specific packages refactoring (details / githubweb)
  90. Add new option to convert temporaries in instance variables (details / githubweb)
  91. Fix broken test (details / githubweb)
  92. remove a class var that is not referenced in FT2Handle (details / githubweb)
  93. remove unused class vars in FTSizeRec (details / githubweb)
  94. remove duplicate methods (details / githubweb)
  95. fix an error happening when debugger should be raised in middle of a test (details / githubweb)
  96. add inspection to block closure (details / githubweb)
  97. removed dependency (details / githubweb)
  98. remove unused class var from WindowsStore class (details / githubweb)
  99. remove unused class variable from calss Locale (details / githubweb)
  100. new fix (details / githubweb)
  101. remove unused ivar from RBItemsSelectionPresenter (details / githubweb)
  102. fix the problem of unused class vars in CDClassWithFullDefinitionExample by adding accessors (details / githubweb)
  103. Update refactoring, to clean transformed class and their subclasses (details / githubweb)
  104. Improve message in preconditions (details / githubweb)
  105. Add test and refactor (details / githubweb)
  106. remove unsused class var from ISO88597TextConverter (details / githubweb)
  107. Increasing the number of stack pages. The number of stack pages is fixed and does not grow. The number of stack pages limit the current number of processes in the image. As each running process requires a stack page, everytime a page need to be allocated and there is not free one, all the contexts have to be divorced. The previous value was 8, and we can check that there is a lot of free pages. It can be checked with "Smalltalk vm parameterAt: 61" (details / githubweb)
  108. Rule for setUp and tearDown should be applied for TestResource too (details / githubweb)
  109. Icon for abstract classes (details / githubweb)
  110. Refactor methods to use Factory class instead of RB*Change classes directly (details / githubweb)
  111. Remove #group (details / githubweb)
  112. Remove #group (details / githubweb)
  113. remove unused class var. fixes #8613 (details / githubweb)
  114. Fix #8621 (details / githubweb)
  115. This improves #testNoUnusedClassVariablesLeft (details / githubweb)
  116. remove the send of the non existing selector (details / githubweb)
  117. column width calculous was not considering verticalScrollBarWidth (which can be 0 if not present) (details / githubweb)
  118. This fixes a decompile problem: when a super is in a full block on the class side, the decompiler can not create an intermediate variable for it. (details / githubweb)
  119. make testSuperCallInBlockClassSide its own test (details / githubweb)
  120. remove RBTransformationRuleTestData1 for now (details / githubweb)
  121. Update Behavior.extension.st (details / githubweb)
  122. improve the browse of versions by allowing selection of repository if method to query is present in more than one. (details / githubweb)
  123. Inconsistent casing in Debug menu item (details / githubweb)
  124. Uncommenting to lines in ClyTextEditor so that Cmd-n and Cmd-m in the calypso browser select the whole line the carret is on before operating (details / githubweb)
  125. When opening a debugger on an exception, adding contextual  information  to that exception (details / githubweb)
  126. cleanup the unused class var in RBTransformationRuleTestData1 by adding an accessor (the ivar has one already) (details / githubweb)
  127. add accessor for unused class var that is used for testing (details / githubweb)
  128. Refactoring Exception hierarchy extension with double dispatch (details / githubweb)
  129. Debugger inspection for null exceptions (details / githubweb)
  130. add reference to unreferenced ivar in LiteralVariableTest (details / githubweb)
  131. Keeps the encrypted state when changing the font of the Rubric TextField (details / githubweb)
  132. Building debugger inspector exception nodes (details / githubweb)
  133. fix a unused class var by adding an accessor (details / githubweb)
  134. Remove hardcoded classSlots definition, the builder knows how to find the correct definition (details / githubweb)
  135. Refactoring and correctly updating the inspector debugger context (details / githubweb)
  136. Making sure the debug session exception is updated at each step (details / githubweb)
  137. Fixing how undefined objects test for undefined variable by recovering the correct context with full blocks. (details / githubweb)
  138. Add support for traits in rbModel (details / githubweb)
  139. Add tests to validate the new model when rename class and method called from a trait method (details / githubweb)
  140. Fix rename shortcut (details / githubweb)
  141. Add commands to use new refactorings with commander2 in Method context (details / githubweb)
  142. Configuring dynamically stack filtering when stepping into kernel code. (details / githubweb)
  143. Adding button to toggle stack filtering on and off from the debugger (details / githubweb)
  144. Added a deprecation proposed by DepMiner (details / githubweb)
  145. Update commander1 commands to use new activator (details / githubweb)
  146. Refactor and add a way to use commands in commander2 for refactorings (details / githubweb)
  147. merge spec 0.8.4 (details / githubweb)
  148. restore deprecated test (details / githubweb)
  149. categorize correctly (details / githubweb)
  150. Making Calypso to use the KM printer and improving the KMShortcutPrinter implementation to handle combinations and single shortcuts (details / githubweb)
  151. Fixes: #7756 new try (details / githubweb)
  152. merge newtools 0.5.3 (details / githubweb)
  153. Change messages when remove a class, now only show the message 'Do you want to remove anyway?'  when the user accepted that the IDE show him any of the references, subclasses or users of the class that will be deleted (details / githubweb)
  154. Add method comment (details / githubweb)
  155. Remove unnecessary initialization (details / githubweb)
  156. Remove comment (details / githubweb)
  157. RubAbstractTextArea should delegate to the superclass when setting the extent and not in wrapping mode. (details / githubweb)
  158. Move SDL_HINT_RENDER_SCALE_QUALITY setting to non-OSX platforms (details / githubweb)
  159. Activate smart characters even when in completion position (details / githubweb)
  160. Moving the initialization of the repositories to Pharo and adding the iceberg one. (details / githubweb)
  161. - add test (details / githubweb)
  162. Fix #8698 (details / githubweb)
  163. Update to delete use of unnecessary and: (details / githubweb)
  164. unskip #testNoUnusedClassVariablesLeft (details / githubweb)
  165. AbstractSessionHandler should be abstract (details / githubweb)
  166. ReAbstractRuleTestCase should be abstract (details / githubweb)
  167. - add RBFooDummyLintRuleTest  RBDummyLintRuleTest as exception: this is test data (details / githubweb)

Pull request #8550 closed at 5:28:38 PM on Mar 8, 2021

Revision: 521942688028cebe919d69f3000dd65e76134e4c
Repository: https://github.com/pharo-project/pharo.git
  • PR-8550
Test Result (11 failures / +1)Show all failed tests >>>
Revision: 7c3a88fab70ee2fc1a3cfedc94231cf69fecacbc
Repository: https://github.com/pharo-project/pharo.git
  • PR-8550
Revision: 1ca1508ced6d8fcc12877a85bef78dc158d09eb6
Repository: https://github.com/pharo-project/pharo.git
  • PR-8550