xkapastel has quit [Quit: Connection closed for inactivity]
ubLIX has quit [Quit: ubLIX]
aw- has quit [Quit: Leaving.]
rob_w has joined #picolisp
aw- has joined #picolisp
rob_w has quit [Quit: Leaving]
namra has quit [Ping timeout: 256 seconds]
orivej_ has quit [Ping timeout: 250 seconds]
xkapastel has joined #picolisp
aw- has quit [Quit: Leaving.]
orivej has joined #picolisp
ubLIX has joined #picolisp
namra has joined #picolisp
orivej has quit [Ping timeout: 250 seconds]
<rick42>
slow day today :)
<rick42>
hello peeps
<rick42>
this rest is deserving considering all the great work you guys did yesterday
<Regenaxer>
Hi rick42!
<rick42>
hi Regenaxer :)
<Regenaxer>
:)
<rick42>
Regenaxer: please correct me if i'm wrong, but i understand that the final verdict yesterday was that, since freebsd project is no longer supporting f11, picolisp will follow suit (i.e., also not support f11). right?
<rick42>
i believe that's a very sensible way to go btw
<Regenaxer>
Yes, thats how I understand it too
<Regenaxer>
Supporting two versions is too much trouble for that
<Regenaxer>
In fact I don't know anything about the Fxx release policies
<tankf33der>
picolisp work only on f12 out of *box*
<Regenaxer>
Hi tankf33der! And not out of the box? What is needed? Old version?
<rick42>
check. thank guys
<rick42>
hi tankf33der!
<tankf33der>
old version.
<rick42>
old .s files i guess
<tankf33der>
official freebsd supports 11.2 and above.
<Regenaxer>
'prior' did not handle NIL before that
<Regenaxer>
So your test/src/subr.l is newer than the pil version
<tankf33der>
rick42: come on, what version of pil you trying to run? :)
<tankf33der>
try latest.
<rick42>
i'm trying to build latest (19.1.31)
<tankf33der>
:)
<rick42>
Regenaxer: but test/src/subr.l hasn't changed from 18.12 (which is the other version I built as suggested by tankf33der) and that is working fine
<rick42>
hmmm
<rick42>
neither has src64/subr.l changed from 18.2 to now
<rick42>
anyway, as i said before this change:
<rick42>
429c429
<rick42>
---
<rick42>
< (test NIL (prior NIL L))
<rick42>
> #(test NIL (prior NIL L))
<rick42>
allows the latest pil64 build to pass (the rest of the) tests
<rick42>
so it only seems to be that call. i still don't quite get it
<Regenaxer>
yeah, and this was added with 18.10.24
<Regenaxer>
It has nothing to do with the OS
<Regenaxer>
Fails on older Linux versions of Pil too
<rick42>
really?
<Regenaxer>
'prior' itself was changed on this date
<rick42>
ok
<tankf33der>
rick42: and i paste a link to 18.12 not 18.2
<Regenaxer>
These two lines are from doc/ChangeLog
<Regenaxer>
24oct18
<Regenaxer>
Check for atomic first argument in 'prior'