[squeak-dev] The Trunk: Compiler-ct.461.mcz

commits at source.squeak.org commits at source.squeak.org
Thu May 5 19:12:26 UTC 2022


Christoph Thiede uploaded a new version of Compiler to project The Trunk:
http://source.squeak.org/trunk/Compiler-ct.461.mcz

==================== Summary ====================

Name: Compiler-ct.461
Author: ct
Time: 1 November 2021, 10:25:20.583439 pm
UUID: 54d8cf25-d890-4249-a344-ad0bac974d38
Ancestors: Compiler-eem.460

Revise description of #prefAllowUnicharSymbol. '#,' is indeed allowed always (#(1) perform: #, with: #(2)) but '#' (pure hash) is not.

=============== Diff against Compiler-eem.460 ===============

Item was changed:
  ----- Method: Scanner class>>prefAllowUnicharSymbol (in category 'preferences') -----
  prefAllowUnicharSymbol
  	"Accessor for the system-wide preference"
+ 	<preference: 'Allow symbols with unique character like #.'
- 	<preference: 'Allow symbols with unique character like #,'
  		category: 'Compiler'
+ 		description: 'When true, the historical syntax #., #,, or # is allowed.'
- 		description: 'When true, the historical syntax #, #; or #. is allowed.'
  		type: #Boolean>
  	^AllowUnicharSymbol ifNil: [false]!



More information about the Squeak-dev mailing list