|
Metacello
|
Topics
|
Posts
|
Last Post
|
|
With the direction that I am currently headed, if one wanted to load multiple projects in a Metacello script one would write the following:
Metacello new
project: 'Seaside30';
load;
project: 'Sample';
filetree: '/foos1/users/dhenrich/smalltalk/sample/';
load;...
|
1 |
1 |
|
|
In mapping Metacello to a git-based repository system (versioned directory structure as opposed to versions of files in a directory) the first thing that happens is we no longer need to manage versions in the Metacello configuration ... when you checkout a directory structure from git the files that...
|
2 |
54 |
|
|
Status: Accepted
Owner: henrichs...@gmail.com
Labels: Type-Defect Priority-Medium Product-Core Milestone-1.0-beta.32
New issue 176 by henrichs...@gmail.com: should have #ensureCoreMetacello
for absolute minimal load
http://code.google.com/p/metacello/issues/detail?id=176
see Jan van de...
|
1 |
1 |
|
|
Just sharing a use-cases for having some kind of history log/tracking of
packages loaded. (I don't know if there is something already existing)
1. I have a production image and a playground image. I am now
interested in moving into production something that I loaded into the
playground...
|
1 |
2 |
|
|
I'm thinking that the repository lookup list not be implemented a simple array of repositories, but as a segmented list with the following components (in lookup order):
platform override repositories - user definable
platform repositories - defined by platform developers
personal...
|
1 |
6 |
|
|
Hello,
When I load a configuration into an image that does not yet contain
Metacello than Metacello is loaded first. In this bootstrap procedure the
HelpSystem and the Metacello-Toolbox are also loaded. Is it possible to
load Metacello without the HepSystem and the Toolbox? I need to prepare...
|
1 |
3 |
|
|
Camilo,
The latest ConfigurationOfFilesystem-CamilloBruni.29 have stable version
'2.0.4'.
dependent on FS-Memory-CamilloBruni.7 which does not exist on squeaksource.
So (Smalltalk at: #ConfigurationOfFilesystem) load.
fails (on Pharo 1.3-13315)
Dale,
I'm not sure if this is a...
|
2 |
2 |
|
|
If you look at the simplest scripting expression:
Metacello new
project: 'Seaside30';
load.
It is clear that we have to support a lookup mechanism to resolve the 'Seaside30' to a particular version of the ConfigurationOfSeaside30 package.
GoferProjectLoader kept an ordered...
|
1 |
1 |
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
stephane ducasse wrote:
Yes. In the beginning, the git (or SVN) tools that support the merge would be used to do the source level merges. Over time, if it is successful I...
|
1 |
3 |
|
|
I haven't completely grokked the entire FSGit experience, however the piece that has intrigued me with the filetree repository that Otto has done is the fusion between monticello and "git" (technically filetree doesn't depend upon git, it just stores monticello package information in a...
|
1 |
1 |
|
|
Status: Accepted
Owner: henrichs...@gmail.com
Labels: Type-Defect Priority-Medium Product-Tutorial
New issue 175 by henrichs...@gmail.com: Tutorial out-of-date for Pharo 1.4
http://code.google.com/p/metacello/issues/detail?id=175
see comment:...
|
0 |
0 |
|
|
To start with we'd basically like to replace the following expressions for loading a Metacello
project:
Gofer new
squeaksource: 'MetacelloRepositorty';
package: 'ConfigurationOfSeaside30';
load.
((Smalltalk at: #ConfigurationOfSeaside30) version: '3.0.6') load:...
|
2 |
3 |
|
|
I've been thinking about the best way for Metacello to have a "minimal presence" in the GemStone, Pharo and Squeak base images. A while ago Colin[1] mentioned that The Squeak board would consider the possiblity of including support for Metacello in the base Squeak image (after the 4.3...
|
3 |
5 |
|
|
Status: Accepted
Owner: henrichs...@gmail.com
Labels: Type-Defect Priority-Medium Product-Core
New issue 164 by henrichs...@gmail.com: Newbie observations on use of
Metacello
http://code.google.com/p/metacello/issues/detail?id=164
Ben Coman makes some good points that shouldn't be...
|
1 |
3 |
|
|
Status: Accepted
Owner: henrichs...@gmail.com
Labels: Type-Defect Priority-Medium Product-Script Milestone-1.0-beta.32
New issue 174 by henrichs...@gmail.com: scripting API suggestions
http://code.google.com/p/metacello/issues/detail?id=174
More good suggestions from Ben Coman...
|
0 |
0 |
|
|
Status: Accepted
Owner: henrichs...@gmail.com
Labels: Type-Feature Priority-Medium Product-Core Milestone-1.0-beta.32
New issue 173 by henrichs...@gmail.com: note: method in ConfigurationOf for
including in-line comments
http://code.google.com/p/metacello/issues/detail?id=173
When the...
|
0 |
0 |
|
|
Status: Accepted
Owner: henrichs...@gmail.com
Labels: Type-Feature Priority-Medium Product-Core Milestone-1.0-beta.32
New issue 172 by henrichs...@gmail.com: Mechanism in validator to identify
departures from recommendations for specifying...
|
0 |
0 |
|
|
Status: Accepted
Owner: henrichs...@gmail.com
Labels: Type-Defect Priority-Medium Product-Core
New issue 154 by henrichs...@gmail.com: about blessing: and others
http://code.google.com/p/metacello/issues/detail?id=154
Stef has a set of feature requests that he'd like included in...
|
5 |
8 |
|
|
Status: Accepted
Owner: henrichs...@gmail.com
Labels: Type-Feature Priority-Medium Product-Core Milestone-1.0-beta.32
New issue 171 by henrichs...@gmail.com: Critical Warning for missing
versionString in baseline project...
|
1 |
1 |
|
|
Hi!
The toolbox is indeed cool. It would be cool to have a addDependency: packageNames to: aVersionName
Is this feasable?
By the way, who is DataCurator ? :-) E.g., Metacello-ToolBox-DataCurator.106
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre...
|
2 |
5 |
|
|
View more » |
|
Monticello
|
Topics
|
Posts
|
Last Post
|
|
No sub-forums
|
|
|
Trying to load grease into old pharo image
|
Topics
|
Posts
|
Last Post
|
|
No replies
|
|
|
n00b question, relation between Monticello and Metacello dependencies?
|
Topics
|
Posts
|
Last Post
|
|
No replies
|
|
|
verbose mode
|
Topics
|
Posts
|
Last Post
|
|
No replies
|
|
|
Force refresh?
|
Topics
|
Posts
|
Last Post
|
|
No replies
|
|