Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

about blessing: and others #154

Open
GoogleCodeExporter opened this issue Mar 24, 2015 · 9 comments
Open

about blessing: and others #154

GoogleCodeExporter opened this issue Mar 24, 2015 · 9 comments

Comments

@GoogleCodeExporter
Copy link

Stef has a set of feature requests that he'd like included in Metacello:

http://forum.world.st/about-blessing-and-others-td3865700.html

Original issue reported on code.google.com by [email protected] on 27 Oct 2011 at 8:51

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 18 Jan 2012 at 7:03

  • Added labels: Milestone-1.0-beta.32, Priority-Critical
  • Removed labels: Priority-Medium

@GoogleCodeExporter
Copy link
Author

Highlights of requests:

===
 spec baseline. 
 spec version: #development 
instead of:
 spec blessing: #baseline
 spec blessing: #development
or: 
        declareBaseline 
        declareVersion: 
===
 version: 
instead of:
 versionString:

 load:
instead of: 
 loads:

 package:
instead of:
 file:

giving:
      spec 
        className: 'ConfigurationOfCoolBrowser'; 
               version: '0.6'; 
               load: #('ALL' ); 
               package: 'CoolBrowser-Metacello'; 
               repository: 'http://www.example.com/CoolBrowser' ]. 
instead of:
      spec 
        className: 'ConfigurationOfCoolBrowser'; 
               versionString: '0.6'; 
               loads: #('ALL' ); 
               file: 'CoolBrowser-Metacello'; 
               repository: 'http://www.example.com/CoolBrowser' ]. 

className: (Issue 161) and file: are redundant (only supplied when defaults 
aren't used).

So the minimal spec could be:
      spec 
               version: '0.6'; 
               repository: 'http://www.example.com/CoolBrowser' ]. 
------------------------------------------------------------------------
I think we can do better with explicit specification of baseline and version, 
basically deprecating the blessing? 

And we can get by with the minimal spec as well ...

Original comment by [email protected] on 18 Jan 2012 at 8:02

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

Issue 161 has been merged into this issue.

Original comment by [email protected] on 18 Jan 2012 at 8:03

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

sounds great!

Original comment by [email protected] on 19 Jan 2012 at 7:43

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 25 Jan 2012 at 6:28

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 25 Jan 2012 at 10:35

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

className: made optional in Metacello 1.0-beta.32 (dkh.674)

Original comment by [email protected] on 26 Jan 2012 at 7:27

  • Changed state: Started
  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 26 Jan 2012 at 7:52

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

version: has been allowed since versionString: was added ... just haven't 
publicized it...

`load:` -- https://github.com/dalehenrich/metacello-work/issues/13

No real need to support #package:, since the #file: attribute isn't really used 
anymore ...

Original comment by [email protected] on 19 May 2012 at 10:05

  • Added labels: ****
  • Removed labels: ****

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant