[squeak-dev] [Squeak5.3a][Test] RefactoringTools --> deprecation warning in Sunit-tests when version for 5.2 is used / maintainer?

tim Rowledge tim at rowledge.org
Mon Sep 9 16:46:47 UTC 2019



> On 2019-09-09, at 12:53 AM, Tobias Pape <Das.Linux at gmx.de> wrote:
> 
> I'd say that, if we use Metacello, lets use the new form consistently:
> 
> 	Metacello  new
> 		"squeaksource: 'MetacelloRepository'; "  "<-- this is the default for mcz-based Configurations"
> 		configuration: 'RefactoringTools';
> 		"verison: #stable; "  "<-- this is the default"
> 		load.

If those are defaults then why not allow
Metacello new
	load:: 'RefactoringTools'
?
And I do hope the search for the configuration name is case insensitive.

tim
--
tim Rowledge; tim at rowledge.org; http://www.rowledge.org/tim
Any program that runs right is obsolete.




More information about the Squeak-dev mailing list