tim Rowledge uploaded a new version of Help-Squeak-Project to project The Trunk:
http://source.squeak.org/trunk/Help-Squeak-Project-tpr.57.mcz ==================== Summary ==================== Name: Help-Squeak-Project-tpr.57 Author: tpr Time: 28 June 2018, 10:02:11.04292 am UUID: 343a1b35-90db-47db-b50a-22b21aa16323 Ancestors: Help-Squeak-Project-kks.56 A corrected URL courtesy of Subbu, and a more useful URL for the 'Squeak by Example' book. =============== Diff against Help-Squeak-Project-tpr.55 =============== Item was changed: ----- Method: SqueakProjectHelp class>>squeakResourcesOnline (in category 'pages') ----- squeakResourcesOnline "This method was automatically generated. Edit it using:" "SqueakProjectHelp edit: #squeakResourcesOnline" ^HelpTopic title: 'Squeak Resources Online' contents: 'Squeak web sites Main Squeak site http://www.squeak.org Weekly Squeak http://news.squeak.org Downloads for many versions http://squeak.org/downloads Google+ Page https://plus.google.com/communities/111117917267462353507 Squeak-dev - The main Squeak mailing list Join the mailing list to take part in the community. Subscribe to the mail server or read on a forum. http://lists.squeakfoundation.org/mailman/listinfo/squeak-dev http://dir.gmane.org/gmane.comp.lang.smalltalk.squeak.general + http://forum.world.st/Squeak-Dev-f45488.html - http://forum.world.stSqueak-Dev-f45487.html Squeak-Beginners - The place to ask even the most basic questions http://lists.squeakfoundation.org/mailman/listinfo/beginners http://dir.gmane.org/gmane.comp.lang.smalltalk.squeak.beginners http://forum.world.st/Squeak-Beginners-f107673.html Squeak By Example + A beginners textbook, based on Squeak 3.9 and so a little out of date in some visual aspects and some details. Still a valuable resource. The content is maintained in github at + https://github.com/SquareBracketAssociates/SqueakByExample-english + but a prepared and ready to read pdf version can be found at + https://pdxscholar.library.pdx.edu/cgi/viewcontent.cgi?article=1112&context=compsci_fac + + Many books about Squeak and Smalltalk in general have been made available and are hosted at - http://www.squeakbyexample.org/ - - Many Books about Squeak and Smalltalk in general http://stephane.ducasse.free.fr/FreeBooks.html + !!' readStream nextChunkText! - !! - ]style[(16 225 41 276 65 182 17 35 48 49)bu,,bu,,bu,,bu,,bu,!!' readStream nextChunkText! |
I think Subbu put the same fix in the inbox (thank you!) so Tim, maybe you
can move that one treated if it's redundant. Dave > tim Rowledge uploaded a new version of Help-Squeak-Project to project The > Trunk: > http://source.squeak.org/trunk/Help-Squeak-Project-tpr.57.mcz > > ==================== Summary ==================== > > Name: Help-Squeak-Project-tpr.57 > Author: tpr > Time: 28 June 2018, 10:02:11.04292 am > UUID: 343a1b35-90db-47db-b50a-22b21aa16323 > Ancestors: Help-Squeak-Project-kks.56 > > A corrected URL courtesy of Subbu, and a more useful URL for the 'Squeak > by Example' book. > > =============== Diff against Help-Squeak-Project-tpr.55 =============== > > Item was changed: > ----- Method: SqueakProjectHelp class>>squeakResourcesOnline (in > category 'pages') ----- > squeakResourcesOnline > "This method was automatically generated. Edit it using:" > "SqueakProjectHelp edit: #squeakResourcesOnline" > ^HelpTopic > title: 'Squeak Resources Online' > contents: > 'Squeak web sites > Main Squeak site http://www.squeak.org > Weekly Squeak http://news.squeak.org > Downloads for many versions http://squeak.org/downloads > Google+ Page > https://plus.google.com/communities/111117917267462353507 > > Squeak-dev - The main Squeak mailing list > Join the mailing list to take part in the community. Subscribe to the > mail server or read on a forum. > http://lists.squeakfoundation.org/mailman/listinfo/squeak-dev > http://dir.gmane.org/gmane.comp.lang.smalltalk.squeak.general > + http://forum.world.st/Squeak-Dev-f45488.html > - http://forum.world.stSqueak-Dev-f45487.html > > Squeak-Beginners - The place to ask even the most basic questions > http://lists.squeakfoundation.org/mailman/listinfo/beginners > http://dir.gmane.org/gmane.comp.lang.smalltalk.squeak.beginners > http://forum.world.st/Squeak-Beginners-f107673.html > > Squeak By Example > + A beginners textbook, based on Squeak 3.9 and so a little out of date > in some visual aspects and some details. Still a valuable resource. The > content is maintained in github at > + https://github.com/SquareBracketAssociates/SqueakByExample-english > + but a prepared and ready to read pdf version can be found at > + > https://pdxscholar.library.pdx.edu/cgi/viewcontent.cgi?article=1112&context=compsci_fac > + > + Many books about Squeak and Smalltalk in general have been made > available and are hosted at > - http://www.squeakbyexample.org/ > - > - Many Books about Squeak and Smalltalk in general > http://stephane.ducasse.free.fr/FreeBooks.html > + !!' readStream nextChunkText! > - !! > - ]style[(16 225 41 276 65 182 17 35 48 49)bu,,bu,,bu,,bu,,bu,!!' > readStream nextChunkText! > > > |
> On 28-06-2018, at 11:02 AM, David T. Lewis <[hidden email]> wrote: > > I think Subbu put the same fix in the inbox (thank you!) so Tim, maybe you > can move that one treated if it's redundant. yes, he did, and when I tried to move it I got lost in a rabbit-hole of permission refused problems, loaded his change, spotted another change to make, tried again, eventually noticed the image didn't have my PWD for trunk set correctly and.. where was I? So far as I can tell I've managed to screw things up a little and although the kks package is in 'treated' ok, it's still in inbox. How do I kill the illegal clone? Quick, Deckard! tim -- tim Rowledge; [hidden email]; http://www.rowledge.org/tim "How many tnuctip does it take to change a lightbulb?” "Depends what you want them to change it into." |
In reply to this post by David T. Lewis
kks.56 is the ancestor of tpr.57, so instead of the Treated Inbox, it
should be moved to the Trunk to have the complete ancestry there. Levente On Thu, 28 Jun 2018, David T. Lewis wrote: > I think Subbu put the same fix in the inbox (thank you!) so Tim, maybe you > can move that one treated if it's redundant. > > Dave > >> tim Rowledge uploaded a new version of Help-Squeak-Project to project The >> Trunk: >> http://source.squeak.org/trunk/Help-Squeak-Project-tpr.57.mcz >> >> ==================== Summary ==================== >> >> Name: Help-Squeak-Project-tpr.57 >> Author: tpr >> Time: 28 June 2018, 10:02:11.04292 am >> UUID: 343a1b35-90db-47db-b50a-22b21aa16323 >> Ancestors: Help-Squeak-Project-kks.56 >> >> A corrected URL courtesy of Subbu, and a more useful URL for the 'Squeak >> by Example' book. >> >> =============== Diff against Help-Squeak-Project-tpr.55 =============== >> >> Item was changed: >> ----- Method: SqueakProjectHelp class>>squeakResourcesOnline (in >> category 'pages') ----- >> squeakResourcesOnline >> "This method was automatically generated. Edit it using:" >> "SqueakProjectHelp edit: #squeakResourcesOnline" >> ^HelpTopic >> title: 'Squeak Resources Online' >> contents: >> 'Squeak web sites >> Main Squeak site http://www.squeak.org >> Weekly Squeak http://news.squeak.org >> Downloads for many versions http://squeak.org/downloads >> Google+ Page >> https://plus.google.com/communities/111117917267462353507 >> >> Squeak-dev - The main Squeak mailing list >> Join the mailing list to take part in the community. Subscribe to the >> mail server or read on a forum. >> http://lists.squeakfoundation.org/mailman/listinfo/squeak-dev >> http://dir.gmane.org/gmane.comp.lang.smalltalk.squeak.general >> + http://forum.world.st/Squeak-Dev-f45488.html >> - http://forum.world.stSqueak-Dev-f45487.html >> >> Squeak-Beginners - The place to ask even the most basic questions >> http://lists.squeakfoundation.org/mailman/listinfo/beginners >> http://dir.gmane.org/gmane.comp.lang.smalltalk.squeak.beginners >> http://forum.world.st/Squeak-Beginners-f107673.html >> >> Squeak By Example >> + A beginners textbook, based on Squeak 3.9 and so a little out of date >> in some visual aspects and some details. Still a valuable resource. The >> content is maintained in github at >> + https://github.com/SquareBracketAssociates/SqueakByExample-english >> + but a prepared and ready to read pdf version can be found at >> + >> https://pdxscholar.library.pdx.edu/cgi/viewcontent.cgi?article=1112&context=compsci_fac >> + >> + Many books about Squeak and Smalltalk in general have been made >> available and are hosted at >> - http://www.squeakbyexample.org/ >> - >> - Many Books about Squeak and Smalltalk in general >> http://stephane.ducasse.free.fr/FreeBooks.html >> + !!' readStream nextChunkText! >> - !! >> - ]style[(16 225 41 276 65 182 17 35 48 49)bu,,bu,,bu,,bu,,bu,!!' >> readStream nextChunkText! >> >> >> |
> On 28-06-2018, at 11:23 AM, Levente Uzonyi <[hidden email]> wrote: > > kks.56 is the ancestor of tpr.57, so instead of the Treated Inbox, it should be moved to the Trunk to have the complete ancestry there. An excellent point. I'd move it if I could actually get to the trunk right now; oh, wait, it worked this time. tim -- tim Rowledge; [hidden email]; http://www.rowledge.org/tim Strange OpCodes: RC: Rewind Core |
Free forum by Nabble | Edit this page |