[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Fri Apr 1 23:55:02 UTC 2011


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

http://lists.squeakfoundation.org/pipermail/packages/2011-April/004470.html

Name: Tools-eem.304
Ancestors: Tools-nice.303

Debugger:
	- use the selectedContext's method when browsing
	  senders and implementors.
	- do not discard changes if the compilation of an edited
	  method fails when in a block.

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

http://lists.squeakfoundation.org/pipermail/packages/2011-April/004471.html

Name: Collections-ul.436
Ancestors: Collections-nice.435

Improved #beginsWith: and #endsWith: implementations.

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

http://lists.squeakfoundation.org/pipermail/packages/2011-April/004472.html

Name: Compiler-ul.202
Ancestors: Compiler-nice.201

- reject literals with superfluous # at the beginning, like #$a #123 ##foo ##(1 2 3), etc
- introduced #character type for characters instead of #number (part 1)

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

http://lists.squeakfoundation.org/pipermail/packages/2011-April/004473.html

Name: Compiler-ul.203
Ancestors: Compiler-ul.202

Scanner changes:
- introduced #character type for characters instead of #number (part 2)
- updated comment
- added a new class variable DoItCharacter. All checks for doIt characters (30) should use this. (part 1)
- moved TypeTable initialization to a separate method
- instance creation uses the common #initialize method instead of #initScanner
- removed #initScanner and the class side #new
- use #== instead of #= for symbol and character comparison
- use #repeat instead of true and #whileTrue for loops
- use #and: instead of #&

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

http://lists.squeakfoundation.org/pipermail/packages/2011-April/004474.html

Name: Compiler-ul.204
Ancestors: Compiler-ul.203

Scanner changes:
- added a new class variable DoItCharacter. All checks for doIt characters (30) should use this. (part 2)
- reuse buffer in #xDoubleQuote instead of a custom stream

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

http://lists.squeakfoundation.org/pipermail/packages/2011-April/004475.html

Name: Morphic-ul.527
Ancestors: Morphic-nice.526, Morphic-ul.526

merged

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

http://lists.squeakfoundation.org/pipermail/packages/2011-April/004476.html

Name: Morphic-ul.526
Ancestors: Morphic-dtl.525

- added an accessor for TextEditor's model
- updated TextEditor >> #referencesToIt to find bindings using the model if possible. This makes it possible to find references to variables from a shared pool from a browser.

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



More information about the Squeak-dev mailing list