Daily Commit Log

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

Daily Commit Log

commits-2
Changes to Trunk (http://source.squeak.org/trunk.html) in the last 24 hours:

http://lists.squeakfoundation.org/pipermail/packages/2013-September/006402.html

Name: Protocols-nice.45
Ancestors: Protocols-nice.44

Vocabulary class>>typeChoices throws an error if Preferences>>allowEtoysUserCustomEvents is false
Mantis #7786

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2013-September/006403.html

Name: System-nice.595
Ancestors: System-fbs.594

Remove an unimplemented send of #signalFrom:to:
Don't use DomainError in this context, it should better be restricted for mathematical function.
This is because having a too broad usage of an Exception makes its handling impracticle
For example:
    someBlock on: DomainError do: [:exc | exc return: Float nan]
sounds legitimate, but wouldn't really work if DomainError is raised for any parameter having a restricted domain.

=============================================