Skip to content

Commit 68554e3

Browse files
committed
Merge origin/develop into develop
2 parents ec98917 + e2f8a4e commit 68554e3

File tree

27 files changed

+194
-81
lines changed

27 files changed

+194
-81
lines changed

.squot-materialize

Lines changed: 74 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
[
2-
SquotPlaintextMapper {
3-
#path : FSAbsolutePath [
4-
'.squot'
5-
],
6-
#encoding : 'TXT'
7-
},
82
SquotPlaintextMapper {
93
#path : FSAbsolutePath [
104
'.github',
@@ -14,124 +8,145 @@
148
},
159
SquotPlaintextMapper {
1610
#path : FSAbsolutePath [
17-
'.github',
18-
'ISSUE_TEMPLATE',
19-
'feature_request.md'
11+
'.smalltalk.release.ston'
2012
],
2113
#encoding : 'TXT'
2214
},
15+
SquotCypressMapper {
16+
#package : MCPackage {
17+
#name : 'TelegramClientTests-Core'
18+
},
19+
#path : FSAbsolutePath [
20+
'packages'
21+
]
22+
},
23+
SquotCypressMapper {
24+
#package : MCPackage {
25+
#name : 'TelegramClientTests-Misc'
26+
},
27+
#path : FSAbsolutePath [
28+
'packages'
29+
]
30+
},
2331
SquotPlaintextMapper {
2432
#path : FSAbsolutePath [
25-
'.gitignore'
33+
'.smalltalk.lint.ston'
2634
],
2735
#encoding : 'TXT'
2836
},
2937
SquotPlaintextMapper {
3038
#path : FSAbsolutePath [
31-
'CONTRIBUTING.md'
39+
'.github',
40+
'ISSUE_TEMPLATE',
41+
'bug_report.md'
3242
],
3343
#encoding : 'TXT'
3444
},
3545
SquotCypressMapper {
3646
#package : MCPackage {
37-
#name : 'TelegramClientTests-UI'
47+
#name : 'TelegramClient-UI'
3848
},
3949
#path : FSAbsolutePath [
4050
'packages'
4151
]
4252
},
4353
SquotPlaintextMapper {
4454
#path : FSAbsolutePath [
45-
'.smalltalk.ston'
55+
'.github',
56+
'ISSUE_TEMPLATE',
57+
'feature_request.md'
4658
],
4759
#encoding : 'TXT'
4860
},
49-
SquotCypressMapper {
50-
#package : MCPackage {
51-
#name : 'BaselineOfTelegramClient'
52-
},
61+
SquotImageMapper {
5362
#path : FSAbsolutePath [
54-
'packages'
55-
]
63+
'assets',
64+
'logo.png'
65+
],
66+
#encoding : Class [ #PNGReadWriter ]
5667
},
5768
SquotPlaintextMapper {
5869
#path : FSAbsolutePath [
59-
'README.md'
70+
'.gitignore'
6071
],
6172
#encoding : 'TXT'
6273
},
6374
SquotPlaintextMapper {
6475
#path : FSAbsolutePath [
65-
'.smalltalk.release.ston'
76+
'LICENSE'
6677
],
6778
#encoding : 'TXT'
6879
},
69-
SquotPlaintextMapper {
80+
SquotImageMapper {
7081
#path : FSAbsolutePath [
71-
'.github',
72-
'ISSUE_TEMPLATE',
73-
'bug_report.md'
82+
'assets',
83+
'playbutton.jpg'
7484
],
75-
#encoding : 'TXT'
85+
#encoding : Class [ #JPEGReadWriter2 ]
7686
},
77-
SquotCypressMapper {
78-
#package : MCPackage {
79-
#name : 'TelegramClient-UI'
80-
},
87+
SquotImageMapper {
8188
#path : FSAbsolutePath [
82-
'packages'
83-
]
89+
'assets',
90+
'play_circle_outline_icon.png'
91+
],
92+
#encoding : @23
93+
},
94+
SquotPlaintextMapper {
95+
#path : FSAbsolutePath [
96+
'CONTRIBUTING.md'
97+
],
98+
#encoding : 'TXT'
8499
},
85100
SquotPlaintextMapper {
86101
#path : FSAbsolutePath [
87102
'.github',
88103
'workflows',
89-
'main.yml'
104+
'ci-linter.yml'
90105
],
91106
#encoding : 'TXT'
92107
},
93108
SquotPlaintextMapper {
94109
#path : FSAbsolutePath [
95-
'.github',
96-
'stale.yml'
110+
'README.md'
97111
],
98112
#encoding : 'TXT'
99113
},
100-
SquotCypressMapper {
101-
#package : MCPackage {
102-
#name : 'TelegramClientTests-Misc'
103-
},
114+
SquotPlaintextMapper {
104115
#path : FSAbsolutePath [
105-
'packages'
106-
]
116+
'.github',
117+
'workflows',
118+
'main.yml'
119+
],
120+
#encoding : 'TXT'
107121
},
108122
SquotPlaintextMapper {
109123
#path : FSAbsolutePath [
110124
'.github',
111-
'pull_request_template.md'
125+
'stale.yml'
112126
],
113127
#encoding : 'TXT'
114128
},
115129
SquotImageMapper {
116130
#path : FSAbsolutePath [
117-
'assets',
118-
'logo.png'
131+
'file-icon.png'
119132
],
120-
#encoding : Class [ #PNGReadWriter ]
133+
#encoding : @23
121134
},
122135
SquotCypressMapper {
123136
#package : MCPackage {
124-
#name : 'TelegramClientTests-Core'
137+
#name : 'TelegramClientTests-UI'
125138
},
126139
#path : FSAbsolutePath [
127140
'packages'
128141
]
129142
},
130-
SquotPlaintextMapper {
143+
SquotCypressMapper {
144+
#package : MCPackage {
145+
#name : 'BaselineOfTelegramClient'
146+
},
131147
#path : FSAbsolutePath [
132-
'.smalltalk.lint.ston'
133-
],
134-
#encoding : 'TXT'
148+
'packages'
149+
]
135150
},
136151
SquotPlaintextMapper {
137152
#path : FSAbsolutePath [
@@ -142,15 +157,7 @@
142157
},
143158
SquotPlaintextMapper {
144159
#path : FSAbsolutePath [
145-
'LICENSE'
146-
],
147-
#encoding : 'TXT'
148-
},
149-
SquotPlaintextMapper {
150-
#path : FSAbsolutePath [
151-
'.github',
152-
'workflows',
153-
'release.yml'
160+
'.smalltalk.ston'
154161
],
155162
#encoding : 'TXT'
156163
},
@@ -162,26 +169,25 @@
162169
'packages'
163170
]
164171
},
165-
SquotImageMapper {
172+
SquotPlaintextMapper {
166173
#path : FSAbsolutePath [
167-
'assets',
168-
'playbutton.jpg'
174+
'.squot'
169175
],
170-
#encoding : Class [ #JPEGReadWriter2 ]
176+
#encoding : 'TXT'
171177
},
172178
SquotPlaintextMapper {
173179
#path : FSAbsolutePath [
174180
'.github',
175181
'workflows',
176-
'ci-linter.yml'
182+
'release.yml'
177183
],
178184
#encoding : 'TXT'
179185
},
180-
SquotImageMapper {
186+
SquotPlaintextMapper {
181187
#path : FSAbsolutePath [
182-
'assets',
183-
'play_circle_outline_icon.png'
188+
'.github',
189+
'pull_request_template.md'
184190
],
185-
#encoding : @40
191+
#encoding : 'TXT'
186192
}
187193
]

assets/playbutton.jpg

2 Bytes
Loading

file-icon.png

6.71 KB
Loading
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
data-represantation of a single text message in a chat
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
instance creation
2+
newFrom: aJsonObject
3+
4+
^ self new
5+
filename: ((aJsonObject at: 'document') at: 'file_name');
6+
yourself
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
accessing
2+
asSnippet
3+
4+
^ self filename
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
accessing
2+
asText
3+
4+
^ self filename
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
accessing
2+
filename: aString
3+
4+
filename := aString
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
accessing
2+
filename
3+
4+
^ filename
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"class" : {
3+
"newFrom:" : "AH 6/21/2024 14:02" },
4+
"instance" : {
5+
"asSnippet" : "AH 6/21/2024 13:54",
6+
"asText" : "AH 6/21/2024 13:54",
7+
"filename" : "AH 6/21/2024 13:54",
8+
"filename:" : "AH 6/21/2024 13:55" } }

0 commit comments

Comments
 (0)