<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
It is not just that...<br>
<br>
Class names are to be understood by the compiler. With your example,
I can not evaluate `ISW1-2do-Project new`.<br>
<br>
Allowing this would require serious work on the compiler, affecting
compatibility, etc. I don't think allowing these kinds of class
names is worth it. Wouldn't #ISW1_2do_Project be a reasonable
alternative?<br>
<br>
Thanks,<br>
<br>
On 7/10/2024 11:19 AM, Hernán Wilkinson via Cuis-dev wrote:
<blockquote
cite="mid:CAGgF3Gz+6CbDJ+OzZRw_vSkpywr9PmJs74_D_t3mqS9QmZpwnQ@mail.gmail.com"
type="cite">
<div dir="ltr">Hi,
<div> I did not have the time to fix it, that is why I'm
reporting it. </div>
<div> If you create a class like this:</div>
<div>Object subclass: #ISW1-2do-Project'<br>
instanceVariableNames: ''<br>
classVariableNames: ''<br>
poolDictionaries: ''<br>
category: 'ISW'</div>
<div><br>
</div>
<div>Implement a message in that class, let say #m1.</div>
<div>File out the class or class category</div>
<div>Remove the class or class category</div>
<div>File in the file </div>
<div>The class is created but when filing in its method, fails.</div>
<div>Here is the fileout: </div>
<div><br>
</div>
<div>!classDefinition: #'ISW1-2do-Project' category: #ISW!<br>
Object subclass: #'ISW1-2do-Project'<br>
instanceVariableNames: ''<br>
classVariableNames: ''<br>
poolDictionaries: ''<br>
category: 'ISW'!<br>
<br>
!ISW1-2do-Project methodsFor: 'as yet unclassified' stamp:
'HAW 7/10/2024 11:12:11'!<br>
m1<br>
<br>
! !<br>
</div>
<div><br>
</div>
<div>The problem is that the name of the class for the method is
ISW1-2do-Project instead of #'ISW1-2do-Project' and therefore
it is not recognized as a symbol.</div>
<div><br>
</div>
<div>Cheers!</div>
<div>Hernan. </div>
<div>
<div><br>
</div>
<span class="gmail_signature_prefix">-- </span><br>
<div dir="ltr" class="gmail_signature"
data-smartmail="gmail_signature">
<div dir="ltr">
<div>
<div dir="ltr">
<div style="font-size: small;">
<div dir="ltr">
<div dir="ltr">
<div style="font-size: 12.8px;"><span
style="font-family: tahoma,sans-serif;
font-size: xx-small; border-collapse:
collapse;"><strong><span style="font-size:
8pt;"><span style="font-size: small;"><font
size="2"><span style="font-weight:
normal;"><span style="font-weight:
bold;">Hernán Wilkinson</span><br>
Agile Software Development,
Teaching & Coaching</span></font></span></span></strong></span></div>
<div style="font-size: 12.8px;"><span
style="font-family: tahoma,sans-serif;
font-size: xx-small; border-collapse:
collapse;"><strong><span style="font-size:
8pt;"><span style="font-size: small;"><font
size="2"><span style="font-weight:
normal;">Phone: +54-011</span></font></span></span></strong></span><font
size="2" face="tahoma, sans-serif">-4893-2057</font></div>
<div style="font-size: 12.8px;"><strong
style="font-family: tahoma,sans-serif;
font-size: xx-small;"><span
style="font-size: 8pt;"><span
style="font-size: small;"><font size="2"><span
style="font-weight: normal;">Twitter:
@HernanWilkinson</span></font></span></span></strong></div>
<div style="font-size: 12.8px;"><span
style="font-family: tahoma,sans-serif;
font-size: xx-small; border-collapse:
collapse;"><strong><span style="font-size:
8pt;"><span style="font-size: small;"><font
size="2"><span style="font-weight:
normal;">site: <a
moz-do-not-send="true"
href="http://www.10pines.com/"
style="color: rgb(17, 65, 112);"
target="_blank">http://www.10Pines.com</a></span></font></span></span></strong></span></div>
<div style="font-size: 12.8px;"><font
face="tahoma, sans-serif"><span
style="border-collapse: collapse;">Address:
Alem 896</span></font>, Floor 6, Buenos
Aires, Argentina</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">--
Juan Vuletich
cuis.st
github.com/jvuletich
researchgate.net/profile/Juan-Vuletich
independent.academia.edu/JuanVuletich
patents.justia.com/inventor/juan-manuel-vuletich
linkedin.com/in/juan-vuletich-75611b3
twitter.com/JuanVuletich</pre>
</body>
</html>