[Pharo-project] other odds & ends to drop
These methods on SmalltalkImage can be deleted startProfiling stopProfiling clearProfile dumpProfile These are no longer implemented in any VM created in the last 10 years http://isqueak.org/clearProfile I noticed a SmalltalkImage>>licenseString and a SystemDictionary>>copyright and a Utilities (class)>>copyrightNotice I'd guess someone should consolidate those into one place? what's SystemDictionary>>nihongoVersion for? -- = = = ======================================================================== John M. McIntosh <johnmci@smalltalkconsulting.com> Corporate Smalltalk Consulting Ltd. http://www.smalltalkconsulting.com = = = ========================================================================
On Thu, Oct 30, 2008 at 8:27 AM, John M McIntosh <johnmci@smalltalkconsulting.com> wrote:
These methods on SmalltalkImage can be deleted
startProfiling stopProfiling clearProfile dumpProfile
These are no longer implemented in any VM created in the last 10 years http://isqueak.org/clearProfile
Issue 303
I noticed a SmalltalkImage>>licenseString and a SystemDictionary>>copyright and a Utilities (class)>>copyrightNotice
I'd guess someone should consolidate those into one place?
Issue 304. Thank you -- Damien Cassou Peter von der Ahé: «I'm beginning to see why Gilad wished us good luck». (http://blogs.sun.com/ahe/entry/override_snafu)
thanks we will fix that! Stef On Oct 30, 2008, at 8:38 AM, Damien Cassou wrote:
On Thu, Oct 30, 2008 at 8:27 AM, John M McIntosh <johnmci@smalltalkconsulting.com> wrote:
These methods on SmalltalkImage can be deleted
startProfiling stopProfiling clearProfile dumpProfile
These are no longer implemented in any VM created in the last 10 years http://isqueak.org/clearProfile
Issue 303
I noticed a SmalltalkImage>>licenseString and a SystemDictionary>>copyright and a Utilities (class)>>copyrightNotice
I'd guess someone should consolidate those into one place?
Issue 304.
Thank you
-- Damien Cassou Peter von der Ahé: «I'm beginning to see why Gilad wished us good luck». (http://blogs.sun.com/ahe/entry/override_snafu)
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (3)
-
Damien Cassou -
John M McIntosh -
Stéphane Ducasse