On 03 Aug 2016, at 12:24, GitHub <noreply@github.com> wrote:
Branch: refs/heads/6.0 Home: https://github.com/pharo-project/pharo-core Commit: 94fcf44742b41d7898726b57a76edc70fb1d9aea https://github.com/pharo-project/pharo-core/commit/94fcf44742b41d7898726b57a... Author: Jenkins Build Server <board@pharo-project.org> Date: 2016-08-03 (Wed, 03 Aug 2016)
Log Message: ----------- 60165 Moose
Fixes these issues: - case 18691 - case 18471 - case 18244 - case 18708 - GT-InspectorExtensions: only show methods for the current class, added basic example for RBCondition - Uses Pragma>>#methodSelector instead of Pragma>>#selector (case 18665). - Uses Behavior>>#classLayout instead of Behavior>>#layout (case 16636). - Uses CompiledMethod>>#sourceCode instead of CompiledMethod>>#getSource (case 18694). - GT-EventRecorder: Add a basic recorder event Marcus