Branch: refs/heads/4.0 Home: https://github.com/pharo-project/pharo-core Commit: c3650faacde613b525e4dd5607c858c6be63fe6c https://github.com/pharo-project/pharo-core/commit/c3650faacde613b525e4dd560... Author: Jenkins Build Server <board@pharo-project.org> Date: 2014-10-13 (Mon, 13 Oct 2014) Changed paths: R Kernel.package/BlockLocalTempCounter.class/instance/initialize-release/testTempCountForBlockAt_in_.st R Kernel.package/CompiledMethod.class/instance/printing/abstractSymbolic.st R Kernel.package/CompiledMethod.class/instance/printing/longPrintRelativeOn_indent_.st M Kernel.package/CompiledMethod.class/instance/printing/symbolic.st A Kernel.package/CompiledMethod.class/instance/printing/symbolicBytecodes.st R Kernel.package/CompiledMethod.class/instance/printing/symbolicLinesDo_.st M Kernel.package/InstructionPrinter.class/definition.st A Kernel.package/InstructionPrinter.class/instance/accessing/indent_.st M Kernel.package/InstructionPrinter.class/instance/accessing/method_.st R Kernel.package/InstructionPrinter.class/instance/accessing/printPC.st R Kernel.package/InstructionPrinter.class/instance/initialize-release/indent_.st M Kernel.package/InstructionPrinter.class/instance/initialize-release/printInstructionsOn_.st R Kernel.package/InstructionPrinter.class/instance/initialize-release/printInstructionsOn_do_.st M Kernel.package/InstructionPrinter.class/instance/instruction decoding/jump_.st M Kernel.package/InstructionPrinter.class/instance/instruction decoding/send_super_numArgs_.st M Kernel.package/InstructionPrinter.class/instance/printing/print_.st R Kernel.package/RelativeInstructionPrinter.class/README.md R Kernel.package/RelativeInstructionPrinter.class/definition.st R Kernel.package/RelativeInstructionPrinter.class/instance/initialize-release/printCode_.st R Kernel.package/RelativeInstructionPrinter.class/instance/instruction decoding/jump_.st R Kernel.package/RelativeInstructionPrinter.class/instance/instruction decoding/jump_if_.st R Kernel.package/RelativeInstructionPrinter.class/instance/instruction decoding/pushClosureCopyNumCopiedValues_numArgs_blockSize_.st R Kernel.package/RelativeInstructionPrinter.class/instance/instruction decoding/send_super_numArgs_.st R Kernel.package/RelativeInstructionPrinter.class/instance/printing/printCode.st R Kernel.package/RelativeInstructionPrinter.class/instance/printing/printInstructionsOn_.st R Kernel.package/RelativeInstructionPrinter.class/instance/printing/printInstructionsOn_do_.st R Kernel.package/RelativeInstructionPrinter.class/instance/printing/print_.st A Kernel.package/SymbolicBytecode.class/README.md A Kernel.package/SymbolicBytecode.class/definition.st A Kernel.package/SymbolicBytecode.class/instance/accessing/bytes.st A Kernel.package/SymbolicBytecode.class/instance/accessing/bytes_.st A Kernel.package/SymbolicBytecode.class/instance/accessing/description.st A Kernel.package/SymbolicBytecode.class/instance/accessing/description_.st A Kernel.package/SymbolicBytecode.class/instance/accessing/method.st A Kernel.package/SymbolicBytecode.class/instance/accessing/method_.st A Kernel.package/SymbolicBytecode.class/instance/accessing/offset.st A Kernel.package/SymbolicBytecode.class/instance/accessing/offset_.st A Kernel.package/SymbolicBytecode.class/instance/printing/printOn_.st A Kernel.package/SymbolicBytecodeBuilder.class/README.md A Kernel.package/SymbolicBytecodeBuilder.class/class/api/decode_.st A Kernel.package/SymbolicBytecodeBuilder.class/definition.st A Kernel.package/SymbolicBytecodeBuilder.class/instance/accessing/method.st A Kernel.package/SymbolicBytecodeBuilder.class/instance/accessing/method_.st A Kernel.package/SymbolicBytecodeBuilder.class/instance/api/decode.st A Kernel.package/SymbolicBytecodeBuilder.class/instance/instruction decoding/blockReturnTop.st A Kernel.package/SymbolicBytecodeBuilder.class/instance/instruction decoding/doDup.st A Kernel.package/SymbolicBytecodeBuilder.class/instance/instruction decoding/doPop.st A Kernel.package/SymbolicBytecodeBuilder.class/instance/instruction decoding/jump_.st A Kernel.package/SymbolicBytecodeBuilder.class/instance/instruction decoding/jump_if_.st A Kernel.package/SymbolicBytecodeBuilder.class/instance/instruction decoding/methodReturnConstant_.st A Kernel.package/SymbolicBytecodeBuilder.class/instance/instruction decoding/methodReturnReceiver.st A Kernel.package/SymbolicBytecodeBuilder.class/instance/instruction decoding/methodReturnTop.st A Kernel.package/SymbolicBytecodeBuilder.class/instance/instruction decoding/popIntoLiteralVariable_.st A Kernel.package/SymbolicBytecodeBuilder.class/instance/instruction decoding/popIntoReceiverVariable_.st A Kernel.package/SymbolicBytecodeBuilder.class/instance/instruction decoding/popIntoRemoteTemp_inVectorAt_.st A Kernel.package/SymbolicBytecodeBuilder.class/instance/instruction decoding/popIntoTemporaryVariable_.st A Kernel.package/SymbolicBytecodeBuilder.class/instance/instruction decoding/pushActiveContext.st A Kernel.package/SymbolicBytecodeBuilder.class/instance/instruction decoding/pushClosureCopyNumCopiedValues_numArgs_blockSize_.st A Kernel.package/SymbolicBytecodeBuilder.class/instance/instruction decoding/pushConsArrayWithElements_.st A Kernel.package/SymbolicBytecodeBuilder.class/instance/instruction decoding/pushConstant_.st A Kernel.package/SymbolicBytecodeBuilder.class/instance/instruction decoding/pushLiteralVariable_.st A Kernel.package/SymbolicBytecodeBuilder.class/instance/instruction decoding/pushNewArrayOfSize_.st A Kernel.package/SymbolicBytecodeBuilder.class/instance/instruction decoding/pushReceiver.st A Kernel.package/SymbolicBytecodeBuilder.class/instance/instruction decoding/pushReceiverVariable_.st A Kernel.package/SymbolicBytecodeBuilder.class/instance/instruction decoding/pushRemoteTemp_inVectorAt_.st A Kernel.package/SymbolicBytecodeBuilder.class/instance/instruction decoding/pushTemporaryVariable_.st A Kernel.package/SymbolicBytecodeBuilder.class/instance/instruction decoding/send_super_numArgs_.st A Kernel.package/SymbolicBytecodeBuilder.class/instance/instruction decoding/storeIntoLiteralVariable_.st A Kernel.package/SymbolicBytecodeBuilder.class/instance/instruction decoding/storeIntoReceiverVariable_.st A Kernel.package/SymbolicBytecodeBuilder.class/instance/instruction decoding/storeIntoRemoteTemp_inVectorAt_.st A Kernel.package/SymbolicBytecodeBuilder.class/instance/instruction decoding/storeIntoTemporaryVariable_.st A Kernel.package/SymbolicBytecodeBuilder.class/instance/private/print_.st R KernelTests.package/InstructionPrinterTest.class/instance/examples/example1.st R OpalCompiler-Tests.package/OCBC2IR2BCSymbolic.class/instance/tests/testExampleInlineBlockCollectionLR3.st R OpalCompiler-Tests.package/OCBC2IR2BCSymbolic.class/instance/tests/testExamplePrimitiveErrorCode.st A ScriptLoader40.package/ScriptLoader.class/instance/pharo - scripts/script300.st A ScriptLoader40.package/ScriptLoader.class/instance/pharo - updates/update40300.st M ScriptLoader40.package/ScriptLoader.class/instance/public/commentForCurrentUpdate.st M Tool-Base.package/extension/SystemNavigation/instance/browseAllImplementorsOf_.st M Versionner-Spec-Browser.package/VersionnerProjectPanel.class/instance/initialization/initializeGroupsWidget.st Log Message: ----------- 40300 13457 The Implementors of browser adds all methods added to its list https://pharo.fogbugz.com/f/cases/13457 14204 OCStoreIntoReadOnlyVariableError: VersionnerProjectPanel>>#initializeGroupsWidget: https://pharo.fogbugz.com/f/cases/14204 14224 add #symbolicBytecodes to CompiledMethod and clean up InstructionPrinter a little https://pharo.fogbugz.com/f/cases/14224 http://files.pharo.org/image/40/40300.zip