Pharo-dev
By thread
pharo-dev@lists.pharo.org
By month
Messages by month
- ----- 2026 -----
- September
- 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
- 1 participants
- 144619 messages
Re: [Pharo-dev] Package Dependencies Analysis : new features
by stepharo
I tried with Morphic-widgets and this is really cool because it is
really helping me to spot problems!!!
Stef
On 23/7/14 14:49, Baptiste Quide wrote:
> Hello Pharos Users,
>
> Since the first release of Package Dependencies Analysis, here is a
> summary of improvements :
>
> - tool is available in World Menu (Tools > Package Dependencies
> Browser) : choose your packages and browse dependencies.
> - add/remove packages into the analysis.
> - you can refresh the current analysis manually (for instance if you
> change a piece of code to remove/add dependency)
> - filter the packages displaying by name
> - button "find cycles" allows to find all cycles in the system where
> the selected packages in the tree are (it could take a while the
> first time you click)
> - contextual menu (right click) to browse scoped dependencies or find
> cycles among the selected packages in the tree
>
> Then, in the window displaying cycles among packages :
>
> - only dependencies among packages in the cycle are displaying (no
> outgoing dependencies)
> - packages appear by order (if you see aCycle : A, B, C, the cycle is
> A -> B -> C -> A)
>
> See more details : http://www.baptistequide.fr/packagedependencies.php
>
> Regards,
>
> Baptiste
July 23, 2014
Re: [Pharo-dev] Package Dependencies Analysis : new features
by stepharo
To test:
Gofer it
smalltalkhubUser: 'BaptisteQuide' project:
'PackageDependenciesAnalysis';
configuration;
loadStable
Stef
On 23/7/14 14:49, Baptiste Quide wrote:
> Hello Pharos Users,
>
> Since the first release of Package Dependencies Analysis, here is a
> summary of improvements :
>
> - tool is available in World Menu (Tools > Package Dependencies
> Browser) : choose your packages and browse dependencies.
> - add/remove packages into the analysis.
> - you can refresh the current analysis manually (for instance if you
> change a piece of code to remove/add dependency)
> - filter the packages displaying by name
> - button "find cycles" allows to find all cycles in the system where
> the selected packages in the tree are (it could take a while the
> first time you click)
> - contextual menu (right click) to browse scoped dependencies or find
> cycles among the selected packages in the tree
>
> Then, in the window displaying cycles among packages :
>
> - only dependencies among packages in the cycle are displaying (no
> outgoing dependencies)
> - packages appear by order (if you see aCycle : A, B, C, the cycle is
> A -> B -> C -> A)
>
> See more details : http://www.baptistequide.fr/packagedependencies.php
>
> Regards,
>
> Baptiste
July 23, 2014
Re: [Pharo-dev] Merging Transcript and Tool-Transcript
by stepharo
Ok
I think that I should allocate some time to SystemLogger because it is a
good replacement to transcript.
On 23/7/14 15:18, Pavel Krivanek wrote:
> Hi Stef,
>
> ThreadSafeTranscript is not the UI class. It is present in the minimal
> image and it's connected to the STDOUT by default. So it makes sense
> to split Transcript as a general output stream and a Morphic tool
> showing its content.
>
> Cheers,
> -- Pavel
>
>
> 2014-07-23 15:08 GMT+02:00 stepharo <stepharo(a)free.fr
> <mailto:stepharo@free.fr>>:
>
> Hi pavel
>
> can you explain to me why this would bring a dependency that is
> not already included by Transcript?
> Transcript depends on ThreadSafeTranscriptPluggableTextMorph
>
>
>
> https://pharo.fogbugz.com/default.asp?13627#105924
>
> Stef
>
>
July 23, 2014
Re: [Pharo-dev] Project Watch on SThub
by Sven Van Caekenberghe
On 23 Jul 2014, at 16:22, Damien Cassou <damien.cassou(a)gmail.com> wrote:
> - a code browser (like we have for years on SqueakSource)
+111
July 23, 2014
[pharo-project/pharo-core]
by GitHub
Branch: refs/tags/40120
Home: https://github.com/pharo-project/pharo-core
July 23, 2014
[pharo-project/pharo-core] e8a55e: 40120
by GitHub
Branch: refs/heads/4.0
Home: https://github.com/pharo-project/pharo-core
Commit: e8a55e22472550f460fa9bd6d638da5bdae9e45f
https://github.com/pharo-project/pharo-core/commit/e8a55e22472550f460fa9bd6…
Author: Jenkins Build Server <board(a)pharo-project.org>
Date: 2014-07-23 (Wed, 23 Jul 2014)
Changed paths:
M OpalCompiler-Core.package/IRBuilder.class/instance/initialize/addLiteral_.st
M OpalCompiler-Core.package/IRMethod.class/instance/optimizing/optimize.st
M OpalCompiler-Core.package/OCASTTranslator.class/instance/inline messages/emitAnd_.st
M OpalCompiler-Core.package/OCASTTranslator.class/instance/inline messages/emitOr_.st
M OpalCompiler-Core.package/OCASTTranslatorForEffect.class/instance/inline messages/emitAnd_.st
M OpalCompiler-Core.package/OCASTTranslatorForEffect.class/instance/inline messages/emitOr_.st
M OpalCompiler-Core.package/OCASTTranslatorForEffect.class/instance/visitor-double dispatching/visitLiteralArrayNode_.st
M OpalCompiler-Core.package/OCASTTranslatorForEffect.class/instance/visitor-double dispatching/visitLiteralNode_.st
M OpalCompiler-Core.package/OCASTTranslatorForEffect.class/instance/visitor-double dispatching/visitVariableNode_.st
A OpalCompiler-Core.package/OCInstanceScope.class/instance/initializing/vars_.st
A OpalCompiler-Core.package/OCInstanceVariable.class/README.md
A OpalCompiler-Core.package/OCInstanceVariable.class/definition.st
A OpalCompiler-Core.package/OCInstanceVariable.class/instance/accessing/index.st
A OpalCompiler-Core.package/OCInstanceVariable.class/instance/accessing/index_.st
A OpalCompiler-Core.package/OCInstanceVariable.class/instance/accessing/name.st
A OpalCompiler-Core.package/OCInstanceVariable.class/instance/accessing/name_.st
A OpalCompiler-Core.package/OCInstanceVariable.class/instance/emitting/emitStore_.st
A OpalCompiler-Core.package/OCInstanceVariable.class/instance/emitting/emitValue_.st
A OpalCompiler-Core.package/OCInstanceVariable.class/instance/testing/isInstance.st
M OpalCompiler-Core.package/SyntaxErrorNotification.class/README.md
M OpalCompiler-Core.package/SyntaxErrorNotification.class/definition.st
M OpalCompiler-Core.package/SyntaxErrorNotification.class/instance/accessing/errorMessage.st
A OpalCompiler-Core.package/SyntaxErrorNotification.class/instance/accessing/messageText.st
M OpalCompiler-Core.package/SyntaxErrorNotification.class/instance/accessing/setClass_category_code_doitFlag_errorMessage_location_.st
A OpalCompiler-Tests.package/OCASTTranslatorTest.class/instance/testing - blocks - optimized/testExampleAndOr.st
A OpalCompiler-Tests.package/OCASTTranslatorTest.class/instance/testing - blocks - optimized/testExampleAndOr2.st
A OpalCompiler-Tests.package/OCASTTranslatorTest.class/instance/testing - blocks - optimized/testExampleAndOr3.st
A OpalCompiler-Tests.package/OCASTTranslatorTest.class/instance/testing - blocks - optimized/testExampleAndOr4.st
A OpalCompiler-Tests.package/OCASTTranslatorTest.class/instance/testing - blocks - optimized/testExampleAndOr5.st
A OpalCompiler-Tests.package/OCASTTranslatorTest.class/instance/testing - blocks - optimized/testExampleAndOr6.st
A OpalCompiler-Tests.package/OCASTTranslatorTest.class/instance/testing - misc/testExampleEffectValues.st
A OpalCompiler-Tests.package/OCOpalExamples.class/instance/examples-blocks-optimized/exampleAndOr.st
A OpalCompiler-Tests.package/OCOpalExamples.class/instance/examples-blocks-optimized/exampleAndOr2.st
A OpalCompiler-Tests.package/OCOpalExamples.class/instance/examples-blocks-optimized/exampleAndOr3.st
A OpalCompiler-Tests.package/OCOpalExamples.class/instance/examples-blocks-optimized/exampleAndOr4.st
A OpalCompiler-Tests.package/OCOpalExamples.class/instance/examples-blocks-optimized/exampleAndOr5.st
A OpalCompiler-Tests.package/OCOpalExamples.class/instance/examples-blocks-optimized/exampleAndOr6.st
A OpalCompiler-Tests.package/OCOpalExamples.class/instance/examples-blocks/exampleEffectValues.st
M OpalCompiler-Tests.package/OCSourceCode2BytecodeTest.class/instance/tests/testPushLiteralVariableBytecode.st
M OpalCompiler-Tests.package/OCSourceCode2BytecodeTest.class/instance/tests/testStoreAndPopLiteralVariableBytecode.st
M OpalCompiler-Tests.package/OCSourceCode2BytecodeTest.class/instance/tests/testStoreIntoLiteralVariableBytecode.st
A OpalDecompiler.package/OCDecompiler.class/README.md
A OpalDecompiler.package/OCDecompiler.class/class/initialization/initialize.st
A OpalDecompiler.package/OCDecompiler.class/class/public/decompile_.st
A OpalDecompiler.package/OCDecompiler.class/definition.st
A OpalDecompiler.package/OCDecompiler.class/instance/control/blockForCaseTo_.st
A OpalDecompiler.package/OCDecompiler.class/instance/control/blockTo_.st
A OpalDecompiler.package/OCDecompiler.class/instance/control/blockTo_case_.st
A OpalDecompiler.package/OCDecompiler.class/instance/control/checkForBlock_selector_arguments_.st
A OpalDecompiler.package/OCDecompiler.class/instance/control/checkForClosureCopy_arguments_.st
A OpalDecompiler.package/OCDecompiler.class/instance/control/doClosureCopyCopiedValues_numArgs_blockSize_.st
A OpalDecompiler.package/OCDecompiler.class/instance/control/statementsTo_.st
A OpalDecompiler.package/OCDecompiler.class/instance/control/statementsTo_case_.st
A OpalDecompiler.package/OCDecompiler.class/instance/initialize-release/initSymbols_.st
A OpalDecompiler.package/OCDecompiler.class/instance/initialize-release/mapFromBlockStartsIn_toTempVarsFrom_constructor_.st
A OpalDecompiler.package/OCDecompiler.class/instance/instruction decoding/blockReturnTop.st
A OpalDecompiler.package/OCDecompiler.class/instance/instruction decoding/case_.st
A OpalDecompiler.package/OCDecompiler.class/instance/instruction decoding/doDup.st
A OpalDecompiler.package/OCDecompiler.class/instance/instruction decoding/doPop.st
A OpalDecompiler.package/OCDecompiler.class/instance/instruction decoding/doStore_.st
A OpalDecompiler.package/OCDecompiler.class/instance/instruction decoding/jump_.st
A OpalDecompiler.package/OCDecompiler.class/instance/instruction decoding/jump_if_.st
A OpalDecompiler.package/OCDecompiler.class/instance/instruction decoding/methodReturnConstant_.st
A OpalDecompiler.package/OCDecompiler.class/instance/instruction decoding/methodReturnReceiver.st
A OpalDecompiler.package/OCDecompiler.class/instance/instruction decoding/methodReturnTop.st
A OpalDecompiler.package/OCDecompiler.class/instance/instruction decoding/popIntoLiteralVariable_.st
A OpalDecompiler.package/OCDecompiler.class/instance/instruction decoding/popIntoReceiverVariable_.st
A OpalDecompiler.package/OCDecompiler.class/instance/instruction decoding/popIntoRemoteTemp_inVectorAt_.st
A OpalDecompiler.package/OCDecompiler.class/instance/instruction decoding/popIntoTemporaryVariable_.st
A OpalDecompiler.package/OCDecompiler.class/instance/instruction decoding/pushActiveContext.st
A OpalDecompiler.package/OCDecompiler.class/instance/instruction decoding/pushClosureCopyNumCopiedValues_numArgs_blockSize_.st
A OpalDecompiler.package/OCDecompiler.class/instance/instruction decoding/pushConsArrayWithElements_.st
A OpalDecompiler.package/OCDecompiler.class/instance/instruction decoding/pushConstant_.st
A OpalDecompiler.package/OCDecompiler.class/instance/instruction decoding/pushLiteralVariable_.st
A OpalDecompiler.package/OCDecompiler.class/instance/instruction decoding/pushNewArrayOfSize_.st
A OpalDecompiler.package/OCDecompiler.class/instance/instruction decoding/pushReceiver.st
A OpalDecompiler.package/OCDecompiler.class/instance/instruction decoding/pushReceiverVariable_.st
A OpalDecompiler.package/OCDecompiler.class/instance/instruction decoding/pushRemoteTemp_inVectorAt_.st
A OpalDecompiler.package/OCDecompiler.class/instance/instruction decoding/pushTemporaryVariable_.st
A OpalDecompiler.package/OCDecompiler.class/instance/instruction decoding/send_super_numArgs_.st
A OpalDecompiler.package/OCDecompiler.class/instance/instruction decoding/storeIntoLiteralVariable_.st
A OpalDecompiler.package/OCDecompiler.class/instance/instruction decoding/storeIntoReceiverVariable_.st
A OpalDecompiler.package/OCDecompiler.class/instance/instruction decoding/storeIntoRemoteTemp_inVectorAt_.st
A OpalDecompiler.package/OCDecompiler.class/instance/instruction decoding/storeIntoTemporaryVariable_.st
A OpalDecompiler.package/OCDecompiler.class/instance/private/blockScopeRefersOnlyOnceToTemp_.st
A OpalDecompiler.package/OCDecompiler.class/instance/private/constructorForMethod_.st
A OpalDecompiler.package/OCDecompiler.class/instance/private/convertToDoLoop.st
A OpalDecompiler.package/OCDecompiler.class/instance/private/decompile_in_method_.st
A OpalDecompiler.package/OCDecompiler.class/instance/private/decompile_in_method_using_.st
A OpalDecompiler.package/OCDecompiler.class/instance/private/interpretNextInstructionFor_.st
A OpalDecompiler.package/OCDecompiler.class/instance/private/popTo_.st
A OpalDecompiler.package/OCDecompiler.class/instance/private/quickMethod.st
A OpalDecompiler.package/OCDecompiler.class/instance/private/scanBlockScopeFor_from_to_with_scanner_.st
A OpalDecompiler.package/OCDecompiler.class/instance/public access/decompileMethod_.st
A OpalDecompiler.package/OCDecompiler.class/instance/public access/tempAt_.st
A OpalDecompiler.package/OCDecompilerConstructor.class/README.md
A OpalDecompiler.package/OCDecompilerConstructor.class/definition.st
A OpalDecompiler.package/OCDecompilerConstructor.class/instance/constructor/codeAnyLitInd_.st
A OpalDecompiler.package/OCDecompilerConstructor.class/instance/constructor/codeAnyLiteral_.st
A OpalDecompiler.package/OCDecompilerConstructor.class/instance/constructor/codeAnySelector_.st
A OpalDecompiler.package/OCDecompilerConstructor.class/instance/constructor/codeArguments_temps_block_.st
A OpalDecompiler.package/OCDecompilerConstructor.class/instance/constructor/codeAssignTo_value_.st
A OpalDecompiler.package/OCDecompilerConstructor.class/instance/constructor/codeBlock_returns_.st
A OpalDecompiler.package/OCDecompilerConstructor.class/instance/constructor/codeBrace_.st
A OpalDecompiler.package/OCDecompilerConstructor.class/instance/constructor/codeCascade_messages_.st
A OpalDecompiler.package/OCDecompilerConstructor.class/instance/constructor/codeCascadedMessage_arguments_.st
A OpalDecompiler.package/OCDecompilerConstructor.class/instance/constructor/codeCaseOf_messages_.st
A OpalDecompiler.package/OCDecompilerConstructor.class/instance/constructor/codeConstants.st
A OpalDecompiler.package/OCDecompilerConstructor.class/instance/constructor/codeIf_selector_arguments_.st
A OpalDecompiler.package/OCDecompilerConstructor.class/instance/constructor/codeInst_.st
A OpalDecompiler.package/OCDecompilerConstructor.class/instance/constructor/codeMessage_selector_arguments_.st
A OpalDecompiler.package/OCDecompilerConstructor.class/instance/constructor/codeMethod_block_tempVars_primitive_class_.st
A OpalDecompiler.package/OCDecompilerConstructor.class/instance/constructor/codeRemoteTemp_remoteTemps_.st
A OpalDecompiler.package/OCDecompilerConstructor.class/instance/constructor/codeSelector_code_.st
A OpalDecompiler.package/OCDecompilerConstructor.class/instance/constructor/codeSuper.st
A OpalDecompiler.package/OCDecompilerConstructor.class/instance/constructor/codeTemp_.st
A OpalDecompiler.package/OCDecompilerConstructor.class/instance/constructor/codeTemp_named_.st
A OpalDecompiler.package/OCDecompilerConstructor.class/instance/constructor/codeThisContext.st
A OpalDecompiler.package/OCDecompilerConstructor.class/instance/initialize/method_class_literals_.st
A OpalDecompiler.package/OCDecompilerConstructor.class/instance/private/braceSelector_.st
A OpalDecompiler.package/OCDecompilerConstructor.class/instance/testing/isForClosures.st
A OpalDecompiler.package/OCDecompilerTest.class/README.md
A OpalDecompiler.package/OCDecompilerTest.class/definition.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-blocks-optimized/testExampleAndOr.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-blocks-optimized/testExampleAndOr2.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-blocks-optimized/testExampleAndOr3.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-blocks-optimized/testExampleAndOr4.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-blocks-optimized/testExampleIfFalse.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-blocks-optimized/testExampleIfFalseIfTrue.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-blocks-optimized/testExampleIfNotNilArg.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-blocks-optimized/testExampleIfNotNilReturnNil.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-blocks-optimized/testExampleIfTrue.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-blocks-optimized/testExampleIfTrueAssign.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-blocks-optimized/testExampleIfTrueIfFalse.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-blocks-optimized/testExampleInlineBlockCollectionLR3.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-blocks-optimized/testExampleMethodWithOptimizedBlocksA.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-blocks-optimized/testExampleSimpleBlockLocalIf.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-blocks-optimized/testExampleSimpleBlockLocalWhile.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-blocks-optimized/testExampleTimesRepeatEffect.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-blocks-optimized/testExampleTimesRepeatValue.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-blocks-optimized/testExampleToDoArgument.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-blocks-optimized/testExampleToDoArgumentLimitIsExpression.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-blocks-optimized/testExampleToDoArgumentNotInlined.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-blocks-optimized/testExampleToDoInsideTemp.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-blocks-optimized/testExampleToDoInsideTempNotInlined.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-blocks-optimized/testExampleToDoOutsideTemp.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-blocks-optimized/testExampleToDoOutsideTempNotInlined.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-blocks-optimized/testExampleWhileModificationAfterNotInlined.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-blocks-optimized/testExampleWhileModificationBefore.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-blocks-optimized/testExampleWhileModificationBeforeNotInlined.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-blocks-optimized/testExampleWhileWithTemp.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-blocks-optimized/testExampleWhileWithTempNotInlined.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-blocks/testExampleBlockArgument.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-blocks/testExampleBlockExternal.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-blocks/testExampleBlockExternal2.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-blocks/testExampleBlockExternalArg.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-blocks/testExampleBlockExternalNested.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-blocks/testExampleBlockInternal.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-blocks/testExampleBlockMethodArgument.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-blocks/testExampleBlockNested.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-blocks/testExampleEffectValues.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-blocks/testExampleMethodTempInNestedBlock.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-blocks/testExampleNestedBlockScoping.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-blocks/testExampleSimpleBlock.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-blocks/testExampleSimpleBlockArgument1.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-blocks/testExampleSimpleBlockArgument2.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-blocks/testExampleSimpleBlockArgument3.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-blocks/testExampleSimpleBlockArgument4.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-blocks/testExampleSimpleBlockArgument5.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-blocks/testExampleSimpleBlockEmpty.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-blocks/testExampleSimpleBlockLocal.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-blocks/testExampleSimpleBlockLocalIfNested.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-blocks/testExampleSimpleBlockNested.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-blocks/testExampleSimpleBlockReturn.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-blocks/testExampleSimpleBlockiVar.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-misc/testExamplePushArray.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-misc/testExamplePushBigArray.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-misc/testExampleToDoValue.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-misc/testExampleToDoValueLimitExpression.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-pragmas/testExampleDoublePrimitive.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-pragmas/testExamplePrimitiveErrorCode.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-pragmas/testExamplePrimitiveErrorCodeModule.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-simple/testExampleEmptyMethod.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-simple/testExampleNewArray.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-simple/testExampleReturn1.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-simple/testExampleReturn1plus2.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-variables/testExampleSelf.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-variables/testExampleSuper.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-variables/testExampleThisContext.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples-variables/testExampleiVar.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples/testDoubleRemoteAnidatedBlocks.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples/testNestedBlocksRemoteInBlockCase1.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples/testNestedBlocksRemoteInBlockCase2.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples/testNestedBlocksRemoteInBlockCase3.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples/testNoRemoteBlockArgument.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples/testNoRemoteBlockReturn.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples/testNoRemoteBlockTemp.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples/testNoRemoteMethodTemp.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples/testNoRemoteReadInBlock.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples/testNoRemoteReadNestedBlocks.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples/testOptimizedBlockReadInBlock.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples/testOptimizedBlockWriteInBlock.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples/testOptimizedBlockWriteInNestedBlock.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples/testOptimizedBlockWriteInNestedBlockCase2.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples/testOptimizedBlockWriteInNestedBlockCase3.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples/testOptimizedBlockWriteInNestedBlockCase4.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples/testOptimizedBlockWriteReadInBlock.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples/testOptimizedBlockWrittenAfterClosedOverCase1.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples/testOptimizedBlockWrittenAfterClosedOverCase2.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples/testOptimizedBlocksAndSameNameTemps.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples/testSingleRemoteDifferentBlocksSameArgumentName.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples/testSingleRemoteMethodArgument.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples/testSingleRemoteReadNestedBlocks.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples/testSingleRemoteTempVar.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples/testSingleRemoteTempVarWrittenAfterClosedOver.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/examples/testWrittenAfterClosedOver.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/initialization/testInitialize.st
A OpalDecompiler.package/OCDecompilerTest.class/instance/tests/checkMethod_.st
A OpalDecompiler.package/RBTempVectorNode.class/README.md
A OpalDecompiler.package/RBTempVectorNode.class/definition.st
A OpalDecompiler.package/RBTempVectorNode.class/instance/accessing/remoteTemps.st
A OpalDecompiler.package/RBTempVectorNode.class/instance/accessing/start.st
A OpalDecompiler.package/RBTempVectorNode.class/instance/accessing/temps.st
A OpalDecompiler.package/RBTempVectorNode.class/instance/accessing/temps_.st
A OpalDecompiler.package/RBTempVectorNode.class/instance/printing/printOn_.st
A OpalDecompiler.package/RBTempVectorNode.class/instance/testing/isIndirectTempVector.st
A OpalDecompiler.package/RBTempVectorNode.class/instance/visiting/acceptVisitor_.st
A OpalDecompiler.package/extension/RBBlockNode/instance/isJust_.st
A OpalDecompiler.package/extension/RBMessageNode/instance/ifNilReceiver.st
A OpalDecompiler.package/extension/RBMessageNode/instance/toDoFromWhileWithInit_.st
A OpalDecompiler.package/extension/RBMethodNode/instance/primitiveErrorVariableName.st
A OpalDecompiler.package/extension/RBMethodNode/instance/removeAndRenameLastTempIfErrorCode.st
A OpalDecompiler.package/extension/RBProgramNode/instance/asReturnNode.st
A OpalDecompiler.package/extension/RBProgramNode/instance/isIndirectTempVector.st
A OpalDecompiler.package/extension/RBProgramNode/instance/isJust_.st
A OpalDecompiler.package/extension/RBReturnNode/instance/asReturnNode.st
A ScriptLoader40.package/ScriptLoader.class/instance/pharo - scripts/script120.st
A ScriptLoader40.package/ScriptLoader.class/instance/pharo - updates/update40120.st
M ScriptLoader40.package/ScriptLoader.class/instance/public/commentForCurrentUpdate.st
Log Message:
-----------
40120
13662 Merging Opal branch with trunk
https://pharo.fogbugz.com/f/cases/13662
http://files.pharo.org/image/40/40120.zip
July 23, 2014
Re: [Pharo-dev] Project Watch on SThub
by Damien Cassou
On Wed, Jul 23, 2014 at 4:21 PM, Torsten Bergmann <astares(a)gmx.de> wrote:
>
> Things I would really like to see:
- a code browser (like we have for years on SqueakSource)
--
Damien Cassou
http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without
losing enthusiasm."
Winston Churchill
July 23, 2014
Re: [Pharo-dev] Project Watch on SThub
by Torsten Bergmann
I already thought that (as in most cases) it is mainly a
time issue.
To Mike:
The project and an image is on CI https://ci.inria.fr/pharo-contribution/job/SmalltalkHub/
including the infos to run it locally. You have to install MongoDB
Basically server side is using Seaside with Amber on the client.
Code is hosted on STHub itself: http://smalltalkhub.com/#!/~NicolasPetton/SmalltalkHub
There is also an issue tracker: https://code.google.com/p/smalltalk-hub/issues/list
Things I would really like to see:
- the project watch working again
- maybe using Pillar(Hub) beside Markdown would be great
- a simple field to enter and display the CI location in the project settings
- an better query API to retrieve infos (see http://forum.world.st/Query-STHub-from-outside-td4728629.html
and http://smalltalkhub.com/#!/~SWT/SmalltalkHubClient)
Maybe your pharocloud.com company want to also make an offer to host a custom/private STHub
instances ...
Bye
T.
> Gesendet: Mittwoch, 23. Juli 2014 um 15:11 Uhr
> Von: mikefilonov <mikefilonov(a)gmail.com>
> An: pharo-dev(a)lists.pharo.org
> Betreff: Re: [Pharo-dev] Project Watch on SThub
>
> Hi,
>
> I definitely want to help. How can I join in?
>
>
>
> --
> View this message in context: http://forum.world.st/Project-Watch-on-SThub-tp4769546p4769598.html
> Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
>
>
July 23, 2014
[pharo-project/pharo-core]
by GitHub
Branch: refs/tags/40119
Home: https://github.com/pharo-project/pharo-core
July 23, 2014
[pharo-project/pharo-core] bf40b5: 40119
by GitHub
Branch: refs/heads/4.0
Home: https://github.com/pharo-project/pharo-core
Commit: bf40b5af944e4bc9cb632a37d120a9eecb7efba9
https://github.com/pharo-project/pharo-core/commit/bf40b5af944e4bc9cb632a37…
Author: Jenkins Build Server <board(a)pharo-project.org>
Date: 2014-07-23 (Wed, 23 Jul 2014)
Changed paths:
M Morphic-Core.package/Morph.class/instance/menus/addMiscExtrasTo_.st
A ScriptLoader40.package/ScriptLoader.class/instance/pharo - scripts/script119.st
A ScriptLoader40.package/ScriptLoader.class/instance/pharo - updates/update40119.st
M ScriptLoader40.package/ScriptLoader.class/instance/public/commentForCurrentUpdate.st
R System-Tools.package/ToolRegistry.class/README.md
R System-Tools.package/ToolRegistry.class/definition.st
R System-Tools.package/ToolRegistry.class/instance/convenience-inspecting/inspectorClass.st
R System-Tools.package/ToolRegistry.class/instance/handling DNU/doesNotUnderstand_.st
R System-Tools.package/ToolRegistry.class/instance/initialization/initialize.st
R System-Tools.package/ToolRegistry.class/instance/initialize-release/initDefaultToolSet.st
R System-Tools.package/ToolRegistry.class/instance/menu/menuItems.st
R System-Tools.package/ToolRegistry.class/instance/menu/openClassBrowser.st
R System-Tools.package/ToolRegistry.class/instance/menu/openFileList.st
R System-Tools.package/ToolRegistry.class/instance/menu/openMonticelloBrowser.st
R System-Tools.package/ToolRegistry.class/instance/menu/openProcessBrowser.st
R System-Tools.package/ToolRegistry.class/instance/menu/openRecentChangesLog.st
R System-Tools.package/ToolRegistry.class/instance/menu/openTestRunner.st
R System-Tools.package/ToolRegistry.class/instance/menu/openTranscript.st
R System-Tools.package/ToolRegistry.class/instance/menu/openWorkspace.st
R System-Tools.package/ToolRegistry.class/instance/misc/browseDirectToolReferences.st
R System-Tools.package/ToolRegistry.class/instance/misc/codeCompletionAround_textMorph_keyStroke_.st
R System-Tools.package/ToolRegistry.class/instance/misc/informNoDebugger.st
R System-Tools.package/ToolRegistry.class/instance/misc/using_do_.st
R System-Tools.package/ToolRegistry.class/instance/registration/register_as_.st
R System-Tools.package/ToolRegistry.class/instance/registration/remove_.st
R System-Tools.package/ToolRegistry.class/instance/testing/hasToolNamed_.st
R System-Tools.package/ToolRegistry.class/instance/tools/inspector.st
R System-Tools.package/ToolRegistry.class/instance/tools/transcript.st
R System-Tools.package/ToolShortcuts.class/README.md
R System-Tools.package/ToolShortcuts.class/class/initializing/initialize.st
R System-Tools.package/ToolShortcuts.class/class/testing/isGlobalCategory.st
R System-Tools.package/ToolShortcuts.class/definition.st
R System-Tools.package/ToolShortcuts.class/instance/keymaps/openMonticelloPackageBrowser.st
R System-Tools.package/ToolShortcuts.class/instance/keymaps/openSettings.st
R System-Tools.package/ToolShortcuts.class/instance/keymaps/openSystemBrowser.st
R System-Tools.package/ToolShortcuts.class/instance/keymaps/openTranscript.st
R System-Tools.package/ToolShortcuts.class/instance/keymaps/openUnitTestRunner.st
R System-Tools.package/ToolShortcuts.class/instance/keymaps/openWorkspace.st
R System-Tools.package/ToolShortcuts.class/instance/keymaps/saveImage.st
R System-Tools.package/extension/SmalltalkImage/instance/resetTools.st
R System-Tools.package/extension/SmalltalkImage/instance/tools.st
A Tool-Base.package/ToolRegistry.class/README.md
A Tool-Base.package/ToolRegistry.class/definition.st
A Tool-Base.package/ToolRegistry.class/instance/convenience-inspecting/inspectorClass.st
A Tool-Base.package/ToolRegistry.class/instance/handling DNU/doesNotUnderstand_.st
A Tool-Base.package/ToolRegistry.class/instance/initialization/initialize.st
A Tool-Base.package/ToolRegistry.class/instance/initialize-release/initDefaultToolSet.st
A Tool-Base.package/ToolRegistry.class/instance/menu/menuItems.st
A Tool-Base.package/ToolRegistry.class/instance/menu/openClassBrowser.st
A Tool-Base.package/ToolRegistry.class/instance/menu/openFileList.st
A Tool-Base.package/ToolRegistry.class/instance/menu/openMonticelloBrowser.st
A Tool-Base.package/ToolRegistry.class/instance/menu/openProcessBrowser.st
A Tool-Base.package/ToolRegistry.class/instance/menu/openRecentChangesLog.st
A Tool-Base.package/ToolRegistry.class/instance/menu/openTestRunner.st
A Tool-Base.package/ToolRegistry.class/instance/menu/openTranscript.st
A Tool-Base.package/ToolRegistry.class/instance/menu/openWorkspace.st
A Tool-Base.package/ToolRegistry.class/instance/misc/browseDirectToolReferences.st
A Tool-Base.package/ToolRegistry.class/instance/misc/codeCompletionAround_textMorph_keyStroke_.st
A Tool-Base.package/ToolRegistry.class/instance/misc/informNoDebugger.st
A Tool-Base.package/ToolRegistry.class/instance/misc/using_do_.st
A Tool-Base.package/ToolRegistry.class/instance/registration/register_as_.st
A Tool-Base.package/ToolRegistry.class/instance/registration/remove_.st
A Tool-Base.package/ToolRegistry.class/instance/testing/hasToolNamed_.st
A Tool-Base.package/ToolRegistry.class/instance/tools/inspector.st
A Tool-Base.package/ToolRegistry.class/instance/tools/transcript.st
A Tool-Base.package/ToolShortcuts.class/README.md
A Tool-Base.package/ToolShortcuts.class/class/initializing/initialize.st
A Tool-Base.package/ToolShortcuts.class/class/testing/isGlobalCategory.st
A Tool-Base.package/ToolShortcuts.class/definition.st
A Tool-Base.package/ToolShortcuts.class/instance/keymaps/openMonticelloPackageBrowser.st
A Tool-Base.package/ToolShortcuts.class/instance/keymaps/openSettings.st
A Tool-Base.package/ToolShortcuts.class/instance/keymaps/openSystemBrowser.st
A Tool-Base.package/ToolShortcuts.class/instance/keymaps/openTranscript.st
A Tool-Base.package/ToolShortcuts.class/instance/keymaps/openUnitTestRunner.st
A Tool-Base.package/ToolShortcuts.class/instance/keymaps/openWorkspace.st
A Tool-Base.package/ToolShortcuts.class/instance/keymaps/saveImage.st
A Tool-Base.package/extension/SmalltalkImage/instance/resetTools.st
A Tool-Base.package/extension/SmalltalkImage/instance/tools.st
Log Message:
-----------
40119
13625 we can merge System-Tools with Tool-Base
https://pharo.fogbugz.com/f/cases/13625
13570 Add-Halo, menu, mouse on export.... hangs image
https://pharo.fogbugz.com/f/cases/13570
http://files.pharo.org/image/40/40119.zip
July 23, 2014