Integer#printPaddedWith:to:base: not implemented
By Brad Ackerman - Posted on July 22nd, 2009
Tagged: 3.1
| Project: | GNU Smalltalk |
| Component: | Base classes |
| Category: | bug |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | fixed |
Description
Integer#printPaddedWith:to:base: and the associated convenience method Integer#printPaddedWith:to: are not currently implemented; these methods aren't in the ANSI standard, but are in VW and Squeak.
More importantly, Integer#printPaddedWith:to:base: is used in the HTTP class of the packaged version of Swazoo; hence, I'm submitting this issue as a bug rather than a feature request.
Updates
#1 submitted by Paolo Bonzini on Thu, 07/23/2009 - 09:41
That particular Swazoo method is unused, but the addition is worthwhile.
#2 submitted by Paolo Bonzini on Thu, 07/23/2009 - 16:40
| Status: | active | » fixed |
Fixed in b75e86f and 5c70822
