[Pharo-project] Montacello configuration writing
Learning Montacello configuration. Instead of writing a package dependency as spec package: 'CoolToolSet--Core' with: [spec requires: 'CoolBrowser ALL'] Can't we write more clearly as; spec package: 'CoolToolSet--Core' requires: 'CoolBrowser ALL' I find the first one far too cryptic. Hilaire
Hilaire, Thanks for the feedback. I've opened http://code.google.com/p/metacello/issues/detail?id=69 to track this issue. This might be a shortcut worth adding, since it _is_ used very frequently. You'd still need to revert to the #package:with: form if you wanted to set multiple attributes ... does that make sense? Dale ----- "Hilaire Fernandes" <hilaire.fernandes@gmail.com> wrote: | Learning Montacello configuration. | | Instead of writing a package dependency as | | spec | package: 'CoolToolSet--Core' with: [spec requires: 'CoolBrowser | ALL'] | | Can't we write more clearly as; | | spec package: 'CoolToolSet--Core' requires: 'CoolBrowser ALL' | | I find the first one far too cryptic. | | Hilaire | | | _______________________________________________ | Pharo-project mailing list | Pharo-project@lists.gforge.inria.fr | http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (2)
-
Dale Henrichs -
Hilaire Fernandes