I know I have seen it somewhere but I can't seem to find it. Can someone point me to an example where the packages are parsed by the "-"? e.g. Dsplayed as: v AST v Core > Matching > Nodes > Parser > Pattern > Tokens > Visitors > Interpreter > Tests Instead of: AST-Core AST-Core-Matching AST-Core-Nodes AST-Core-Parser AST-Core-Pattern AST-Core-Tokens AST-Core-Visitors AST-Interpreter-Core AST-Interpreter-Extension AST-Interpreter-Test AST-Tests-Core Thanks! -- View this message in context: http://forum.world.st/Packages-group-view-example-tp4701657.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
Something like the attachment? Le 31/07/2013 13:19, Geert Claes a écrit :
I know I have seen it somewhere but I can't seem to find it. Can someone point me to an example where the packages are parsed by the "-"?
e.g. Dsplayed as:
v AST v Core > Matching > Nodes > Parser > Pattern > Tokens > Visitors > Interpreter > Tests
Instead of:
AST-Core AST-Core-Matching AST-Core-Nodes AST-Core-Parser AST-Core-Pattern AST-Core-Tokens AST-Core-Visitors AST-Interpreter-Core AST-Interpreter-Extension AST-Interpreter-Test AST-Tests-Core
Thanks!
-- View this message in context: http://forum.world.st/Packages-group-view-example-tp4701657.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
-- Thierry Goubier CEA list Laboratoire des Fondations des Systèmes Temps Réel Embarqués 91191 Gif sur Yvette Cedex France Phone/Fax: +33 (0) 1 69 08 32 92 / 83 95
Yep, more or less -- View this message in context: http://forum.world.st/Packages-group-view-example-tp4701657p4701683.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
So the code is in there: https://github.com/ThierryGoubier/AltBrowser/blob/master/Alt-Browser.package... Note that when you describe v AST v Core > Matching AST-Core is a Monticello package (and a RPackageSet), AST-Core-Matching is a RPackage and a System category. Thierry Le 31/07/2013 14:51, Geert Claes a écrit :
Yep, more or less
-- View this message in context: http://forum.world.st/Packages-group-view-example-tp4701657p4701683.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
-- Thierry Goubier CEA list Laboratoire des Fondations des Systèmes Temps Réel Embarqués 91191 Gif sur Yvette Cedex France Phone/Fax: +33 (0) 1 69 08 32 92 / 83 95
Yes! Normally Nautilus should have a tree instead of the list⦠This is underway. On Jul 31, 2013, at 1:19 PM, Geert Claes <geert.wl.claes@gmail.com> wrote:
I know I have seen it somewhere but I can't seem to find it. Can someone point me to an example where the packages are parsed by the "-"?
e.g. Dsplayed as:
v AST v Core
Matching Nodes Parser Pattern Tokens Visitors Interpreter Tests
Instead of:
AST-Core AST-Core-Matching AST-Core-Nodes AST-Core-Parser AST-Core-Pattern AST-Core-Tokens AST-Core-Visitors AST-Interpreter-Core AST-Interpreter-Extension AST-Interpreter-Test AST-Tests-Core
Thanks!
-- View this message in context: http://forum.world.st/Packages-group-view-example-tp4701657.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
participants (3)
-
Geert Claes -
Goubier Thierry -
Stéphane Ducasse