In Pharo4, TimeStamp now is deprecated and should be replaced by DateAndTime now.
(SPTimestamp, WAProfilerItem, WAUpTimeTracker 2*) Stephan _______________________________________________ seaside-dev mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev |
On Fri, Sep 5, 2014 at 12:08 PM, Stephan Eggermont <[hidden email]> wrote:
> In Pharo4, TimeStamp now is deprecated and should be replaced by DateAndTime now. > (SPTimestamp, WAProfilerItem, WAUpTimeTracker 2*) Good. TimeStamp seems to be really Squeak specific while DateAndTime is ANSI. Also even have a coding convention [1] that says we should use DateAndTime. [1] https://code.google.com/p/seaside/wiki/CodingConventions Cheers Philippe _______________________________________________ seaside-dev mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev |
Hi,
ConfigurationOfSeaside3 #stable on Pharo 4 still references the deprecated TimeStamp. This is quite annoying. Especially since WAUpTimeTracker is in the startUpList. The solution is to simply use DateAndTime. Is there a way to fix this ? Sven > On 07 Sep 2014, at 11:39, Philippe Marschall <[hidden email]> wrote: > > On Fri, Sep 5, 2014 at 12:08 PM, Stephan Eggermont <[hidden email]> wrote: >> In Pharo4, TimeStamp now is deprecated and should be replaced by DateAndTime now. >> (SPTimestamp, WAProfilerItem, WAUpTimeTracker 2*) > > Good. TimeStamp seems to be really Squeak specific while DateAndTime > is ANSI. Also even have a coding convention [1] that says we should > use DateAndTime. > > [1] https://code.google.com/p/seaside/wiki/CodingConventions > > Cheers > Philippe > _______________________________________________ > seaside-dev mailing list > [hidden email] > http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev _______________________________________________ seaside-dev mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev |
On 19-09-15 20:35, Sven Van Caekenberghe wrote:
> Hi, > > ConfigurationOfSeaside3 #stable on Pharo 4 still references the deprecated TimeStamp. > > This is quite annoying. Especially since WAUpTimeTracker is in the startUpList. > > The solution is to simply use DateAndTime. > > Is there a way to fix this Let's see Name: Seaside-Pharo20-Tools-Web-StephanEggermont.5 Author: StephanEggermont Time: 20 September 2015, 12:09:35.349511 pm UUID: 7a582b61-1a8f-4511-b07e-3f67b79ee7b3 Ancestors: Seaside-Pharo20-Tools-Web-JohanBrichau.4 Replace TimeStamp by DateAndTime Name: Sport-StephanEggermont.34 Author: StephanEggermont Time: 20 September 2015, 12:16:21.191511 pm UUID: 2d3cac68-37b6-4e89-a0e5-b6861dc3d5ea Ancestors: Sport-2.033 Replaced TimeStamp by DateAndTime Name: ConfigurationOfSPort2-StephanEggermont.15 Author: StephanEggermont Time: 20 September 2015, 12:25:18.993534 pm UUID: 2779d190-dd99-4d75-8548-d0b7d1661f75 Ancestors: ConfigurationOfSPort2-JohanBrichau.14 TimeStamp replaced by DateAndTime, version 2.35 Name: ConfigurationOfSeaside3-StephanEggermont.273 Author: StephanEggermont Time: 20 September 2015, 12:29:56.49752 pm UUID: d6127906-fcdb-4bc0-ae75-c24b0809eb26 Ancestors: ConfigurationOfSeaside3-JohanBrichau.272 Release 3.1 -> 3.1.4.2, replacing TimeStamp by DateAndTime _______________________________________________ seaside-dev mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev |
> On 20 Sep 2015, at 12:37, Stephan Eggermont <[hidden email]> wrote: > > On 19-09-15 20:35, Sven Van Caekenberghe wrote: >> Hi, >> >> ConfigurationOfSeaside3 #stable on Pharo 4 still references the deprecated TimeStamp. >> >> This is quite annoying. Especially since WAUpTimeTracker is in the startUpList. >> >> The solution is to simply use DateAndTime. >> >> Is there a way to fix this > Let's see Well, if I load the latest ConfigurationOfSeaside3 and I do ConfigurationOfSeaside3 load in Pharo 4, they references are gone. Great. Thanks you, Stephan. Sven > Name: Seaside-Pharo20-Tools-Web-StephanEggermont.5 > Author: StephanEggermont > Time: 20 September 2015, 12:09:35.349511 pm > UUID: 7a582b61-1a8f-4511-b07e-3f67b79ee7b3 > Ancestors: Seaside-Pharo20-Tools-Web-JohanBrichau.4 > > Replace TimeStamp by DateAndTime > > Name: Sport-StephanEggermont.34 > Author: StephanEggermont > Time: 20 September 2015, 12:16:21.191511 pm > UUID: 2d3cac68-37b6-4e89-a0e5-b6861dc3d5ea > Ancestors: Sport-2.033 > > Replaced TimeStamp by DateAndTime > > Name: ConfigurationOfSPort2-StephanEggermont.15 > Author: StephanEggermont > Time: 20 September 2015, 12:25:18.993534 pm > UUID: 2779d190-dd99-4d75-8548-d0b7d1661f75 > Ancestors: ConfigurationOfSPort2-JohanBrichau.14 > > TimeStamp replaced by DateAndTime, version 2.35 > > Name: ConfigurationOfSeaside3-StephanEggermont.273 > Author: StephanEggermont > Time: 20 September 2015, 12:29:56.49752 pm > UUID: d6127906-fcdb-4bc0-ae75-c24b0809eb26 > Ancestors: ConfigurationOfSeaside3-JohanBrichau.272 > > Release 3.1 -> 3.1.4.2, replacing TimeStamp by DateAndTime > > > > _______________________________________________ > seaside-dev mailing list > [hidden email] > http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev _______________________________________________ seaside-dev mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev |
Free forum by Nabble | Edit this page |