Manuscript (Case [Issue]22756) _Inbox - Yourself comment is wrong.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Manuscript (Case [Issue]22756) _Inbox - Yourself comment is wrong.

Pharo Issue Tracker
Manuscript Notification
avatar
Stephane Ducasse opened Case 22756: Yourself comment is wrong. and assigned it to Everyone:
First Impression Counts in Project:  _Inbox: Not Spam  •  You are subscribed to this case
The comments says:

Stepping back using a cascade and yourself is equivalent to declare a variable, assign the expression and return the variable as follows:
| a |
a := #('hello' 'world') at: 2 put: 'pharo'.
a

but it should be

Stepping back using a cascade and yourself is equivalent to declare a variable, assign the expression and return the variable as follows:
| a |
a := #('hello' 'world').
a at: 2 put: 'pharo'.
a
Priority Priority: 5 – Fix If Time Status Status: Work Needed
Assigned To Assigned to: Everyone Milestone Milestone: Pharo7.0

Go to Case
No longer need updates? Unsubscribe from this case.

Don't want Manuscript notifications anymore? Update your preferences.

Manuscript

_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
https://lists.gforge.inria.fr/mailman/listinfo/pharo-bugtracker