Skip to content
Failed

Changes

Summary

  1. Rename SqueakEpoch to Epoch (details)
  2. Add rule for Point x: x y: y -> x@y (details)
  3. improvement rule for Point x:x y:y -> x@y (details)
Commit 0aab7480ffe13aeec33c527d8f817d8c54b9ee69 by cyril
Rename SqueakEpoch to Epoch

Fixes #6852
The file was modified src/System-Time/Date.class.st (diff)
The file was modified src/System-Time/DateAndTime.class.st (diff)
The file was modified src/Refactoring-Core-Tests/RBSharedPoolTest.class.st (diff)
The file was modified src/System-Time/ChronologyConstants.class.st (diff)
Commit 670927d814fb9ccdb9d6c244418cccc2c982cfad by angel.hely0542
Add rule for Point x: x y: y -> x@y

This pull request propose a new rule for the creation of instance Point
#14302
The file was addedsrc/General-Rules/RePointRule.class.st
The file was addedsrc/General-Rules-Tests/RePointRuleTest.class.st
Commit 256f2c2339deec272ee0580b21940532a8fadbcd by angel.hely0542
improvement rule for Point x:x y:y -> x@y

this commit improve RePointRule class to check additionally for Point being the receiver of the message
The file was modified src/General-Rules/RePointRule.class.st (diff)
The file was modified src/General-Rules-Tests/RePointRuleTest.class.st (diff)