<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2657.42">
<TITLE>OSProcess and 3.9 - was RE: update 6532 MNU</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>From: Stoffel, Andrew </FONT>
</P>

<P><FONT SIZE=2>&gt; &gt; From: stéphane ducasse </FONT>
<BR><FONT SIZE=2>&gt; &gt; in 3.9 the preferences to show deprecation method has been turn on so </FONT>
<BR><FONT SIZE=2>&gt; &gt; that people can fix their code. </FONT>
<BR><FONT SIZE=2>&gt; &gt; So this is normal </FONT>
</P>

<P><FONT SIZE=2>&gt; Okay. I'm sure that was announced somewhere and I just missed it. :-). </FONT>
<BR><FONT SIZE=2>&gt; (I would have preferred that setting that preference had been an </FONT>
<BR><FONT SIZE=2>&gt; option when going to 3.9 but it is a little bit late for that now.) </FONT>
</P>

<P><FONT SIZE=2>&gt; If I figure out OSProcess I'll pass along what I changed... </FONT>
</P>

<P><FONT SIZE=2>So far... </FONT>
</P>

<P><FONT SIZE=2>It looks like (In OSProcess-Base and OSPRocess-CommandShell) it uses:</FONT>
</P>

<P><FONT SIZE=2>&nbsp;SystemDictionary&gt;&gt;&gt;osVersion</FONT>
<BR><FONT SIZE=2>&nbsp;SystemDictionary&gt;&gt;&gt;getSystemAttributes</FONT>
<BR><FONT SIZE=2>&nbsp;SystemDictionary&gt;&gt;&gt;platformName</FONT>
</P>

<P><FONT SIZE=2>which I believe can be replaced in 3.9 by -&gt;</FONT>
</P>

<P><FONT SIZE=2>&nbsp; SmalltalkImage current osVersion</FONT>
<BR><FONT SIZE=2>&nbsp; SmalltalkImage current getSystemAttributes</FONT>
<BR><FONT SIZE=2>&nbsp; SmalltalkImage current platformName</FONT>
</P>

<P><FONT SIZE=2>Now I just need to figure out how to correctly turn it into a</FONT>
<BR><FONT SIZE=2>changeset... and send it to the correct person...</FONT>
<BR><FONT SIZE=2>(Dave Lewis?) assuming they/he are/is interested.</FONT>
</P>

<P><FONT SIZE=2>And then... I'm wondering about the &quot;Hex&quot; deprecation warnings I was getting</FONT>
<BR><FONT SIZE=2>when I tried to look at a zip file using FileList... but that didn't look as </FONT>
<BR><FONT SIZE=2>simple.</FONT>
</P>

<P><FONT SIZE=2>-Andy-</FONT>
</P>

</BODY>
</HTML>