Skip to content
Started 15 days ago
Took 37 min
Failed

Build #13 (Apr 27, 2024, 11:00:07 PM)

Build Artifacts
Changes
  1. Trying to avoid parentOfTree: (details / githubweb)
  2. Clean useless parenthesis (details / githubweb)
  3. Move utilities methods from ParseTreeRewriter to their only user. (details / githubweb)
  4. Rename calculateTree (details / githubweb)
  5. Adding accessors for driver interaction (details / githubweb)
  6. Just a silly test for selector generation (details / githubweb)
  7. Introduction of a draft driver + exposing command in menu (details / githubweb)
  8. Junk to be cleaned (details / githubweb)
  9. - Remove parentOfSubtree: sine it is not used anymore. (details / githubweb)
  10. simple formating. (details / githubweb)
  11. rescuing the removal of a method (details / githubweb)
  12. Fixing API to accept only class name! (details / githubweb)
  13. remove unnecessary argument emtpy dictionary (details / githubweb)
  14. regrouping needsReturn to the set of analysis. (details / githubweb)
  15. Cleaning messageSendWith: (details / githubweb)
  16. Adding a nice comment to an important place. (details / githubweb)
  17. Adding comment and making RBAbstractClass allMethods nicer (details / githubweb)
  18. Deprecated method as compiledMethod in RBMethod (details / githubweb)
  19. Starting to write tests for a method equivalent tree checker. (details / githubweb)
  20. Remove unused methods and cleanups (details / githubweb)
  21. Cleanup: deprecation use `compiledMethod` instead of `method` (details / githubweb)
  22. Feat: first iteration of equivalent tree checker implementation (details / githubweb)
  23. Refactor: deprecate `whoDefinesMethod:` with `whichClassIncludesSelector:` (details / githubweb)
  24. Refactor: improve naming and add comments to EquivalentTreeChecker (details / githubweb)
  25. Test: data for testing EquivalentTreeChecker (details / githubweb)
  26. Feat: using new EquivalentTreeChecker in ExtractMethodTransformation!!! (details / githubweb)
  27. Cleanup: deprecation rewrites of `whoDefinesMethod:` -> `whichClassIncludesSelector:` (details / githubweb)
  28. Cleanup: deprecation rewrites of `mehtod` -> `compiledMethod` (details / githubweb)
  29. Test: add comments for equivalent tree checker (details / githubweb)
  30. Refactor: rename `checkEquivalentTreeFor:` -> `findEquivalentTreeFor:` (details / githubweb)
  31. Rename: `RBExtractMethodTransformation` -> `ReCompositeExtractMethodRefactoring` (details / githubweb)
  32. Cleanup: remove bunch of dead code in `ReCompositeExtractMethodRefactoring` (details / githubweb)
  33. Refactor: change api of RemoveSubtreeTransformation (details / githubweb)
  34. Refactor: remove popup from extract setUp method refactoring (details / githubweb)
  35. Refactor: rename test class for composite extract method refactoring (details / githubweb)
  36. Refactor: extract code for `addReturnIfNeeded` (details / githubweb)
  37. Feat: custom transformation that adds super call as first statement (details / githubweb)
  38. Docs: comment for add super send (details / githubweb)
  39. Feat: first iteration of extract `setUp` method that can extract statement + tests (details / githubweb)
  40. Feat: enable Mutation operator to set selector for the new method without UI (details / githubweb)
  41. Feat: interval based API for invoking CompositeExtractMethodRefactoring (details / githubweb)
  42. Feat: turn assignment vars into inst vars in setUp method (details / githubweb)
  43. Cleanup: add missing protocol (details / githubweb)

Push event to branch Pharo13 at 10:25:23 PM on Apr 27, 2024

This run spent:

  • 34 min waiting;
  • 37 min build duration;
  • 1 hr 12 min total from scheduled to completion.
Revision: 4ca1de3f6bea837bdb7abff26ab25240d65da48d
Repository: https://github.com/pharo-project/pharo.git
  • Pharo13