Pharo-dev
By thread
pharo-dev@lists.pharo.org
By month
Messages by month
- ----- 2026 -----
- 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
July 2014
- 1178 messages
[pharo-project/pharo-core] 055b54: 40070
by GitHub
Branch: refs/heads/4.0
Home: https://github.com/pharo-project/pharo-core
Commit: 055b54c251b148935a89f3c988d2925b8453a288
https://github.com/pharo-project/pharo-core/commit/055b54c251b148935a89f3c9…
Author: Jenkins Build Server <board(a)pharo-project.org>
Date: 2014-07-07 (Mon, 07 Jul 2014)
Changed paths:
A OpalCompiler-Core.package/CCompilationContext.class/class/accessing/bytecodeBackend.st
A OpalCompiler-Core.package/CCompilationContext.class/class/accessing/bytecodeBackend_.st
A OpalCompiler-Core.package/CCompilationContext.class/class/initialize/initialize.st
M OpalCompiler-Core.package/CCompilationContext.class/definition.st
M OpalCompiler-Core.package/CCompilationContext.class/instance/accessing/bytecodeGeneratorClass.st
A OpalCompiler-Core.package/CompilationContext.class/class/accessing/bytecodeBackend.st
A OpalCompiler-Core.package/CompilationContext.class/class/accessing/bytecodeBackend_.st
A OpalCompiler-Core.package/CompilationContext.class/class/initialize/initialize.st
M OpalCompiler-Core.package/CompilationContext.class/definition.st
M OpalCompiler-Core.package/CompilationContext.class/instance/accessing/bytecodeGeneratorClass.st
A OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/README.md
A OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/class/initialize/initialize.st
A OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/class/initialize/initializeSpecialSelectors.st
A OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/class/initialize/specialSelectorsArray.st
A OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/definition.st
A OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/accessing/additionalLiterals_.st
A OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/accessing/forceLongForm_.st
A OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/accessing/numArgs.st
A OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/accessing/numArgs_.st
A OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/accessing/numTemps.st
A OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/accessing/numTemps_.st
A OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/accessing/properties.st
A OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/accessing/properties_.st
A OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/error handling/encodingError_.st
A OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/error handling/jumpTooBig_.st
A OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/error handling/tooManyVars_.st
A OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/initialization/initialize.st
A OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/instructions/goto_.st
A OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/instructions/if_goto_.st
A OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/instructions/if_goto_otherwise_.st
A OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/instructions/label_.st
A OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/instructions/pushClosureCopyNumCopiedValues_numArgs_to_.st
A OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/instructions/pushNClosureTemps_.st
A OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/mapping/mapBytesTo_.st
A OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/private/addLastLiteral_.st
A OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/private/addLiteral_.st
A OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/private/addPragma_.st
A OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/private/from_goto_.st
A OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/private/from_if_goto_otherwise_.st
A OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/private/newDummySeqId.st
A OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/private/nextPut_.st
A OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/private/pragmas_.st
A OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/private/saveLastJump_.st
A OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/private/updateJumpOffsets.st
A OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/private/updateJump_.st
A OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/results/bytecodes.st
A OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/results/compiledMethod.st
A OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/results/literals.st
A OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/results/stackFrameSize.st
M OpalCompiler-Core.package/IRBytecodeDecompiler.class/instance/quick methods/quickMethod.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/README.md
R OpalCompiler-Core.package/IRBytecodeGenerator.class/class/initialize/bytecodeTableFrom_.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/class/initialize/initialize.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/class/initialize/initializeBytecodeTable.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/class/initialize/initializeSpecialConstants.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/class/initialize/initializeSpecialSelectors.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/class/initialize/specialConstants.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/class/initialize/specialSelectorsArray.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/definition.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/accessing/additionalLiterals_.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/accessing/forceLongForm_.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/accessing/numArgs.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/accessing/numTemps.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/accessing/numTemps_.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/accessing/primNum.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/accessing/properties.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/accessing/properties_.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/initialization/initialize.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/initialize/irPrimitive_.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/initialize/numArgs_.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/instructions/blockReturnTop.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/instructions/goto_.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/instructions/if_goto_.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/instructions/if_goto_otherwise_.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/instructions/label_.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/instructions/popTop.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/instructions/pushClosureCopyNumCopiedValues_numArgs_to_.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/instructions/pushConsArray_.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/instructions/pushDup.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/instructions/pushInstVar_.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/instructions/pushLiteralVariable_.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/instructions/pushLiteral_.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/instructions/pushNewArray_.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/instructions/pushReceiver.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/instructions/pushRemoteTemp_inVectorAt_.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/instructions/pushTemp_.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/instructions/pushThisContext.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/instructions/returnConstant_.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/instructions/returnInstVar_.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/instructions/returnReceiver.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/instructions/returnTop.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/instructions/send_.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/instructions/send_toSuperOf_.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/instructions/storeInstVar_.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/instructions/storeIntoLiteralVariable_.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/instructions/storePopInstVar_.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/instructions/storePopIntoLiteralVariable_.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/instructions/storePopRemoteTemp_inVectorAt_.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/instructions/storePopTemp_.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/instructions/storeRemoteTemp_inVectorAt_.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/instructions/storeTemp_.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/mapping/mapBytesTo_.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/private/addLastLiteral_.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/private/addLiteral_.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/private/addPragma_.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/private/closureFrom_to_copyNumCopiedValues_numArgs_.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/private/from_goto_.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/private/from_if_goto_otherwise_.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/private/jumpBackward_.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/private/jumpForward_.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/private/jump_if_.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/private/newDummySeqId.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/private/nextPut_.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/private/pragmas_.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/private/saveLastJump_.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/private/updateJumpOffsets.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/private/updateJump_.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/results/bytecodes.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/results/compiledMethod.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/results/compiledMethodWith_.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/results/literals.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/results/quickMethodPrim.st
R OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/results/stackFrameSize.st
A OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/README.md
A OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/class/initialize/bytecodeTableFrom_.st
A OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/class/initialize/initializeBytecodeTable.st
A OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/class/initialize/initializeSpecialConstants.st
A OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/class/initialize/specialConstants.st
A OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/definition.st
A OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/extensions/pushExtA_.st
A OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/extensions/pushExtB_.st
A OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/extensions/pushExtension_byte_.st
A OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/initialize/initialize.st
A OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/initialize/irPrimitive_.st
A OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/instructions/blockReturnTop.st
A OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/instructions/popTop.st
A OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/instructions/pushConsArray_.st
A OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/instructions/pushDup.st
A OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/instructions/pushInstVar_.st
A OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/instructions/pushLiteralVariable_.st
A OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/instructions/pushLiteral_.st
A OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/instructions/pushNewArray_.st
A OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/instructions/pushReceiver.st
A OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/instructions/pushRemoteTemp_inVectorAt_.st
A OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/instructions/pushTemp_.st
A OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/instructions/pushThisContext.st
A OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/instructions/returnInstVar_.st
A OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/instructions/returnReceiver.st
A OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/instructions/send_.st
A OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/instructions/send_toSuperOf_.st
A OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/instructions/storeInstVar_.st
A OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/instructions/storeIntoLiteralVariable_.st
A OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/instructions/storePopInstVar_.st
A OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/instructions/storePopIntoLiteralVariable_.st
A OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/instructions/storePopRemoteTemp_inVectorAt_.st
A OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/instructions/storePopTemp_.st
A OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/instructions/storeRemoteTemp_inVectorAt_.st
A OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/instructions/storeTemp_.st
A OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/new instructions/pushCharacter_.st
A OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/new instructions/pushNClosureTemps_.st
A OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/new instructions/pushSmallFloat_.st
A OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/new instructions/pushSmallInteger_.st
A OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/new instructions/pushThisProcess.st
A OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/private/closureFrom_to_copyNumCopiedValues_numArgs_.st
A OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/private/jumpBackward_.st
A OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/private/jumpForward_.st
A OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/private/jump_if_.st
A OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/results/compiledMethodWith_.st
A OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/results/quickMethodPrim.st
A OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/results/quickPrimIndex.st
A OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/README.md
A OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/class/initialize/bytecodeTableFrom_.st
A OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/class/initialize/initializeBytecodeTable.st
A OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/class/initialize/initializeSpecialConstants.st
A OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/class/initialize/specialConstants.st
A OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/definition.st
A OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/accessing/primNum.st
A OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/initialization/initialize.st
A OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/initialization/irPrimitive_.st
A OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/blockReturnTop.st
A OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/popTop.st
A OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/pushConsArray_.st
A OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/pushDup.st
A OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/pushInstVar_.st
A OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/pushLiteralVariable_.st
A OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/pushLiteral_.st
A OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/pushNewArray_.st
A OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/pushReceiver.st
A OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/pushRemoteTemp_inVectorAt_.st
A OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/pushTemp_.st
A OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/pushThisContext.st
A OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/returnConstant_.st
A OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/returnInstVar_.st
A OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/returnReceiver.st
A OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/returnTop.st
A OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/send_.st
A OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/send_toSuperOf_.st
A OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/storeInstVar_.st
A OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/storeIntoLiteralVariable_.st
A OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/storePopInstVar_.st
A OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/storePopIntoLiteralVariable_.st
A OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/storePopRemoteTemp_inVectorAt_.st
A OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/storePopTemp_.st
A OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/storeRemoteTemp_inVectorAt_.st
A OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/storeTemp_.st
A OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/private/closureFrom_to_copyNumCopiedValues_numArgs_.st
A OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/private/jumpBackward_.st
A OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/private/jumpForward_.st
A OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/private/jump_if_.st
A OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/results/compiledMethodWith_.st
A OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/results/quickMethodPrim.st
M OpalCompiler-Core.package/IRTranslator.class/instance/instructions/pushClosureCopyCopiedValues_args_jumpTo_.st
M OpalCompiler-Core.package/ManifestOpalCompilerCore.class/class/meta data/ruleEqualsTrueRuleV1FalsePositive.st
A OpalCompiler-Core.package/OCASTTranslator.class/instance/inline messages factored/emitAllButLastCases_.st
A OpalCompiler-Core.package/OCASTTranslator.class/instance/inline messages factored/emitCondition_boolean_.st
A OpalCompiler-Core.package/OCASTTranslator.class/instance/inline messages factored/emitIfNil_boolean_.st
A OpalCompiler-Core.package/OCASTTranslator.class/instance/inline messages factored/emitIf_boolean_.st
A OpalCompiler-Core.package/OCASTTranslator.class/instance/inline messages factored/emitToDo_step_.st
A OpalCompiler-Core.package/OCASTTranslator.class/instance/inline messages factored/emitWhile_boolean_.st
R OpalCompiler-Core.package/OCASTTranslator.class/instance/inline messages/emitAllButLastCases_.st
M OpalCompiler-Core.package/OCASTTranslator.class/instance/inline messages/emitIfNilIfNotNil_.st
M OpalCompiler-Core.package/OCASTTranslator.class/instance/inline messages/emitIfNotNilIfNil_.st
R OpalCompiler-Core.package/OCASTTranslator.class/instance/inline messages/emitIf_boolean_.st
R OpalCompiler-Core.package/OCASTTranslator.class/instance/inline messages/emitToDo_step_.st
R OpalCompiler-Core.package/OCASTTranslator.class/instance/inline messages/emitWhile_boolean_.st
A OpalCompiler-Core.package/OCBytecodeEncodingError.class/README.md
A OpalCompiler-Core.package/OCBytecodeEncodingError.class/definition.st
M OpalCompiler-Core.package/extension/RBMessageNode/instance/isInlined.st
M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests - errors/testPushRemoteTempInVectorAtOutOfRange.st
M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests - errors/testPushRemoteTempOutOfRangeInVectorAt.st
M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests - errors/testStoreRemoteTempInVectorAtOutOfRange.st
M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests - errors/testStoreRemoteTempOutOfRangeInVectorAt.st
M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests - execution/testClosureExample.st
M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests - execution/testExample.st
M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests - execution/testExample2.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/testReturnConstant.st
M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests - instructions/testReturnInstVar.st
M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests - instructions/testReturnReceiver.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
A ScriptLoader40.package/ScriptLoader.class/instance/pharo - scripts/script70.st
A ScriptLoader40.package/ScriptLoader.class/instance/pharo - updates/update40070.st
M ScriptLoader40.package/ScriptLoader.class/instance/public/commentForCurrentUpdate.st
Log Message:
-----------
40070
Merging Opal branch with the trunk.
http://files.pharo.org/image/40/40070.zip
July 7, 2014
[pharo-project/pharo-core]
by GitHub
Branch: refs/tags/40069
Home: https://github.com/pharo-project/pharo-core
July 7, 2014
[pharo-project/pharo-core] 23fcd3: 40069
by GitHub
Branch: refs/heads/4.0
Home: https://github.com/pharo-project/pharo-core
Commit: 23fcd3dfe3093081972fce181a0c9b843b0cd05f
https://github.com/pharo-project/pharo-core/commit/23fcd3dfe3093081972fce18…
Author: Jenkins Build Server <board(a)pharo-project.org>
Date: 2014-07-07 (Mon, 07 Jul 2014)
Changed paths:
A Deprecated40.package/extension/Class/instance/name_.st
R Kernel.package/Class.class/instance/private/name_.st
M Nautilus.package/extension/Class/instance/definitionForNautilus.st
A ScriptLoader40.package/ScriptLoader.class/instance/pharo - scripts/script69.st
A ScriptLoader40.package/ScriptLoader.class/instance/pharo - updates/update40069.st
M ScriptLoader40.package/ScriptLoader.class/instance/public/commentForCurrentUpdate.st
A Slot.package/Slot.class/class/settings/showSlotClassDefinition.st
A Slot.package/Slot.class/class/settings/showSlotClassDefinition_.st
A Slot.package/Slot.class/class/settings/slotSetting_.st
Log Message:
-----------
40069
13483 Preference to always show experimental slot class template
https://pharo.fogbugz.com/f/cases/13483
12373 Class>>name: should be deprecated
https://pharo.fogbugz.com/f/cases/12373
http://files.pharo.org/image/40/40069.zip
July 7, 2014
Re: [Pharo-dev] ZnNewLogEvent warning
by Sven Van Caekenberghe
Hi Sebastian,
On 07 Jul 2014, at 00:06, Sebastian Sastre <sebastian(a)flowingconcept.com> wrote:
> Hi guys, Sven,
>
> Iâm loading Zinc this way:
> <Screen Shot 2014-07-06 at 7.03.20 PM.png>
>
> And it was doing great so far.
>
> Since today Iâm experiencing this:
>
> <Screen Shot 2014-07-06 at 7.02.55 PM.png>
>
> I am missing something?
*You* are not missing something, the configuration is. SSO does not properly depend on the core Zinc-HTTP package. I will fix that later. If you swap the two expressions, loading WebSocket before SSO, it should work.
Sven
>
> Thanks!
>
> sebastian
>
> o/
>
> blog: http://sebastianconcept.com
> LinkedIn: http://www.linkedin.com/in/sebastiansastre
> github: https://github.com/sebastianconcept
>
>
>
>
>
July 7, 2014
Re: [Pharo-dev] Pharo CollaborActive book link dead
by Marcus Denker
Thanks, I will put it backâ¦
On 06 Jul 2014, at 22:19, Andreas Wacknitz <a.wacknitz(a)gmx.de> wrote:
> Hi Dale,
>
> works again, thanks!
> Andreas
>
> Am 06.07.2014 um 21:39 schrieb Dale Henrichs <dale.henrichs(a)gemtalksystems.com>:
>
>> Sorry about that I just saw your email and restarted the pharo vm ... it should be available again ....
>>
>> Dale
>>
>>
>> On Sun, Jul 6, 2014 at 3:39 AM, Andreas Wacknitz <a.wacknitz(a)gmx.de> wrote:
>> Hi all,
>>
>> I was trying to look to enhance my Pharo knowledge today but the CollaborActive Book link on
>> http://pharo.org/documentation is dead (problem at GemTalk Systems?).
>>
>> Furthermore a small correction on the documentation site:
>> The last sentence on http://pharo.org/documentation is "You can found it here.â and probably should be
>> âYou can find it here,â or âCan be found here.â.
>>
>> Regards,
>> Andreas
>>
>
July 7, 2014
WhatsUp from: 2014-07-07 until: 2014-07-20
by seaside@rmod.lille.inria.fr
Hi! We're sending this automatic email twice a month, to give the community an opportunity to easily know what's happening and to coordinate efforts. Just answer informally, and feel free to spawn discussions thereafter!
### Here's what I've been up to since the last WhatsUp:
- $HEROIC_ACHIEVEMENTS_OR_DISMAL_FAILURES_OR_SIMPLE_BORING_NECESSARY_TASKS
### What's next, until 2014-07-20 (*):
- $NEXT_STEPS_TOWARDS_WORLD_DOMINATION
(*) we'll be expecting results by then ;)
July 7, 2014
ZnNewLogEvent warning
by Sebastian Sastre
Hi guys, Sven,
Iâm loading Zinc this way:
And it was doing great so far.
Since today Iâm experiencing this:
I am missing something?
Thanks!
sebastian
o/
blog: http://sebastianconcept.com
LinkedIn: http://www.linkedin.com/in/sebastiansastre
github: https://github.com/sebastianconcept
July 6, 2014
Re: [Pharo-dev] Pharo CollaborActive book link dead
by Andreas Wacknitz
Hi Dale,
works again, thanks!
Andreas
Am 06.07.2014 um 21:39 schrieb Dale Henrichs <dale.henrichs(a)gemtalksystems.com>:
> Sorry about that I just saw your email and restarted the pharo vm ... it should be available again ....
>
> Dale
>
>
> On Sun, Jul 6, 2014 at 3:39 AM, Andreas Wacknitz <a.wacknitz(a)gmx.de> wrote:
> Hi all,
>
> I was trying to look to enhance my Pharo knowledge today but the CollaborActive Book link on
> http://pharo.org/documentation is dead (problem at GemTalk Systems?).
>
> Furthermore a small correction on the documentation site:
> The last sentence on http://pharo.org/documentation is "You can found it here.â and probably should be
> âYou can find it here,â or âCan be found here.â.
>
> Regards,
> Andreas
>
July 6, 2014
Re: [Pharo-dev] Pharo CollaborActive book link dead
by Dale Henrichs
Sorry about that I just saw your email and restarted the pharo vm ... it
should be available again ....
Dale
On Sun, Jul 6, 2014 at 3:39 AM, Andreas Wacknitz <a.wacknitz(a)gmx.de> wrote:
> Hi all,
>
> I was trying to look to enhance my Pharo knowledge today but the
> CollaborActive Book link on
> http://pharo.org/documentation is dead (problem at GemTalk Systems?).
>
> Furthermore a small correction on the documentation site:
> The last sentence on http://pharo.org/documentation is "You can found it
> here <http://book.pharo-project.org/>.â and probably should be
> âYou can find it here,â or âCan be found here.â.
>
> Regards,
> Andreas
>
July 6, 2014
Re: [Pharo-dev] Pharo CollaborActive book link dead
by phil@highoctane.be
Well, I happen to like that link. Why remove good content?
Le 6 juil. 2014 16:21, "Marcus Denker" <marcus.denker(a)inria.fr> a écrit :
>
> On 06 Jul 2014, at 12:39, Andreas Wacknitz <a.wacknitz(a)gmx.de> wrote:
>
> Hi all,
>
> I was trying to look to enhance my Pharo knowledge today but the
> CollaborActive Book link on
> http://pharo.org/documentation is dead (problem at GemTalk Systems?).
>
>
> I removed the link for now.. the whole collaborative book setup was not
> really usedâ¦
> Marcus
>
>
July 6, 2014