ChanServ changed the topic of #picolisp to: PicoLisp language | Channel Log: https://irclog.whitequark.org/picolisp/ | Check also http://www.picolisp.com for more information
Seteeri has quit [Ping timeout: 272 seconds]
mmmattyx has quit [Quit: Connection closed for inactivity]
orivej has quit [Ping timeout: 264 seconds]
rob_w has joined #picolisp
Blukunfando has quit [Ping timeout: 272 seconds]
Nistur has quit [Ping timeout: 246 seconds]
Nistur has joined #picolisp
<Regenaxer> Oops
<Regenaxer> Found a bignum bug
<Regenaxer> (bit? 1152921504606846976 2078396450396706055)
<tankf33der> yeah, never tried so big bit
<tankf33der> fix it, i will update the test case
<Regenaxer> I noticed by chance
<Regenaxer> happens in tractatus
<Regenaxer> i.e. a very long <menu>
<Regenaxer> The two args are not even bignums
<Regenaxer> strange
<Regenaxer> : (hex 1152921504606846976)
<Regenaxer> -> "1000000000000000"
<Regenaxer> I investigate
<Regenaxer> ah, nonsense. The number *is* a bignum
<Regenaxer> short has only 60 bits
<beneroth> you forgot the tag bits?
<beneroth> interesting issue btw.
<Regenaxer> No, it is an error in traversing the bignum
<beneroth> ah
<beneroth> I see
<Regenaxer> not fetching the next cell
<Regenaxer> BIG vs DIG
<Regenaxer> works now
<Regenaxer> Doing bigtests
<Regenaxer> I will not officially release yet
<Regenaxer> tankf33der, if you want to try, use picolisp.com/pub/pil21.tgz
<Regenaxer> pre-release ;)
<tankf33der> doing bigtests via misc/bigtest ?
<Regenaxer> yes
<Regenaxer> you have more exensive ones
<tankf33der> testing then against golang
<Regenaxer> The bug was not detected cause misc/bigtest does not test 'big?'
<Regenaxer> ok, thanks!
<tankf33der> maybe bc doest not implementation for tihs ?
<Regenaxer> yes, that is the reason
<Regenaxer> I probably did not want to bother finding out how to do it in 'bc'
<Regenaxer> I check similar functions in src/big.l
<tankf33der> in general i never tried bit? in bigtest
<tankf33der> and never test in bignum range
<Regenaxer> bit? is seldom used
<Regenaxer> Other funs in src/big.l are all right I think
<tankf33der> all passed.
<Regenaxer> great!
DKordic is now known as L35M153r4bl35
<beneroth> nice
<beneroth> I thank you, Regenaxer / tankf33der. Much appreciating your constant efforts. <3
<Regenaxer> :)
orivej has joined #picolisp
aw- has quit [Ping timeout: 264 seconds]
<tankf33der> Regenaxer: when release?
Seteeri has joined #picolisp
<Regenaxer> Not now, as I'm in the middle of changing the GUI (in @lib/xhtml.l using the new micro-templates in @lib/xhtml/)
<beneroth> will this be compatible to previous form.l ?
<Regenaxer> yes, completely transparent
<Regenaxer> form.l is not changed
<beneroth> nice
<Regenaxer> only xhtml.l
mmmattyx has joined #picolisp
<beneroth> elegant
<Regenaxer> I'm testing with the designer in Barcelona
<Regenaxer> Not sure yet if the concept even works out
<Regenaxer> or if I revert it
<beneroth> well you do R&D
<Regenaxer> T
<beneroth> such things cannot be decided without having it done
<Regenaxer> the temp release at picolisp.com/pub/pil21.tgz has it
<Regenaxer> yeah
rob_w has quit [Quit: Leaving]
Blukunfando has joined #picolisp
<Seteeri> beneroth: sent you an email regarding our previous conversation :)
<beneroth> yes I saw, thank you. Sorry didn't get a round to respond yet, my bad!
<Seteeri> no worries!
mmmattyx has quit [Quit: Connection closed for inactivity]
Blukunfando has quit [Ping timeout: 260 seconds]
mmmattyx has joined #picolisp