I looked a base 7.9 & 7.10.1 image and did not find the class - is there a package that needs to be loaded to get this? Or have I stepped on something somehow?
Thanks, Steve |
Steve, Visualworks doesn't have a class named DateAndTime; it has Timestamp instead. However, if you're trying to be compatible with Squeak/Pharo, the Grease packages define DateAndTime as a subclass of Timestamp.
Randy On Thu, May 29, 2014 at 9:56 AM, Steve Cline <[hidden email]> wrote: I looked a base 7.9 & 7.10.1 image and did not find the class - is there a Randy Coulman Email: [hidden email]
_______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Thanks Randy - I must have mis-remembered - I had thought that VW had added the ANSI-standard time realted classes Duration (which is there) and DateAndTime (which is not) some time ago, but I must be thinking of a different dialect, probably VA
|
In reply to this post by Randy Coulman
You might also find it in a package or parcel that provides Chronos support. DateAndTime is an ANSI standard that some dialects have been extended to support.
It is now defined in GS/S, and the GBS (therefore VW) mapping is to GbxDateAndTime because the VW kernel is out of ANSI compliance (at least in the VW 7.5 image I'm still looking at). Paul Baumann From: [hidden email] [mailto:[hidden email]]
On Behalf Of Randy Coulman Steve, Visualworks doesn't have a class named DateAndTime; it has Timestamp instead. However, if you're trying to be compatible with Squeak/Pharo, the Grease packages define DateAndTime as a subclass of Timestamp. Randy On Thu, May 29, 2014 at 9:56 AM, Steve Cline <[hidden email]> wrote: I looked a base 7.9 & 7.10.1 image and did not find the class - is there a
-- Email: [hidden email] Home: http://randycoulman.com Twitter: @randycoulman GitHub: randycoulman This message may contain confidential information and is intended for specific recipients unless explicitly noted otherwise. If you have reason to believe you are not an intended recipient of this message, please delete it and notify the sender. This message may not represent the opinion of IntercontinentalExchange, Inc. (ICE), its subsidiaries or affiliates, and does not constitute a contract or guarantee. Unencrypted electronic mail is not secure and the recipient of this message is expected to provide safeguards from viruses and pursue alternate means of communication where privacy or a binding message is desired. _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
I wasn't aware that the ANSI Smalltalk standard was ever adopted. I believe it is still in draft status, FWIW.
Les
From: [hidden email] [[hidden email]] on behalf of Paul Baumann [[hidden email]]
Sent: Friday, May 30, 2014 8:18 AM To: 'Randy Coulman'; Steve Cline Cc: VW NC Subject: Re: [vwnc] Where is DateAndTime defined? You might also find it in a package or parcel that provides Chronos support. DateAndTime is an ANSI standard that some dialects have been extended to support. It is now defined in GS/S, and the GBS (therefore VW) mapping is to GbxDateAndTime because the VW kernel is out of ANSI compliance (at least in the VW 7.5 image I'm still looking at).
Paul Baumann
From: [hidden email] [mailto:[hidden email]]
On Behalf Of Randy Coulman
Steve,
Visualworks doesn't have a class named DateAndTime; it has Timestamp instead. However, if you're trying to be compatible with Squeak/Pharo, the Grease packages define DateAndTime as a subclass of Timestamp.
Randy
On Thu, May 29, 2014 at 9:56 AM, Steve Cline <[hidden email]> wrote: I looked a base 7.9 & 7.10.1 image and did not find the class - is there a
-- Email: [hidden email] Home: http://randycoulman.com Twitter: @randycoulman GitHub: randycoulman This message may contain confidential information and is intended for specific recipients unless explicitly noted otherwise. If you have reason to believe you are not an intended recipient of this message, please delete it and notify the sender. This message may not represent the opinion of IntercontinentalExchange, Inc. (ICE), its subsidiaries or affiliates, and does not constitute a contract or guarantee. Unencrypted electronic mail is not secure and the recipient of this message is expected to provide safeguards from viruses and pursue alternate means of communication where privacy or a binding message is desired. _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Don't tell that to ANSI; they're selling the published
document. From: [hidden email] [mailto:[hidden email]] On Behalf Of Kooyman, Les Sent: May 30, 2014 14:24 To: Paul Baumann; 'Randy Coulman'; Steve Cline Cc: VW NC Subject: Re: [vwnc] Where is DateAndTime defined? I
wasn't aware that the ANSI Smalltalk standard was ever adopted. I believe it is
still in draft status, FWIW.
Les From: [hidden email] [[hidden email]] on
behalf of Paul Baumann [[hidden email]]
Sent: Friday, May 30, 2014 8:18 AM To: 'Randy Coulman'; Steve Cline Cc: VW NC Subject: Re: [vwnc] Where is DateAndTime defined? You might also find it in a package or parcel that provides Chronos support. DateAndTime is an ANSI standard that some dialects have been extended to support. It is now defined in GS/S, and the GBS (therefore VW) mapping is to GbxDateAndTime because the VW kernel is out of ANSI compliance (at least in the VW 7.5 image I'm still looking at).
Paul Baumann
From:
[hidden email] [mailto:[hidden email]] On Behalf Of
Randy Coulman
Steve,
Visualworks doesn't have a class named DateAndTime; it has Timestamp instead. However, if you're trying to be compatible with Squeak/Pharo, the Grease packages define DateAndTime as a subclass of Timestamp.
Randy
On Thu, May 29, 2014 at 9:56 AM, Steve Cline <[hidden email]> wrote: I looked a base 7.9 & 7.10.1 image and did not find the
class - is there a
-- Email: [hidden email] Home: http://randycoulman.com Twitter: @randycoulman GitHub: randycoulman This message may contain confidential information and is intended for specific recipients unless explicitly noted otherwise. If you have reason to believe you are not an intended recipient of this message, please delete it and notify the sender. This message may not represent the opinion of IntercontinentalExchange, Inc. (ICE), its subsidiaries or affiliates, and does not constitute a contract or guarantee. Unencrypted electronic mail is not secure and the recipient of this message is expected to provide safeguards from viruses and pursue alternate means of communication where privacy or a binding message is desired. _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
The Smalltalk standard was approved May 19, 1998 and I have a revision from 2002. Sent from my iPad
_______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
In reply to this post by Richard Sargent (again)
Is the document they're selling marked draft? If not, is there an adoption date?
Thanks,
Les
From: Richard Sargent [[hidden email]]
Sent: Saturday, May 31, 2014 10:20 AM To: Kooyman, Les; 'Paul Baumann'; 'Randy Coulman'; 'Steve Cline' Cc: 'VW NC' Subject: RE: [vwnc] Where is DateAndTime defined? Don't tell that to ANSI; they're selling the published document.
From: [hidden email] [mailto:[hidden email]] On Behalf Of Kooyman, Les Sent: May 30, 2014 14:24 To: Paul Baumann; 'Randy Coulman'; Steve Cline Cc: VW NC Subject: Re: [vwnc] Where is DateAndTime defined? I wasn't aware that the ANSI Smalltalk standard was ever adopted. I believe it is still in draft status, FWIW.
Les
From: [hidden email] [[hidden email]] on behalf of Paul Baumann [[hidden email]]
Sent: Friday, May 30, 2014 8:18 AM To: 'Randy Coulman'; Steve Cline Cc: VW NC Subject: Re: [vwnc] Where is DateAndTime defined? You might also find it in a package or parcel that provides Chronos support. DateAndTime is an ANSI standard that some dialects have been extended to support. It is now defined in GS/S, and the GBS (therefore VW) mapping is to GbxDateAndTime because the VW kernel is out of ANSI compliance (at least in the VW 7.5 image I'm still looking at).
Paul Baumann
From: [hidden email] [mailto:[hidden email]]
On Behalf Of Randy Coulman
Steve,
Visualworks doesn't have a class named DateAndTime; it has Timestamp instead. However, if you're trying to be compatible with Squeak/Pharo, the Grease packages define DateAndTime as a subclass of Timestamp.
Randy
On Thu, May 29, 2014 at 9:56 AM, Steve Cline <[hidden email]> wrote: I looked a base 7.9 & 7.10.1 image and did not find the class - is there a
-- Email: [hidden email] Home: http://randycoulman.com Twitter: @randycoulman GitHub: randycoulman This message may contain confidential information and is intended for specific recipients unless explicitly noted otherwise. If you have reason to believe you are not an intended recipient of this message, please delete it and notify the sender. This message may not represent the opinion of IntercontinentalExchange, Inc. (ICE), its subsidiaries or affiliates, and does not constitute a contract or guarantee. Unencrypted electronic mail is not secure and the recipient of this message is expected to provide safeguards from viruses and pursue alternate means of communication where privacy or a binding message is desired. _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
In reply to this post by John Pfersich
Thanks, the information I had was obviously stale.
From: John Pfersich [[hidden email]]
Sent: Saturday, May 31, 2014 11:45 AM To: Richard Sargent Cc: Kooyman, Les; Paul Baumann; Randy Coulman; Steve Cline; VW NC Subject: Re: [vwnc] Where is DateAndTime defined? The Smalltalk standard was approved May 19, 1998 and I have a revision from 2002.
Sent from my iPad
_______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Free forum by Nabble | Edit this page |