[pharo-project/pharo-core] e6023c: 40303
Branch: refs/heads/4.0 Home: https://github.com/pharo-project/pharo-core Commit: e6023ca6f707a9c2b2dead79a9af5e4629171a3c https://github.com/pharo-project/pharo-core/commit/e6023ca6f707a9c2b2dead79a... Author: Jenkins Build Server <board@pharo-project.org> Date: 2014-10-14 (Tue, 14 Oct 2014) Changed paths: M Kernel.package/CompiledMethod.class/instance/printing/longPrintOn_.st R Kernel.package/CompiledMethod.class/instance/printing/longPrintOn_indent_.st M Kernel.package/CompiledMethod.class/instance/printing/symbolic.st R Kernel.package/InstructionPrinter.class/README.md R Kernel.package/InstructionPrinter.class/class/printing/on_.st R Kernel.package/InstructionPrinter.class/class/printing/printClass_.st R Kernel.package/InstructionPrinter.class/definition.st R Kernel.package/InstructionPrinter.class/instance/accessing/indent.st R Kernel.package/InstructionPrinter.class/instance/accessing/indent_.st R Kernel.package/InstructionPrinter.class/instance/accessing/method.st R 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/printInstructionsOn_.st R Kernel.package/InstructionPrinter.class/instance/instruction decoding/blockReturnTop.st R Kernel.package/InstructionPrinter.class/instance/instruction decoding/doDup.st R Kernel.package/InstructionPrinter.class/instance/instruction decoding/doPop.st R Kernel.package/InstructionPrinter.class/instance/instruction decoding/jump_.st R Kernel.package/InstructionPrinter.class/instance/instruction decoding/jump_if_.st R Kernel.package/InstructionPrinter.class/instance/instruction decoding/methodReturnConstant_.st R Kernel.package/InstructionPrinter.class/instance/instruction decoding/methodReturnReceiver.st R Kernel.package/InstructionPrinter.class/instance/instruction decoding/methodReturnTop.st R Kernel.package/InstructionPrinter.class/instance/instruction decoding/popIntoLiteralVariable_.st R Kernel.package/InstructionPrinter.class/instance/instruction decoding/popIntoReceiverVariable_.st R Kernel.package/InstructionPrinter.class/instance/instruction decoding/popIntoRemoteTemp_inVectorAt_.st R Kernel.package/InstructionPrinter.class/instance/instruction decoding/popIntoTemporaryVariable_.st R Kernel.package/InstructionPrinter.class/instance/instruction decoding/pushActiveContext.st R Kernel.package/InstructionPrinter.class/instance/instruction decoding/pushClosureCopyNumCopiedValues_numArgs_blockSize_.st R Kernel.package/InstructionPrinter.class/instance/instruction decoding/pushConsArrayWithElements_.st R Kernel.package/InstructionPrinter.class/instance/instruction decoding/pushConstant_.st R Kernel.package/InstructionPrinter.class/instance/instruction decoding/pushLiteralVariable_.st R Kernel.package/InstructionPrinter.class/instance/instruction decoding/pushNewArrayOfSize_.st R Kernel.package/InstructionPrinter.class/instance/instruction decoding/pushReceiver.st R Kernel.package/InstructionPrinter.class/instance/instruction decoding/pushReceiverVariable_.st R Kernel.package/InstructionPrinter.class/instance/instruction decoding/pushRemoteTemp_inVectorAt_.st R Kernel.package/InstructionPrinter.class/instance/instruction decoding/pushTemporaryVariable_.st R Kernel.package/InstructionPrinter.class/instance/instruction decoding/send_super_numArgs_.st R Kernel.package/InstructionPrinter.class/instance/instruction decoding/storeIntoLiteralVariable_.st R Kernel.package/InstructionPrinter.class/instance/instruction decoding/storeIntoReceiverVariable_.st R Kernel.package/InstructionPrinter.class/instance/instruction decoding/storeIntoRemoteTemp_inVectorAt_.st R Kernel.package/InstructionPrinter.class/instance/instruction decoding/storeIntoTemporaryVariable_.st R Kernel.package/InstructionPrinter.class/instance/printing/print_.st R KernelTests.package/InstructionPrinterTest.class/README.md R KernelTests.package/InstructionPrinterTest.class/definition.st R KernelTests.package/InstructionPrinterTest.class/instance/tests/testInstructions.st R Nautilus.package/AbstractNautilusUI.class/instance/accessing/currentDisplayChoice.st R Nautilus.package/AbstractNautilusUI.class/instance/accessing/currentDisplayChoice_.st R Nautilus.package/AbstractNautilusUI.class/instance/build ui buttons/buildSwitchToByteCodeButton.st R Nautilus.package/AbstractNautilusUI.class/instance/build ui buttons/buildSwitchToSourceCodeButton.st M Nautilus.package/AbstractNautilusUI.class/instance/build ui lists/buildTextAreaButtonsColumn_.st R Nautilus.package/AbstractNautilusUI.class/instance/buttons behavior/switchToByteCodeButton.st R Nautilus.package/AbstractNautilusUI.class/instance/buttons behavior/switchToSourceCodeButton.st R Nautilus.package/AbstractNautilusUI.class/instance/private/byteCodeSymbol.st R Nautilus.package/AbstractNautilusUI.class/instance/private/showByteCode.st R Nautilus.package/AbstractNautilusUI.class/instance/private/showSource.st R Nautilus.package/AbstractNautilusUI.class/instance/private/sourceCodeSymbol.st M Nautilus.package/AbstractNautilusUI.class/instance/source code area/selectedMethodSource.st R Nautilus.package/extension/ThemeIcons/instance/byteCodePressedIcon.st R Nautilus.package/extension/ThemeIcons/instance/byteCodePressedIconContents.st R Nautilus.package/extension/ThemeIcons/instance/byteCodeSelectedIcon.st R Nautilus.package/extension/ThemeIcons/instance/byteCodeSelectedIconContents.st R Nautilus.package/extension/ThemeIcons/instance/byteCodeUnselectedIcon.st R Nautilus.package/extension/ThemeIcons/instance/byteCodeUnselectedIconContents.st R Nautilus.package/extension/ThemeIcons/instance/sourcePressedIcon.st R Nautilus.package/extension/ThemeIcons/instance/sourcePressedIconContents.st R Nautilus.package/extension/ThemeIcons/instance/sourceSelectedIcon.st R Nautilus.package/extension/ThemeIcons/instance/sourceSelectedIconContents.st R Nautilus.package/extension/ThemeIcons/instance/sourceUnselectedIcon.st R Nautilus.package/extension/ThemeIcons/instance/sourceUnselectedIconContents.st M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests - instructions/testBlockReturnTop.st M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests - instructions/testGoTo.st M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests - instructions/testGoToIf.st M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests - instructions/testIfGoTo.st M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests - instructions/testIfGoToOtherWise.st M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests - instructions/testLabel.st M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests - instructions/testPopTop.st M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests - instructions/testPushClosureCopyNumCopiedValuesNumArgsTo.st M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests - instructions/testPushConsArray.st M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests - instructions/testPushDup.st M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests - instructions/testPushInstVar.st M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests - instructions/testPushLiteral.st M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests - instructions/testPushLiteralVariable.st M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests - instructions/testPushNewArray.st M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests - instructions/testPushReceiver.st M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests - instructions/testPushRemoteTempInVectorAt.st M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests - instructions/testPushTemp.st M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests - instructions/testPushThisContext.st M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests - instructions/testReturnTop.st M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests - instructions/testSend.st M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests - instructions/testSendToSuperOf.st M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests - instructions/testStoreInstVar.st M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests - instructions/testStoreIntoLiteralVariable.st M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests - instructions/testStoreLiteralVariable.st M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests - instructions/testStorePopInstVar.st M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests - instructions/testStorePopIntoLiteralVariable.st M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests - instructions/testStorePopRemoteTempInVectorAt.st M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests - instructions/testStorePopTemp.st M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests - instructions/testStoreRemoteTempInVectorAt.st M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests - instructions/testStoreTemp.st M OpalCompiler-Tests.package/OCNewCompilerWithChangesFunctionalTests.class/instance/other-tests/testDifferentBlocksWithSameArgumentName.st M OpalCompiler-Tests.package/OCNewCompilerWithChangesFunctionalTests.class/instance/test - block returning/testBlockReturning.st M OpalCompiler-Tests.package/OCNewCompilerWithChangesFunctionalTests.class/instance/tests/testBlockTemp.st M OpalCompiler-Tests.package/OCNewCompilerWithChangesFunctionalTests.class/instance/tests/testMethodArgument.st M OpalCompiler-Tests.package/OCNewCompilerWithChangesFunctionalTests.class/instance/tests/testReturnBlockInMethod.st M OpalCompiler-Tests.package/OCNewCompilerWithChangesFunctionalTests.class/instance/tests/testSteamContentsLimitedToSequenceableCollectionClass.st M OpalCompiler-Tests.package/OCNewCompilerWithChangesFunctionalTests.class/instance/tests/testToDoArgumentNotInlined.st M OpalCompiler-Tests.package/OCNewCompilerWithChangesFunctionalTests.class/instance/tests/testToDoInsideTempNotInlined.st M OpalCompiler-Tests.package/OCNewCompilerWithChangesFunctionalTests.class/instance/tests/testToDoOutsideTempNotInlined.st M OpalCompiler-Tests.package/OCNewCompilerWithChangesFunctionalTests.class/instance/tests/testWhileModificationAfterNotInlined.st M OpalCompiler-Tests.package/OCNewCompilerWithChangesFunctionalTests.class/instance/tests/testWhileModificationBeforeNotInlined.st M OpalCompiler-Tests.package/OCNewCompilerWithChangesFunctionalTests.class/instance/tests/testWhileWithTempNotInlined.st A ScriptLoader40.package/ScriptLoader.class/instance/pharo - scripts/script303.st A ScriptLoader40.package/ScriptLoader.class/instance/pharo - updates/update40303.st M ScriptLoader40.package/ScriptLoader.class/instance/public/commentForCurrentUpdate.st M Spec-Tools.package/MessageBrowser.class/instance/initialization/initializeDropList.st R Tool-Base.package/ByteCodeMethodConverter.class/README.md R Tool-Base.package/ByteCodeMethodConverter.class/definition.st R Tool-Base.package/ByteCodeMethodConverter.class/instance/private/internalGetText.st Log Message: ----------- 40303 14232 remove ByteCodeMethodConverter https://pharo.fogbugz.com/f/cases/14232 14225 implement #symbolic by printing the SymbolicBytecode.... https://pharo.fogbugz.com/f/cases/14225 13318 no (strong) visual feedback for bytecode view while looking at a class definition https://pharo.fogbugz.com/f/cases/13318 http://files.pharo.org/image/40/40303.zip
participants (1)
-
GitHub