'now' is broken?

For the Compleat Fan
Locked
Sammo
Posts: 180
Joined: Sat Dec 06, 2003 6:11 pm
Location: Loveland, Colorado USA

'now' is broken?

Post by Sammo »

'now' used to return nine values; with the latest release it returns ten; I think the 10th value = (nth 9 (now)) is the number of minutes west of Greenwich -- nothing broken here but rev 6 manual doesn't mention this

here the broken part ...

(now) --> (2004 1 4 21 15 45 ...)

(now -7) --> (2004 1 4 14 15 45 ...) = correct = -7 is hour offset

(now -7) --> (2004 1 4 21 8 45 ...) = wrong = treating -7 as minute offset

rev 6 manual still refers to offset in hours; maybe its minutes now?

HPW
Posts: 1390
Joined: Thu Sep 26, 2002 9:15 am
Location: Germany
Contact:

Post by HPW »

Sam,

http://newlisp.org/download/development ... 1-7405.txt

It's minutes and the 7.4.5 manual say it so.
Hans-Peter

Sammo
Posts: 180
Joined: Sat Dec 06, 2003 6:11 pm
Location: Loveland, Colorado USA

Post by Sammo »

Thanks, Hans-Peter

It's so hard keeping up with the changes. I had just downloaded and planned to refer manual rev-6 when newLISP v.7.4.5 showed up and broke my 'now'-using code. I didn't realize there was also a separate manual for v.7.4.5.

Thanks for the tip and the pointer.
-- Sam

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Post by Lutz »

>>>
hard keeping up with the changes
>>>

Things will calm down after the 7.5 release later this month. Until 7.5 only bugs are fixed, no new features or lisp code breaking changes. At least until the middle of 2004, I don't have too much time for newLISP anyway, have to look for contracts and earn some money ;-) after the release of 7.5. Of course I will always take care of bugfixes in a matter of days if possible, and answer questions on this forum.

Lutz

nigelbrown
Posts: 429
Joined: Tue Nov 11, 2003 2:11 am
Location: Brisbane, Australia

Post by nigelbrown »

Thanks Lutz for all the great work and time you've been spending on newlisp - you've been very responsive to questions and suggestions. I can understand that it's time now for newlisp to settle in for a while.

Thanks again
Nigel

HPW
Posts: 1390
Joined: Thu Sep 26, 2002 9:15 am
Location: Germany
Contact:

Post by HPW »

>Thanks Lutz for all the great work and time you've been spending on newlisp

I want also thank Lutz for his great work.
And I understand his real world problems. Christmas holidays are over and we are back in real world. Have also to work on other problems in the office now. But thanks Lutz, a small piece of newLISP has crepped into the real world and make work a bit easier and more fun. Maybe this will grow.

>have to look for contracts and earn some money

Just for the interest.
What sort of contracts are you looking for. Do you newLISP related work? Is newLISP just your own research project or do/have you place it in real world projects?
Hans-Peter

eddier
Posts: 289
Joined: Mon Oct 07, 2002 2:48 pm
Location: Blue Mountain College, MS US

Post by eddier »

Lutz:

What kind of work are you looking for? There maybe some opportunities here at Blue Mountain College.

Eddie

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Post by Lutz »

Thanks for asking Eddie, I have sent mail to your college email address with the web address of my resume for more details about work experience etc..


Lutz

eddier
Posts: 289
Joined: Mon Oct 07, 2002 2:48 pm
Location: Blue Mountain College, MS US

Post by eddier »

WOW! What a resume!

Eddie

Locked