This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%glr; | |
%prefix Le; | |
%root AnnotationParse; | |
%suffix Node; | |
%hierarchy Argument ( | |
AlignmentArgument | |
CodeExpandedArgument | |
DbArgument | |
ExpandedArgument |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
shortcutBuilder := [ :world :key :action | | |
BlShortcutWithAction new | |
repeatable: false; | |
combination: (BlSingleKeyCombination new key: key); | |
action: [ | |
| showElements | | |
showElements := world root allChildrenBreadthFirstSelect: [ :c | c isKindOf: GtSlideShowElement ]. | |
showElements do: action ] ]. | |
GtWorld allInstances do: [ :w | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fetched -> BaselineOfTesseract-CompatibleUserName.1601486715 --- [email protected]:seandenigris/Tesseract-St.git[master] --- [email protected]:seandenigris/Tesseract-St.git[master] | |
Loaded -> BaselineOfTesseract-CompatibleUserName.1601486715 --- [email protected]:seandenigris/Tesseract-St.git[master] --- [email protected]:seandenigris/Tesseract-St.git[master] | |
Loading baseline of BaselineOfTesseract... | |
Fetched -> BaselineOfOSSubprocess-CompatibleUserName.1588868295 --- [email protected]:pharo-contributions/OSSubprocess.git[master] --- [email protected]:pharo-contributions/OSSubprocess.git[master] | |
Loaded -> BaselineOfOSSubprocess-CompatibleUserName.1588868295 --- [email protected]:pharo-contributions/OSSubprocess.git[master] --- [email protected]:pharo-contributions/OSSubprocess.git[master] | |
Fetched -> BaselineOfTempfile-CompatibleUserName.1600111301 --- [email protected]:seandenigris/TempfileSt.git[master] --- [email protected]:seandenigris/TempfileSt.git[master] | |
Loaded -> BaselineOfTempfile-CompatibleUserName.1600111301 --- [email protected]:s |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
onsets := { | |
'14 March 2020'. | |
'17 March 2020'. | |
'18 March 2020'. | |
'19 March 2020'. | |
'16 March 2020'. | |
'20 March 2020'. | |
'21 March 2020'. | |
'18 March 2020'. | |
'21 March 2020'. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Metacello new | |
repository: 'github://juliendelplanque/SQLite3/src'; | |
baseline: 'SQLite3'; | |
load. | |
"Calibre Example" | |
connection := SQLite3Connection on: FileLocator home / 'Dropbox (Personal)'/'Calibre Library'/'metadata.db'. | |
connection open. | |
connection tableNames. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
THERE_BE_DRAGONS_HERE | |
Could not find accessor for variable named "'dest'" | |
19 May 2018 9:12:21.051871 am | |
VM: Mac OS - intel - 1013.2 - CoInterpreter VMMaker.oscog-eem.2380 uuid: c76d37e1-445c-4e34-9796-fc836dfd50c9 May 9 2018 | |
StackToRegisterMappingCogit VMMaker.oscog-eem.2380 uuid: c76d37e1-445c-4e34-9796-fc836dfd50c9 May 9 2018 | |
VM: 201805090836 https://github.com/OpenSmalltalk/opensmalltalk-vm.git Date: Wed May 9 10:36:12 2018 CommitHash: 334be97 Plugins: 201805090836 https://github.com/OpenSmalltalk/opensmalltalk-vm.git | |
Image: Pharo7.0alpha [Build information: Pharo-7.0+alpha.build.3.sha.b90156109489d468b9847b6b37a38f06957849d8 (32 Bit)] |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
THERE_BE_DRAGONS_HERE | |
Could not find accessor for variable named "'dest'" | |
19 May 2018 9:12:21.051871 am | |
VM: Mac OS - intel - 1013.2 - CoInterpreter VMMaker.oscog-eem.2380 uuid: c76d37e1-445c-4e34-9796-fc836dfd50c9 May 9 2018 | |
StackToRegisterMappingCogit VMMaker.oscog-eem.2380 uuid: c76d37e1-445c-4e34-9796-fc836dfd50c9 May 9 2018 | |
VM: 201805090836 https://github.com/OpenSmalltalk/opensmalltalk-vm.git Date: Wed May 9 10:36:12 2018 CommitHash: 334be97 Plugins: 201805090836 https://github.com/OpenSmalltalk/opensmalltalk-vm.git | |
Image: Pharo7.0alpha [Build information: Pharo-7.0+alpha.build.3.sha.b90156109489d468b9847b6b37a38f06957849d8 (32 Bit)] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MetacelloPharoPlatform select. | |
#( | |
'BaselineOfTonel' | |
'BaselineOfLibGit' | |
'BaselineOfIceberg' | |
'MonticelloTonel-Core' | |
'MonticelloTonel-FileSystem' | |
'MonticelloTonel-Tests' | |
'Iceberg-UI' | |
'Iceberg-Plugin-GitHub' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Margin(Object)>>doesNotUnderstand: #withRight: | |
RubTextFieldArea(RubAbstractTextArea)>>margins: | |
GLMRubTextFieldMorph(RubScrolledTextMorph)>>margins: | |
GLMRubTextFieldBrick(GLMRubScrolledTextBrick)>>doesNotUnderstand: #margins: | |
[ :b | | |
b editBrick | |
hShrinkWrap; | |
rubricBackgroundColor: b themer rubricBackgroundColor; | |
margins: (self defaultPadding @ 0) asMargin ] in GTPlaygroundEditableTabLabel>>initialize in Block: [ :b | ... | |
BlockClosure>>cull: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MetacelloAllowConflictingProjectUpgrade>>defaultAction | |
UndefinedObject>>handleSignal: | |
Context>>handleSignal: | |
Context>>handleSignal: | |
MetacelloAllowConflictingProjectUpgrade(Exception)>>pass | |
[ ^ exception pass ] in MetacelloScriptEngine>>handleConflict: in Block: [ ^ exception pass ] | |
Dictionary>>at:ifAbsent: | |
MetacelloScriptEngine>>handleConflict: | |
MetacelloAllowConflictingProjectUpgrade>>handleResolutionFor: | |
[ :ex | "option handlers need to be outermost set of handlers ... last line of defense before users are involved" ex handleResolutionFor: self ] in [ [ actionBlock |
NewerOlder