Pharo-dev
By thread
pharo-dev@lists.pharo.org
By month
Messages by month
- ----- 2026 -----
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
June 2016
- 812 messages
Re: [Pharo-dev] [Vm-dev] Moving the Cog subversion repository to githup at 2016-6-16 7am UTC
by Eliot Miranda
Tim,
this morning as I prepared to cone the repository I felt a rush of
relief spread over me as I realised that I never haves to build and upload
VMs again. Thank you, thank you, thank you, everyone who encouraged and
helped me in making this transition. I am a happier human as a result.
On Thu, Jun 16, 2016 at 1:24 AM, Tim Felgentreff <timfelgentreff(a)gmail.com>
wrote:
>
> Hi all,
>
> as of 7:30 UTC the entire history of the SVN up to SVN revision 3745 was
> migrated to GitHub. Automatic builds are running (
> https://ci.appveyor.com/project/timfel/vm/branch/Cog,
> https://travis-ci.org/OpenSmalltalk/vm) and binary artifacts are uploaded
> (https://bintray.com/opensmalltalk/vm/cog/_latestVersion#files)
>
> Right now we have enabled all platform, object memory and bytecode set
> combinations that I found build scripts for - most work, but OS X 64-bit
> Sista is failing right now (32-bit works). At some point we'll have to
> decide which combinations to put into the CI config as "allowed failures"
> to get a green badge :)
>
> Another thing for those not familiar with Git: Right now the entire
> repository is 360MB, including all history. Most of that is old images that
> were at one point committed to SVN and that have been pulled into the
> repository. We could clean those out (removing them from the history) to
> make the repository smaller, but I felt ~400MB is still ok (albeit
> technically over the Github quota. We'll see of they complain). I would
> like to ask everyone to stop committing large binary files into the
> repository, however. Git is simply not very suited to dealing with
> binaries. If there is a need for that, Github has support for git-lfs,
> which offers 1GB of free storage with a 1GB bandwith limit per month. If we
> need more, we can look at the different billing levels.
>
> If you're familiar with Git, the only new thing to watch out for is the
> updateSCSSVersions script as described in the README. It's not relevant for
> the CI, but your own binaries will only show correct versions if this
> script runs at appropriate times.
>
> If you are not familiar with Git and don't care, there are scripts for
> committing that should take care of everything as described in the README.
> Again, let us know if anything doesn't work. The only difference vs SVN to
> watch out for for you will be that the old scripts/svnci would commit your
> changes to the server, whereas the scripts/gitci script only commits them
> locally. You'll have to run `git pull` and `git push` to get them up to the
> server.
>
> If you have any questions regarding the repository setup please don't
> hesitate to ask. You shouldn't be able to break anything, since we've
> disabled force pushes to both master and Cog (and thus any chance of
> destroying history).
>
> Thanks,
> Tim & Fabio
>
>
>
> On 15 June 2016 at 19:26, Eliot Miranda <eliot.miranda(a)gmail.com> wrote:
>
>>
>> Hi all,
>>
>> we are all finished importing the VM repository to Github, migrating the
>> scripts, and setting up automatic builds and hosting of binaries. We
>> want to switch over from SVN tomorrow morning at 7am UTC. At that point,
>> Tim and Fabio will merge any remaining commits on the SVN repository between
>> now and that time and any further development will take place on
>> Github. If possible, you may refrain from committing to SVN, as this
>> will mean less work for Tim and Fabio.
>>
>> The new repository is at https://github.com/OpenSmalltalk/vm. The Cog branch
>> is the new default branch and is still called Cog, this is the main
>> focus of development. The old trunk branch has been renamed to "oldTrunk".
>> The master branch will track the Cog branch and will be the repository
>> integrated into for releases.
>>
>> To get started, please refer to the updated README
>> <https://github.com/OpenSmalltalk/vm/blob/Cog/README.md> that is shown
>> on the Github page.
>>
>> _,,,^..^,,,_
>> best, Eliot, Tim & Fabio
>>
>>
>
>
--
_,,,^..^,,,_
best, Eliot
June 16, 2016
Re: [Pharo-dev] [Vm-dev] Moving the Cog subversion repository to githup at 2016-6-16 7am UTC
by Eliot Miranda
Hi Laura, Hi Tim,
On Thu, Jun 16, 2016 at 10:09 AM, Laura Perez Cerrato <
lauraperezcerrato(a)gmail.com> wrote:
>
> Hi everyone,
>
> First of all, thanks a lot!
>
> Meaning to ask the same question as Serge, what's the preferred way of
> collaborating for anyone who's not a contributor? forking and then
> submitting a pull request?
>
thats on you, Tim, and I to update the README.md with a description of the
contributor and change staging process. I'm going to be checking out the
repository for the first time in a few minutes. I guess we can bat aroun
drafts between us using git itself, but perhaps email would be more
sensible ;-)
>
> Cheers!
>
> -Laura Perez Cerrato
>
> On 16 June 2016 at 06:10, Serge Stinckwich <serge.stinckwich(a)gmail.com>
> wrote:
>
>>
>> On Thu, Jun 16, 2016 at 9:24 AM, Tim Felgentreff
>> <timfelgentreff(a)gmail.com> wrote:
>> > Hi all,
>>
>> Very impressive work, Tim&Fabio ! The power of full-automation !
>>
>> > as of 7:30 UTC the entire history of the SVN up to SVN revision 3745 was
>> > migrated to GitHub. Automatic builds are running
>> > (https://ci.appveyor.com/project/timfel/vm/branch/Cog,
>> > https://travis-ci.org/OpenSmalltalk/vm) and binary artifacts are
>> uploaded
>> > (https://bintray.com/opensmalltalk/vm/cog/_latestVersion#files)
>>
>> About uploading binary artifacts, this is something I asked and this
>> nice that Fabio
>> make it work :-)
>>
>> Apparently there is some problems with some artifacts that have a
>> double .zip extension.
>>
>> > Right now we have enabled all platform, object memory and bytecode set
>> > combinations that I found build scripts for - most work, but OS X 64-bit
>> > Sista is failing right now (32-bit works). At some point we'll have to
>> > decide which combinations to put into the CI config as "allowed
>> failures" to
>> > get a green badge :)
>> >
>> > Another thing for those not familiar with Git: Right now the entire
>> > repository is 360MB, including all history. Most of that is old images
>> that
>> > were at one point committed to SVN and that have been pulled into the
>> > repository. We could clean those out (removing them from the history) to
>> > make the repository smaller, but I felt ~400MB is still ok (albeit
>> > technically over the Github quota. We'll see of they complain). I would
>> like
>> > to ask everyone to stop committing large binary files into the
>> repository,
>> > however. Git is simply not very suited to dealing with binaries. If
>> there is
>> > a need for that, Github has support for git-lfs, which offers 1GB of
>> free
>> > storage with a 1GB bandwith limit per month. If we need more, we can
>> look at
>> > the different billing levels.
>> >
>> > If you're familiar with Git, the only new thing to watch out for is the
>> > updateSCSSVersions script as described in the README. It's not relevant
>> for
>> > the CI, but your own binaries will only show correct versions if this
>> script
>> > runs at appropriate times.
>> >
>> > If you are not familiar with Git and don't care, there are scripts for
>> > committing that should take care of everything as described in the
>> README.
>> > Again, let us know if anything doesn't work. The only difference vs SVN
>> to
>> > watch out for for you will be that the old scripts/svnci would commit
>> your
>> > changes to the server, whereas the scripts/gitci script only commits
>> them
>> > locally. You'll have to run `git pull` and `git push` to get them up to
>> the
>> > server.
>> >
>> > If you have any questions regarding the repository setup please don't
>> > hesitate to ask. You shouldn't be able to break anything, since we've
>> > disabled force pushes to both master and Cog (and thus any chance of
>> > destroying history).
>>
>> What is favorite way of contributing for people outside the vm team ?
>> pull-requests ?
>>
>> Regards,
>> --
>> Serge Stinckwich
>> UCBN & UMI UMMISCO 209 (IRD/UPMC)
>> Every DSL ends up being Smalltalk
>> http://www.doesnotunderstand.org/
>>
>
>
>
--
_,,,^..^,,,_
best, Eliot
June 16, 2016
[pharo-project/pharo-core]
by GitHub
Branch: refs/tags/60088
Home: https://github.com/pharo-project/pharo-core
June 16, 2016
[pharo-project/pharo-core] 0aeb34: 60088
by GitHub
Branch: refs/heads/6.0
Home: https://github.com/pharo-project/pharo-core
Commit: 0aeb341ae693086e70472ec0a7f475996ac8bd1a
https://github.com/pharo-project/pharo-core/commit/0aeb341ae693086e70472ec0…
Author: Jenkins Build Server <board(a)pharo-project.org>
Date: 2016-06-16 (Thu, 16 Jun 2016)
Changed paths:
M EmbeddedFreeType.package/SourceCodeFonts.class/class/settings/settingsOn_.st
M EpiceaBrowsers.package/EpAbsentItem.class/instance/populating browser/icon.st
M EpiceaBrowsers.package/EpFetchMoreItem.class/instance/populating browser/icon.st
M EpiceaBrowsers.package/EpIconVisitor.class/instance/private/additionIcon.st
M EpiceaBrowsers.package/EpIconVisitor.class/instance/private/emptyIcon.st
M EpiceaBrowsers.package/EpIconVisitor.class/instance/private/modificationIcon.st
M EpiceaBrowsers.package/EpIconVisitor.class/instance/private/removalIcon.st
M EpiceaBrowsers.package/EpIconVisitor.class/instance/visitor/visitBehaviorCopy_.st
M EpiceaBrowsers.package/EpIconVisitor.class/instance/visitor/visitExpressionEvaluation_.st
M EpiceaBrowsers.package/EpIconVisitor.class/instance/visitor/visitLogCommentModification_.st
M EpiceaBrowsers.package/EpIconVisitor.class/instance/visitor/visitMonticelloVersionSave_.st
M EpiceaBrowsers.package/EpIconVisitor.class/instance/visitor/visitMonticelloVersionsLoad_.st
M EpiceaBrowsers.package/EpIconVisitor.class/instance/visitor/visitRedo_.st
M EpiceaBrowsers.package/EpIconVisitor.class/instance/visitor/visitRefactoring_.st
M EpiceaBrowsers.package/EpIconVisitor.class/instance/visitor/visitSessionEnd_.st
M EpiceaBrowsers.package/EpIconVisitor.class/instance/visitor/visitSessionSnapshot_.st
M EpiceaBrowsers.package/EpIconVisitor.class/instance/visitor/visitSessionStart_.st
M EpiceaBrowsers.package/EpIconVisitor.class/instance/visitor/visitTestResultSet_.st
M EpiceaBrowsers.package/EpIconVisitor.class/instance/visitor/visitUndo_.st
M EpiceaBrowsers.package/EpLogBrowser.class/instance/initialization/initializeFiltersModel.st
M EpiceaBrowsers.package/EpLogBrowser.class/instance/initialization/initializeTabs.st
M EpiceaBrowsers.package/EpLogBrowserView.class/class/accessing/icon.st
M EpiceaBrowsers.package/EpSelection.class/instance/populating menu/populateMenu_.st
M EpiceaBrowsers.package/EpSessionBrowser.class/class/accessing/icon.st
M EpiceaBrowsers.package/EpWorldMenu.class/class/accessing/mainIcon.st
M FontChooser.package/AbstractFontSelectorDialogWindow.class/instance/instance creation/newBoldButtonMorph.st
M FontChooser.package/AbstractFontSelectorDialogWindow.class/instance/instance creation/newItalicButtonMorph.st
M FontChooser.package/AbstractFontSelectorDialogWindow.class/instance/instance creation/newStruckOutButtonMorph.st
M FontChooser.package/AbstractFontSelectorDialogWindow.class/instance/instance creation/newUnderlinedButtonMorph.st
M FreeType.package/FreeTypeSystemSettings.class/class/settings/freeTypeSettingsOn_.st
M GT-Debugger.package/GTMoldableDebugger.class/class/icons/taskbarIcon.st
M GT-Debugger.package/GTMoldableDebugger.class/instance/building/taskbarIcon.st
M GT-Inspector.package/GTExample.class/instance/ui/gtInspectorActionEvaluateResultAndGo.st
M GT-Inspector.package/GTRawObjectVariablesBrowser.class/instance/private building/iconFor_error_.st
M GT-InspectorExtensions-Core.package/extension/Bitmap/class/gtExampleIconBits.st
M GT-InspectorExtensions-Core.package/extension/FileReference/class/gtExampleGif.st
M GT-InspectorExtensions-Core.package/extension/FileReference/class/gtExamplePng.st
M GT-InspectorExtensions-Core.package/extension/HelpTopic/instance/gtInspectorActionOpenHelpBrowser.st
M GT-InspectorExtensions-Core.package/extension/MCRepository/instance/gtInspectorGoferReferencesIn_.st
M GT-InspectorExtensions-Core.package/extension/MetacelloVersion/instance/gtInspectorActionLoad.st
M GT-InspectorExtensions-Core.package/extension/Morph/instance/gtInspectorMorphIn_.st
M GT-Playground.package/GTPlayground.class/instance/building/codeIn_.st
M GT-Playground.package/GTPlaygroundPlayPagesList.class/instance/instance creation/newAcceptButtonFor_.st
M GT-Spotter.package/GTSpotterWidgetThemer.class/instance/icons/iconAct.st
M GT-Spotter.package/GTSpotterWidgetThemer.class/instance/icons/iconDiveIn.st
M GT-Spotter.package/GTSpotterWidgetThemer.class/instance/icons/iconDiveInCategory.st
M GT-Spotter.package/GTSpotterWidgetThemer.class/instance/styles-widget/settingsButtonWidgetStyleFor_.st
M GT-SpotterExtensions-Core.package/extension/HelpTopic/instance/gtTopicIcon.st
M Glamour-Examples.package/GLMBasicExamples.class/instance/others/compoundTaggedTree.st
M Glamour-Morphic-Theme.package/GLMUIThemeExtraIcons.class/class/icons/glamorousAccept.st
M Glamour-Morphic-Theme.package/GLMUIThemeExtraIcons.class/class/icons/glamorousAdd.st
M Glamour-Morphic-Theme.package/GLMUIThemeExtraIcons.class/class/icons/glamorousAlarm.st
M Glamour-Morphic-Theme.package/GLMUIThemeExtraIcons.class/class/icons/glamorousBookmark.st
M Glamour-Morphic-Theme.package/GLMUIThemeExtraIcons.class/class/icons/glamorousBrowse.st
M Glamour-Morphic-Theme.package/GLMUIThemeExtraIcons.class/class/icons/glamorousBug.st
M Glamour-Morphic-Theme.package/GLMUIThemeExtraIcons.class/class/icons/glamorousCancel.st
M Glamour-Morphic-Theme.package/GLMUIThemeExtraIcons.class/class/icons/glamorousClose.st
M Glamour-Morphic-Theme.package/GLMUIThemeExtraIcons.class/class/icons/glamorousDown.st
M Glamour-Morphic-Theme.package/GLMUIThemeExtraIcons.class/class/icons/glamorousDropDown.st
M Glamour-Morphic-Theme.package/GLMUIThemeExtraIcons.class/class/icons/glamorousEdit.st
M Glamour-Morphic-Theme.package/GLMUIThemeExtraIcons.class/class/icons/glamorousExample.st
M Glamour-Morphic-Theme.package/GLMUIThemeExtraIcons.class/class/icons/glamorousFolder.st
M Glamour-Morphic-Theme.package/GLMUIThemeExtraIcons.class/class/icons/glamorousGo.st
M Glamour-Morphic-Theme.package/GLMUIThemeExtraIcons.class/class/icons/glamorousGrayCircle.st
M Glamour-Morphic-Theme.package/GLMUIThemeExtraIcons.class/class/icons/glamorousGrayCircleEmpty.st
M Glamour-Morphic-Theme.package/GLMUIThemeExtraIcons.class/class/icons/glamorousGreenCircle.st
M Glamour-Morphic-Theme.package/GLMUIThemeExtraIcons.class/class/icons/glamorousHelp.st
M Glamour-Morphic-Theme.package/GLMUIThemeExtraIcons.class/class/icons/glamorousInspect.st
M Glamour-Morphic-Theme.package/GLMUIThemeExtraIcons.class/class/icons/glamorousInto.st
M Glamour-Morphic-Theme.package/GLMUIThemeExtraIcons.class/class/icons/glamorousLargeGrayCircleEmphasized.st
M Glamour-Morphic-Theme.package/GLMUIThemeExtraIcons.class/class/icons/glamorousLeft.st
M Glamour-Morphic-Theme.package/GLMUIThemeExtraIcons.class/class/icons/glamorousLeftSide.st
M Glamour-Morphic-Theme.package/GLMUIThemeExtraIcons.class/class/icons/glamorousMore.st
M Glamour-Morphic-Theme.package/GLMUIThemeExtraIcons.class/class/icons/glamorousOpen.st
M Glamour-Morphic-Theme.package/GLMUIThemeExtraIcons.class/class/icons/glamorousOpenFromUrl.st
M Glamour-Morphic-Theme.package/GLMUIThemeExtraIcons.class/class/icons/glamorousOver.st
M Glamour-Morphic-Theme.package/GLMUIThemeExtraIcons.class/class/icons/glamorousPlay.st
M Glamour-Morphic-Theme.package/GLMUIThemeExtraIcons.class/class/icons/glamorousRedCircle.st
M Glamour-Morphic-Theme.package/GLMUIThemeExtraIcons.class/class/icons/glamorousRedo.st
M Glamour-Morphic-Theme.package/GLMUIThemeExtraIcons.class/class/icons/glamorousRefresh.st
M Glamour-Morphic-Theme.package/GLMUIThemeExtraIcons.class/class/icons/glamorousRemove.st
M Glamour-Morphic-Theme.package/GLMUIThemeExtraIcons.class/class/icons/glamorousRestart.st
M Glamour-Morphic-Theme.package/GLMUIThemeExtraIcons.class/class/icons/glamorousRight.st
M Glamour-Morphic-Theme.package/GLMUIThemeExtraIcons.class/class/icons/glamorousRightSide.st
M Glamour-Morphic-Theme.package/GLMUIThemeExtraIcons.class/class/icons/glamorousSave.st
M Glamour-Morphic-Theme.package/GLMUIThemeExtraIcons.class/class/icons/glamorousSaveToUrl.st
M Glamour-Morphic-Theme.package/GLMUIThemeExtraIcons.class/class/icons/glamorousSearch.st
M Glamour-Morphic-Theme.package/GLMUIThemeExtraIcons.class/class/icons/glamorousSpawn.st
M Glamour-Morphic-Theme.package/GLMUIThemeExtraIcons.class/class/icons/glamorousThrough.st
M Glamour-Morphic-Theme.package/GLMUIThemeExtraIcons.class/class/icons/glamorousTrash.st
M Glamour-Morphic-Theme.package/GLMUIThemeExtraIcons.class/class/icons/glamorousUndo.st
M Glamour-Morphic-Theme.package/GLMUIThemeExtraIcons.class/class/icons/glamorousUp.st
M Glamour-Morphic-Theme.package/GLMUIThemeExtraIcons.class/class/icons/glamorousZoomIn.st
M Glamour-Morphic-Theme.package/GLMUIThemeExtraIcons.class/class/icons/glamorousZoomOut.st
M Glamour-Morphic-Theme.package/GLMUIThemeExtraIcons.class/class/icons/glamorousZoomToFit.st
M Glamour-Morphic-Theme.package/GLMUIThemeExtraIcons.class/class/icons/glamourousNextFailure.st
M Glamour-Morphic-Theme.package/GLMUIThemeExtraIcons.class/class/icons/glamourousNextParser.st
M Glamour-Morphic-Theme.package/GLMUIThemeExtraIcons.class/class/icons/glamourousNextProduction.st
M Glamour-Morphic-Theme.package/GLMWhitespaceTheme.class/instance/forms/checkboxSelectedForm.st
M Glamour-Morphic-Theme.package/GLMWhitespaceTheme.class/instance/forms/checkboxUnselectedForm.st
M Glamour-Morphic-Theme.package/GLMWhitespaceTheme.class/instance/forms/menuPinForm.st
M Glamour-Morphic-Theme.package/GLMWhitespaceTheme.class/instance/forms/newCheckboxMarkerForm.st
M Glamour-Morphic-Theme.package/GLMWhitespaceTheme.class/instance/forms/newRadioButtonMarkerForm.st
M Glamour-Morphic-Theme.package/GLMWhitespaceTheme.class/instance/forms/newWindowCloseForm.st
M Glamour-Morphic-Theme.package/GLMWhitespaceTheme.class/instance/forms/newWindowMaximizeForm.st
M Glamour-Morphic-Theme.package/GLMWhitespaceTheme.class/instance/forms/newWindowMenuForm.st
M Glamour-Morphic-Theme.package/GLMWhitespaceTheme.class/instance/forms/newWindowMenuPassiveForm.st
M Glamour-Morphic-Theme.package/GLMWhitespaceTheme.class/instance/forms/newWindowMinimizeForm.st
M Glamour-Morphic-Theme.package/GLMWhitespaceTheme.class/instance/forms/radioButtonForm.st
M Glamour-Morphic-Theme.package/GLMWhitespaceTheme.class/instance/forms/radioButtonSelectedForm.st
M Glamour-Morphic-Theme.package/GLMWhitespaceTheme.class/instance/forms/windowClosePassiveForm.st
M Glamour-Morphic-Theme.package/GLMWhitespaceTheme.class/instance/forms/windowMaximizePassiveForm.st
M Glamour-Morphic-Theme.package/GLMWhitespaceTheme.class/instance/forms/windowMinimizePassiveForm.st
M HelpSystem-Core.package/ClassAPIHelpBuilder.class/instance/building/build.st
M HelpSystem-Core.package/ClassAPIHelpBuilder.class/instance/private building/buildSubnodesForMethods.st
M HelpSystem-Core.package/ClassAPIHelpBuilder.class/instance/private building/buildSubnodesForSubclasses.st
M HelpSystem-Core.package/CustomHelp.class/class/accessing/icon.st
M HelpSystem-Core.package/HelpBrowser.class/class/icons/taskbarIcon.st
M HelpSystem-Core.package/HelpBrowser.class/instance/ui/initWindow.st
M HelpSystem-Core.package/HelpTopicListItemWrapper.class/instance/accessing/icon.st
M Komitter.package/KomitClassNode.class/class/icons/addedClassIcon.st
M Komitter.package/KomitClassNode.class/class/icons/defaultClassIcon.st
M Komitter.package/KomitClassNode.class/class/icons/deletedClassIcon.st
M Komitter.package/KomitClassNode.class/class/icons/modifiedClassIcon.st
M Komitter.package/KomitLeaf.class/instance/accessing/icon.st
M Komitter.package/KomitPackageNode.class/instance/api/icon.st
M Komitter.package/KomitPackageNode.class/instance/initialization/initialize.st
M Komitter.package/Komitter.class/class/icon/taskbarIcon.st
M Komitter.package/KomitterUI.class/class/icons/historyIcon.st
M MonticelloGUI.package/MCFileRepositoryInspector.class/instance/morphic ui/packageIcon_.st
M MonticelloGUI.package/MCWorkingCopyBrowser.class/instance/morphic ui/repositoryIcon_.st
M Morphic-Base.package/JobProgressBarMorph.class/instance/initialization/initialize.st
M Morphic-Base.package/MenuMorph.class/class/private - utilities/confirm_trueChoice_falseChoice_.st
M Morphic-Base.package/extension/WorldState/class/systemOn_.st
M Morphic-Base.package/extension/WorldState/class/windowsOn_.st
M Morphic-Core.package/Morph.class/instance/debug and other/addDebuggingItemsTo_hand_.st
M Morphic-Core.package/Morph.class/instance/debug and other/buildDebugMenu_.st
M Morphic-Core.package/Morph.class/instance/menus/addExportMenuItems_hand_.st
M Morphic-Core.package/Morph.class/instance/meta-actions/buildMetaMenu_.st
M Morphic-Core.package/PasteUpMorph.class/instance/thumbnail/icon.st
M Morphic-Core.package/WorldMorph.class/instance/session management/recreateOSWindow.st
M Morphic-Core.package/WorldState.class/class/world menu items/helpOn_.st
M Morphic-Core.package/WorldState.class/class/world menu items/quitItemsOn_.st
M Morphic-Core.package/WorldState.class/class/world menu items/screenShotCommandOn_.st
M Morphic-Examples.package/ClassListExample.class/instance/user interface/treeMorph.st
M Morphic-Examples.package/ClassListNodeExample.class/instance/menu/icon.st
M Morphic-Examples.package/ClassTreeNodeExample.class/instance/menu/icon.st
M Morphic-Examples.package/PluggableButtonMorphExample.class/instance/initialization/initialize.st
M Morphic-Examples.package/TabExample.class/instance/tabs creation/blueMorphTab.st
M Morphic-Examples.package/TabExample.class/instance/tabs creation/freshListTab.st
M Morphic-Examples.package/TabExample.class/instance/tabs creation/redMorphTab.st
M Morphic-Examples.package/TabExample.class/instance/tabs creation/storedListTab.st
M Morphic-Examples.package/WidgetExamples.class/class/examples/exampleGroups.st
M Morphic-Examples.package/WidgetExamples.class/class/examples/exampleWindowWithToolbars.st
M Morphic-Widgets-Basic.package/ThreePhaseButtonMorph.class/class/instance creation/checkBox.st
M Morphic-Widgets-Basic.package/ThreePhaseButtonMorph.class/class/instance creation/radioButton.st
M Morphic-Widgets-ColorPicker.package/ColorSelectorDialogWindow.class/instance/actions/newColorPickerButtonMorph.st
M Morphic-Widgets-ColorPicker.package/ColorSelectorDialogWindow.class/instance/actions/pickColor.st
M Morphic-Widgets-FastTable.package/FTExampleDataSource.class/instance/private/iconFor_.st
M Morphic-Widgets-PolyTabs.package/TabGroupMorph.class/class/example/example.st
M Morphic-Widgets-Tabs.package/Tab.class/instance/private-icons/defaultIcon.st
M Morphic-Widgets-Tree.package/MorphTreeNodeMorph.class/instance/private/retrieveCheckIcon.st
M Morphic-Widgets-Windows.package/GroupWindowMorph.class/instance/windows/offerWindowMenu.st
M Morphic-Widgets-Windows.package/SystemWindow.class/class/icons/taskbarIcon.st
M Morphic-Widgets-Windows.package/SystemWindow.class/class/menu items/windowMenuOn_.st
M Morphic-Widgets-Windows.package/SystemWindow.class/instance/thumbnail/icon.st
M NautilusRefactoring.package/PackageAndClassChooser.class/instance/accessing - tree/iconFor_.st
M Polymorph-Widgets.package/AboutDialogWindow.class/class/instance creation/openForPharo.st
M Polymorph-Widgets.package/AlertDialogWindow.class/instance/visual properties/icon.st
M Polymorph-Widgets.package/ChooseDropListDialogWindow.class/instance/as yet unclassified/icon.st
M Polymorph-Widgets.package/DenyDialogWindow.class/instance/visual properties/icon.st
M Polymorph-Widgets.package/ErrorDialogWindow.class/instance/as yet unclassified/icon.st
M Polymorph-Widgets.package/MessageDialogWindow.class/class/icons/taskbarIcon.st
M Polymorph-Widgets.package/MessageDialogWindow.class/instance/visual properties/icon.st
M Polymorph-Widgets.package/Pharo3DarkTheme.class/instance/forms/checkboxSelectedForm.st
M Polymorph-Widgets.package/Pharo3DarkTheme.class/instance/forms/checkboxUnselectedForm.st
M Polymorph-Widgets.package/Pharo3DarkTheme.class/instance/forms/menuPinForm.st
M Polymorph-Widgets.package/Pharo3DarkTheme.class/instance/forms/newCheckboxMarkerForm.st
M Polymorph-Widgets.package/Pharo3DarkTheme.class/instance/forms/newRadioButtonMarkerForm.st
M Polymorph-Widgets.package/Pharo3DarkTheme.class/instance/forms/newWindowCloseForm.st
M Polymorph-Widgets.package/Pharo3DarkTheme.class/instance/forms/newWindowMaximizeForm.st
M Polymorph-Widgets.package/Pharo3DarkTheme.class/instance/forms/newWindowMenuForm.st
M Polymorph-Widgets.package/Pharo3DarkTheme.class/instance/forms/newWindowMenuPassiveForm.st
M Polymorph-Widgets.package/Pharo3DarkTheme.class/instance/forms/newWindowMinimizeForm.st
M Polymorph-Widgets.package/Pharo3DarkTheme.class/instance/forms/radioButtonForm.st
M Polymorph-Widgets.package/Pharo3DarkTheme.class/instance/forms/radioButtonSelectedForm.st
M Polymorph-Widgets.package/Pharo3DarkTheme.class/instance/forms/windowClosePassiveForm.st
M Polymorph-Widgets.package/Pharo3DarkTheme.class/instance/forms/windowMaximizePassiveForm.st
M Polymorph-Widgets.package/Pharo3DarkTheme.class/instance/forms/windowMinimizePassiveForm.st
M Polymorph-Widgets.package/Pharo3Theme.class/instance/forms/checkboxSelectedForm.st
M Polymorph-Widgets.package/Pharo3Theme.class/instance/forms/checkboxUnselectedForm.st
M Polymorph-Widgets.package/Pharo3Theme.class/instance/forms/menuPinForm.st
M Polymorph-Widgets.package/Pharo3Theme.class/instance/forms/newCheckboxMarkerForm.st
M Polymorph-Widgets.package/Pharo3Theme.class/instance/forms/newRadioButtonMarkerForm.st
M Polymorph-Widgets.package/Pharo3Theme.class/instance/forms/newWindowCloseForm.st
M Polymorph-Widgets.package/Pharo3Theme.class/instance/forms/newWindowMaximizeForm.st
M Polymorph-Widgets.package/Pharo3Theme.class/instance/forms/newWindowMenuForm.st
M Polymorph-Widgets.package/Pharo3Theme.class/instance/forms/newWindowMenuPassiveForm.st
M Polymorph-Widgets.package/Pharo3Theme.class/instance/forms/newWindowMinimizeForm.st
M Polymorph-Widgets.package/Pharo3Theme.class/instance/forms/radioButtonForm.st
M Polymorph-Widgets.package/Pharo3Theme.class/instance/forms/radioButtonSelectedForm.st
M Polymorph-Widgets.package/Pharo3Theme.class/instance/forms/windowClosePassiveForm.st
M Polymorph-Widgets.package/Pharo3Theme.class/instance/forms/windowMaximizePassiveForm.st
M Polymorph-Widgets.package/Pharo3Theme.class/instance/forms/windowMinimizePassiveForm.st
M Polymorph-Widgets.package/PopupChoiceDialogWindow.class/class/icons/taskbarIcon.st
M Polymorph-Widgets.package/PopupChoiceDialogWindowWithMessage.class/instance/accessing/icon.st
M Polymorph-Widgets.package/ProceedDialogWindow.class/class/icons/taskbarIcon.st
M Polymorph-Widgets.package/ProceedDialogWindow.class/instance/as yet unclassified/icon.st
M Polymorph-Widgets.package/TextEditorDialogWindow.class/class/icons/taskbarIcon.st
M Polymorph-Widgets.package/TextEditorDialogWindow.class/instance/visual properties/icon.st
M Polymorph-Widgets.package/extension/Trait/instance/systemIcon.st
M Reflectivity-Tools.package/WatchpointWindow.class/instance/initialization/setupMenu.st
M Rubric.package/RubCommentAnnotationDisplayer.class/instance/submorphs-accessing/extendCommentPolicyMorph.st
R ScriptLoader60.package/ScriptLoader.class/instance/pharo - scripts/script60087.st
A ScriptLoader60.package/ScriptLoader.class/instance/pharo - scripts/script60088.st
R ScriptLoader60.package/ScriptLoader.class/instance/pharo - updates/update60087.st
A ScriptLoader60.package/ScriptLoader.class/instance/pharo - updates/update60088.st
M ScriptLoader60.package/ScriptLoader.class/instance/public/commentForCurrentUpdate.st
M Settings-Graphics.package/GraphicFontSettings.class/class/fonts/resetAllFontToDefaultButton.st
M SmartSuggestions.package/SugsSuggestionFactory.class/class/assignment/createInlineTemporary.st
M SmartSuggestions.package/SugsSuggestionFactory.class/class/class-var/createAccessors.st
M SmartSuggestions.package/SugsSuggestionFactory.class/class/class-var/createRenameClassVariable.st
M SmartSuggestions.package/SugsSuggestionFactory.class/class/class-var/createUseAccessorToVar.st
M SmartSuggestions.package/SugsSuggestionFactory.class/class/class/createBrowseReferences.st
M SmartSuggestions.package/SugsSuggestionFactory.class/class/class/createRenameClass.st
M SmartSuggestions.package/SugsSuggestionFactory.class/class/inst-var/createAccesorsFor.st
M SmartSuggestions.package/SugsSuggestionFactory.class/class/inst-var/createAccessesToVariable.st
M SmartSuggestions.package/SugsSuggestionFactory.class/class/inst-var/createRenameVariable.st
M SmartSuggestions.package/SugsSuggestionFactory.class/class/inst-var/createVariableStoresInto.st
M SmartSuggestions.package/SugsSuggestionFactory.class/class/messages/createFindImplementors.st
M SmartSuggestions.package/SugsSuggestionFactory.class/class/messages/createFindSenders.st
M SmartSuggestions.package/SugsSuggestionFactory.class/class/messages/createInline.st
M SmartSuggestions.package/SugsSuggestionFactory.class/class/methods/createAddParameter.st
M SmartSuggestions.package/SugsSuggestionFactory.class/class/methods/createBreakCommand.st
M SmartSuggestions.package/SugsSuggestionFactory.class/class/methods/createBreakConditionCommand.st
M SmartSuggestions.package/SugsSuggestionFactory.class/class/methods/createBreakOnceCommand.st
M SmartSuggestions.package/SugsSuggestionFactory.class/class/methods/createDeprecateMethod.st
M SmartSuggestions.package/SugsSuggestionFactory.class/class/methods/createMoveMethod.st
M SmartSuggestions.package/SugsSuggestionFactory.class/class/methods/createPullUp.st
M SmartSuggestions.package/SugsSuggestionFactory.class/class/methods/createPushDown.st
M SmartSuggestions.package/SugsSuggestionFactory.class/class/methods/createRemoveMethod.st
M SmartSuggestions.package/SugsSuggestionFactory.class/class/methods/createRemoveParameter.st
M SmartSuggestions.package/SugsSuggestionFactory.class/class/methods/createRenameMethod.st
M SmartSuggestions.package/SugsSuggestionFactory.class/class/methods/createSwapMethod.st
M SmartSuggestions.package/SugsSuggestionFactory.class/class/methods/createWatchpointCommand.st
M SmartSuggestions.package/SugsSuggestionFactory.class/class/source/createExtractMethod.st
M SmartSuggestions.package/SugsSuggestionFactory.class/class/source/createExtractSentences.st
M SmartSuggestions.package/SugsSuggestionFactory.class/class/source/createExtractToLocalVariable.st
M SmartSuggestions.package/SugsSuggestionFactory.class/class/source/createFormatSourceCode.st
M SmartSuggestions.package/SugsSuggestionFactory.class/class/temp-var/createRenameTemporaryVariable.st
M SmartSuggestions.package/SugsSuggestionFactory.class/class/unknown-var/createVariableCorrection.st
M Spec-Core.package/TreeModel.class/class/examples/exampleWithCustomColumnsAndNodes.st
M Spec-Examples.package/DropListExample.class/instance/initialization/initializeWidgets.st
M Spec-SelectEntity.package/SelectEntity.class/instance/initialization/initializeWidgets.st
M Spec-Tools.package/DualChangeSorterApplication.class/class/icons/taskbarIcon.st
M System-Settings.package/PragmaSetting.class/instance/user interface/defaultIcon.st
M System-Settings.package/SettingBrowser.class/instance/icons/taskbarIcon.st
M System-Settings.package/SettingDeclaration.class/instance/user interface/defaultIcon.st
M System-Settings.package/SettingDeclaration.class/instance/user interface/inputWidgetForFileOrDirectoryWithAction_.st
M System-Settings.package/SettingTree.class/instance/checking/checkForUnknownParent.st
M System-Settings.package/SystemSettingLauncher.class/instance/accessing/defaultIcon.st
M System-Settings.package/SystemSettingLauncher.class/instance/accessing/inputWidget.st
M System-Settings.package/extension/StartupPreferencesLoader/class/startupGeneralPrefererencesFolderMenuOn_.st
M System-Settings.package/extension/StartupPreferencesLoader/class/startupLoaderMenuOn_.st
M System-Settings.package/extension/StartupPreferencesLoader/class/startupPreferencesVersionFolderMenuOn_.st
M System-Settings.package/extension/StartupPreferencesLoader/class/systemStartupMenuOn_.st
M Text-Edition.package/EditorFindReplaceDialogWindow.class/instance/icons/taskbarIcon.st
M Text-Edition.package/EditorFindReplaceDialogWindow.class/instance/user-interface/buildWindowMenu.st
M Text-Edition.package/SmalltalkEditor.class/class/menu declaration/smalltalkEditorMenuOn_.st
M Text-Edition.package/TextEditor.class/class/menu declaration/textEditorMenuOn_.st
M Tool-Catalog.package/CatalogBrowser.class/class/utilities/iconFor_.st
M Tool-Catalog.package/CatalogBrowser.class/class/world menu/menuCommandOn_.st
M Tool-Catalog.package/CatalogBrowser.class/instance/building/refreshButton_.st
M Tool-Catalog.package/CatalogBrowser.class/instance/menu/loadConfigurationButton_.st
M Tool-Catalog.package/CatalogBrowser.class/instance/menu/loadConfigurationMenuItem_.st
M Tool-CriticBrowser.package/CriticBrowser.class/class/menu/icon.st
M Tool-Diff.package/MergeJoinSection.class/instance/as yet unclassified/defaultStateIcons.st
M Tool-Diff.package/PSMCChangeWrapper.class/instance/accessing/icon.st
M Tool-Diff.package/PSMCClassChangeWrapper.class/instance/accessing/icon.st
M Tool-Diff.package/PSMCMergePatchMorph.class/instance/as yet unclassified/allConflictsMenu.st
M Tool-Diff.package/PSMCMergePatchMorph.class/instance/as yet unclassified/changesMenu_.st
M Tool-Diff.package/PSMCPatchMorph.class/class/icons/taskbarIcon.st
M Tool-Diff.package/PSMCPatchMorph.class/instance/protocol/changesMenu_.st
M Tool-Diff.package/PSMCPatchOperationWrapper.class/instance/accessing/icon.st
M Tool-ExternalBrowser.package/ExternalChangesBrowser.class/class/icons/taskbarIcon.st
M Tool-FileList.package/FileDialogWindow.class/class/icons/taskbarIcon.st
M Tool-FileList.package/FileDialogWindow.class/instance/instance creation/newDeleteButton.st
M Tool-FileList.package/FileDialogWindow.class/instance/instance creation/newNewDirectoryButton.st
M Tool-FileList.package/FileDialogWindow.class/instance/instance creation/newUpButton.st
M Tool-FileList.package/FileDialogWindow.class/instance/widget API/iconFor_.st
M Tool-FileList.package/FileDirectoryWrapper.class/instance/accessing/icon.st
M Tool-FileList.package/FileList.class/class/icons/taskbarIcon.st
M Tool-Profilers.package/TimeProfiler.class/class/opening/fullReportMenuOn_.st
M Tool-Profilers.package/TimeProfiler.class/instance/UI specific/toolBarOn_.st
M Tool-Workspace.package/Workspace.class/instance/window menu/addModelItemsToWindowMenu_.st
M Versionner-Commit.package/VSCommitBrowser.class/instance/building/buildBrowser.st
M Versionner-Spec-Browser.package/VersionnerToolBar.class/class/icons/loadIcon.st
M Versionner-Spec-Browser.package/VersionnerToolBar.class/class/icons/newIcon.st
M Versionner-Spec-Browser.package/VersionnerToolBar.class/class/icons/openIcon.st
Log Message:
-----------
60088
18501 icons -> icons iconNamed: (part 2)
https://pharo.fogbugz.com/f/cases/18501
http://files.pharo.org/image/60/60088.zip
June 16, 2016
Re: [Pharo-dev] You can register to the mooc to get access to all the ressources.
by stepharo
Until the end of the week.
Le 16/6/16 à 16:54, stepharo a écrit :
> You can register to the mooc to get access to all the ressources.
>
> Stef
>
>
>
June 16, 2016
You can register to the mooc to get access to all the ressources.
by stepharo
You can register to the mooc to get access to all the ressources.
Stef
June 16, 2016
Re: [Pharo-dev] [Vm-dev] Moving the Cog subversion repository to githup at 2016-6-16 7am UTC
by Mariano Martinez Peck
This is very very cool. Thanks to all the people involved, and thanks Eliot
for listening the "community's wishes".
I honestly thought it would take much longer or never happened. I am so
glad to have been proven wrong!
Best,
On Thu, Jun 16, 2016 at 5:24 AM, Tim Felgentreff <timfelgentreff(a)gmail.com>
wrote:
>
> Hi all,
>
> as of 7:30 UTC the entire history of the SVN up to SVN revision 3745 was
> migrated to GitHub. Automatic builds are running (
> https://ci.appveyor.com/project/timfel/vm/branch/Cog,
> https://travis-ci.org/OpenSmalltalk/vm) and binary artifacts are uploaded
> (https://bintray.com/opensmalltalk/vm/cog/_latestVersion#files)
>
> Right now we have enabled all platform, object memory and bytecode set
> combinations that I found build scripts for - most work, but OS X 64-bit
> Sista is failing right now (32-bit works). At some point we'll have to
> decide which combinations to put into the CI config as "allowed failures"
> to get a green badge :)
>
> Another thing for those not familiar with Git: Right now the entire
> repository is 360MB, including all history. Most of that is old images that
> were at one point committed to SVN and that have been pulled into the
> repository. We could clean those out (removing them from the history) to
> make the repository smaller, but I felt ~400MB is still ok (albeit
> technically over the Github quota. We'll see of they complain). I would
> like to ask everyone to stop committing large binary files into the
> repository, however. Git is simply not very suited to dealing with
> binaries. If there is a need for that, Github has support for git-lfs,
> which offers 1GB of free storage with a 1GB bandwith limit per month. If we
> need more, we can look at the different billing levels.
>
> If you're familiar with Git, the only new thing to watch out for is the
> updateSCSSVersions script as described in the README. It's not relevant for
> the CI, but your own binaries will only show correct versions if this
> script runs at appropriate times.
>
> If you are not familiar with Git and don't care, there are scripts for
> committing that should take care of everything as described in the README.
> Again, let us know if anything doesn't work. The only difference vs SVN to
> watch out for for you will be that the old scripts/svnci would commit your
> changes to the server, whereas the scripts/gitci script only commits them
> locally. You'll have to run `git pull` and `git push` to get them up to the
> server.
>
> If you have any questions regarding the repository setup please don't
> hesitate to ask. You shouldn't be able to break anything, since we've
> disabled force pushes to both master and Cog (and thus any chance of
> destroying history).
>
> Thanks,
> Tim & Fabio
>
>
>
> On 15 June 2016 at 19:26, Eliot Miranda <eliot.miranda(a)gmail.com> wrote:
>
>>
>> Hi all,
>>
>> we are all finished importing the VM repository to Github, migrating the
>> scripts, and setting up automatic builds and hosting of binaries. We
>> want to switch over from SVN tomorrow morning at 7am UTC. At that point,
>> Tim and Fabio will merge any remaining commits on the SVN repository between
>> now and that time and any further development will take place on
>> Github. If possible, you may refrain from committing to SVN, as this
>> will mean less work for Tim and Fabio.
>>
>> The new repository is at https://github.com/OpenSmalltalk/vm. The Cog branch
>> is the new default branch and is still called Cog, this is the main
>> focus of development. The old trunk branch has been renamed to "oldTrunk".
>> The master branch will track the Cog branch and will be the repository
>> integrated into for releases.
>>
>> To get started, please refer to the updated README
>> <https://github.com/OpenSmalltalk/vm/blob/Cog/README.md> that is shown
>> on the Github page.
>>
>> _,,,^..^,,,_
>> best, Eliot, Tim & Fabio
>>
>>
>
>
--
Mariano
http://marianopeck.wordpress.com
June 16, 2016
What is GTInspector using to print UUID?
by Peter Uhnák
Hi,
how inspector decides what to print in the table/headings/etc?
Because for UUID it prints the bytes (I guess because it's child of
ByteArray?), however that's rarely useful for UUID, as normally you want to
see the #asString representation.
â
Can this be changed?
Thanks,
Peter
June 16, 2016
[pharo-project/pharo-core]
by GitHub
Branch: refs/tags/60087
Home: https://github.com/pharo-project/pharo-core
June 16, 2016