|
Author |
Topic: Updating online Reference (Read 1463 times) |
|
kevinP
|
Updating online Reference
« on: May 7th, 2004, 7:25am » |
|
From 0069 change log: - splitStrings() becomes just split().. splitInts() goes away. splitInts becomes -> toInt(split(someString, ',')); Hi REAS, Is there someone who is updating the Reference as code changes, etc.? If not, I am willing to help. I think it would be nice to keep these synched (and maybe while still in alpha mode to specifically note what has been deprecated/modified; also version differences - maybe an abbreviated history: "added in 0069; obsoletes 'splitStrings()',..." etc.). Just asking. -K
|
« Last Edit: May 7th, 2004, 7:26am by kevinP » |
|
Kevin Pfeiffer
|
|
|
fry
|
Re: Updating online Reference
« Reply #1 on: May 7th, 2004, 5:46pm » |
|
fwiw, in that particular case, that's actually my fault, since i slipped 69 out the door (one caffeinated sunday afternoon) without warning reas and the other p5 testing folks.. normally we try to sync things better with the reference and examples.
|
|
|
|
REAS
|
Re: Updating online Reference
« Reply #2 on: May 8th, 2004, 12:17am » |
|
K, As Ben said, we have been working hard to keep the launch and the reference in synch. This one slipped by. I'm fixing it online, but that won't help with the distribution. This problem is compounding now that we are translating the reference into so many different languages. + Casey
|
« Last Edit: May 8th, 2004, 12:17am by REAS » |
|
|
|
|
|