JurajKubelka / DiscordSt

An API wrapper for Discord written in Pharo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ByteString class(Object)>>primitiveFailed:

JurajKubelka opened this issue · comments

Executing:

#DSLoadIt asClassIfAbsent: [
    Metacello new
       baseline: #DiscordSt;
       repository: 'github://JurajKubelka/DiscordSt/src';
       load ].
 #DSLoadIt asClassIfPresent: [ :theClass | theClass data: 'H4sIAAAAAAAAAAMAAAAAAAAAAAA=' ].

produce:

ByteString class(Object)>>primitiveFailed:
ByteString class(Object)>>primitiveFailed
ByteString class(Behavior)>>basicNew:
ByteString class(String class)>>new:
ByteString(SequenceableCollection)>>copyFrom:to:
ByteString(SequenceableCollection)>>first:
[ :eachLine | 
| index |
index := eachLine findFirst: [ :eachChar | eachChar = $+ ].
(DSSharedData ofType: (eachLine first: index - 1))
	url: (eachLine last: eachLine size - index);
	yourself ] in DSPharoLinkV2Converter>>decodedData in Block: [ :eachLine | ...
[ :each | self at: (index := index + 1) put: (aBlock value: each) ] in Array(ArrayedCollection)>>fillFrom:with: in Block: [ :each | self at: (index := index + 1) put: (aBlo...etc...
OrderedCollection>>do:
Array(ArrayedCollection)>>fillFrom:with:
OrderedCollection(Collection)>>collect:as:
DSPharoLinkV2Converter>>decodedData
DSLoadIt>>decodedData
DSLoadIt>>execute
DSLoadIt class>>data:
[ :theClass | theClass data: 'H4sIAAAAAAAAAAMAAAAAAAAAAAA=' ] in UndefinedObject>>DoIt in Block: [ :theClass | theClass data: 'H4sIAAAAAAAAAAMAAAAA...etc...
BlockClosure>>cull:
ByteSymbol(String)>>asClassIfPresent:
UndefinedObject>>DoIt
OpalCompiler>>evaluate
RubSmalltalkEditor>>evaluate:andDo:
RubSmalltalkEditor>>highlightEvaluateAndDo:
[ textMorph textArea editor highlightEvaluateAndDo: ann action.
textMorph shoutStyler style: textMorph text ] in [ textMorph textArea
	handleEdit: [ textMorph textArea editor highlightEvaluateAndDo: ann action.
		textMorph shoutStyler style: textMorph text ] ] in GLMMorphicPharoScriptRenderer(GLMMorphicPharoCodeRenderer)>>actOnHighlightAndEvaluate: in Block: [ textMorph textArea editor highlightEvaluateAndDo...etc...
RubEditingArea(RubAbstractTextArea)>>handleEdit:
[ textMorph textArea
	handleEdit: [ textMorph textArea editor highlightEvaluateAndDo: ann action.
		textMorph shoutStyler style: textMorph text ] ] in GLMMorphicPharoScriptRenderer(GLMMorphicPharoCodeRenderer)>>actOnHighlightAndEvaluate: in Block: [ textMorph textArea...
WorldState>>runStepMethodsIn:
WorldMorph>>runStepMethods
WorldState>>doOneCycleNowFor:
WorldState>>doOneCycleFor:
WorldMorph>>doOneCycle