Hi, Cincom...
(now that Alan is not more there, I don't know who to send...:)) Browsing the code, I found this method: Store.Glorp.PundleVersionSelector>>buttonEnablement
(builder componentAt: #AcceptButton) widget isEnabled: mergeList list isNotEmpty this reference #isNotEmpty instead of #notEmpty
because isNotEmpty "Compatibility message; please use the ANSI standard notEmpty instead."
^self notEmpty just a clean up ciao giorgio _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
I believe Alan still reads and responds in the Glorp mailing list. From: [hidden email] on behalf of giorgio ferraris Sent: Sun 9/30/2012 10:22 AM To: Visualworks Mailing List Subject: [vwnc] clean-up senders of isNotEmpty Hi, Cincom...
(now that Alan is not more there, I don't know who to send...:))
Browsing the code, I found this method:
Store.Glorp.PundleVersionSelector>>buttonEnablement
(builder componentAt: #AcceptButton) widget isEnabled: mergeList list isNotEmpty
this reference #isNotEmpty instead of #notEmpty
because
isNotEmpty
"Compatibility message; please use the ANSI standard notEmpty instead."
^self notEmpty just a clean up
ciao
giorgio
_______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
In reply to this post by giorgiof
This is Store-specific though, so I doubt that he’d care much about it ;) -Boris From: [hidden email] [mailto:[hidden email]]
On Behalf Of Kooyman, Les I believe Alan still reads and responds in the Glorp mailing list. From:
[hidden email] on behalf of giorgio ferraris Hi, Cincom... (now that Alan is not more there, I don't know who to send...:)) Browsing the code, I found this method: Store.Glorp.PundleVersionSelector>>buttonEnablement (builder componentAt: #AcceptButton) widget isEnabled: mergeList list isNotEmpty this reference #isNotEmpty instead of #notEmpty because isNotEmpty "Compatibility message; please use the ANSI standard notEmpty instead." ^self notEmpty just a clean up ciao giorgio _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
In reply to this post by giorgiof
Dear Giorgio,
created AR 66295 PundleVersionSelector>>buttonEnablement calls non-ANSI isNotEmpty Yours faithfully Niall Ross giorgio ferraris wrote: >Hi, Cincom... > >(now that Alan is not more there, I don't know who to send...:)) >Browsing the code, I found this method: > >Store.Glorp.PundleVersionSelector>>buttonEnablement >(builder componentAt: #AcceptButton) widget isEnabled: mergeList list >isNotEmpty > >this reference #isNotEmpty instead of #notEmpty > >because > >isNotEmpty >"Compatibility message; please use the ANSI standard notEmpty instead." > >^self notEmpty > >just a clean up > >ciao > >giorgio > > > >------------------------------------------------------------------------ > >_______________________________________________ >vwnc mailing list >[hidden email] >http://lists.cs.uiuc.edu/mailman/listinfo/vwnc > > _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Free forum by Nabble | Edit this page |