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
_whitelogger has joined #picolisp
aw- has joined #picolisp
aw- has quit [Quit: Leaving.]
patrixl has quit [Read error: Connection reset by peer]
patrixl has joined #picolisp
_whitelogger has joined #picolisp
orivej has joined #picolisp
aw- has joined #picolisp
orivej has quit [Ping timeout: 265 seconds]
jibanes has quit [Ping timeout: 256 seconds]
jibanes has joined #picolisp
orivej has joined #picolisp
<tankf33der> aw-: run tests on yours aarch for pil21
<aw-> ?
<aw-> changes?
<aw-> what tests?
<Regenaxer> Anything that's important for your use cases
<Regenaxer> But stuff is still missing
<Regenaxer> some oop (super, extra, method call)
<aw-> i did earlier in the week
<Regenaxer> and DB does not work yet
<Regenaxer> OK, no hurry
<Regenaxer> Don't waste time. tankf33der and I should first finish the base system perhaps
orivej has quit [Ping timeout: 240 seconds]
<aw-> i already confirmed that all my projects/code works
<aw-> so unless something significant changed recently, it should be fine
<aw-> but i'll definitely test again, maybe not today
<Regenaxer> All is still changing a lot, and often breaks
<Regenaxer> So any test helps
<Regenaxer> But, as I said, no hurry
<tankf33der> aw-: did you ever run pil21-test on aarch?
<tankf33der> clone and make inside repo
<aw-> tankf33der: yes
<aw-> oh
<aw-> no not that repo
<aw-> sure i can do that later
<tankf33der> please. just one time. thanks
<aw-> hmmm.. i had to compile native.c
<aw-> how do i get native.so ?
<tankf33der> it will compile
<tankf33der> by gcc
<aw-> hmmm
<tankf33der> needed for native
<aw-> i compiled it manually with gcc
<aw-> doesn't work
<aw-> [native.l:3] !? (native "./native.so" "returnvoid")
<aw-> Bad ffi
<tankf33der> comment native.l call in tests.l and run make
<aw-> haha ok
<Regenaxer> tankf33der, you had some suggestions for Makefile?
<tankf33der> sure, i will send a patch for discussion. i should check on linuxes and freebsd. requires time.
<Regenaxer> ok
<Regenaxer> I want a general Makefile. Without specific checks
<tankf33der> sure everybody wants, it will be a challange.
<aw-> hmmm
<aw-> running tesets
<aw-> tests*
<aw-> it can't load from @lib because the picolisp21 binary is in a different path
<aw-> ^^^ crypto finished!
<aw-> "@lib/frac.l" -- Open error: No such file or directory
<aw-> [tests.l:3] !? (load "@lib/frac.l")
<aw-> i was runnig with: ../pil21/pil tests.l
<aw-> ok i fixed it, added ../pil to $PATH env var
<tankf33der> yea
<aw-> tankf33der: no rootkit in here, right? ;)
<tankf33der> no
<tankf33der> 100% safe.
<aw-> ======
<aw-> All-OK
<Regenaxer> Great!
<Regenaxer> But pil does not need to be added to any path
<aw-> yes because i use pil64
<aw-> i dont want to overwrite it with pil21
<Regenaxer> None of the pil versions needs to be in $PATH
<Regenaxer> ../pil21/pil should be OK, no?
<aw-> it was just to run tankf33der's tests
<aw-> no
<aw-> i pasted the error above
<Regenaxer> ah
<Regenaxer> "@lib/frac.l" ?
<aw-> yes.. it's weird because i have @lib/frac.l in pil64 ...
<Regenaxer> : ../pil21/pil +
<Regenaxer> : (load "@lib/frac.l")
<Regenaxer> -> "f>="
<Regenaxer> :
<Regenaxer> strange
<aw-> Regenaxer: same output for me
<aw-> ../pil21-src/pil21/pil
<aw-> : (load "@lib/frac.l")
<aw-> -> "f>="
<Regenaxer> yeah
<Regenaxer> but not for the tests?
<aw-> but the test couldn't find it for some reason.. oh well
<tankf33der> thats why i have pil and pil21 separetly and always use pil21 for new picolisp.
<aw-> i have them separate
<aw-> the test failed specifically because they are separate
<aw-> anyways there's no point arguing, i just put the pil21 dir in my PATH and the tests worked fine
<aw-> it's not a big issue
<tankf33der> ok
<tankf33der> ffi fail is scary but i cant help i dont have aarch on hands.
<tankf33der> i should ask access on tilde?
<tankf33der> i should ask access on tilde.
<aw-> hmmm
<aw-> i could setup a dedicated aarch64 for you to test if you want
<aw-> i've got more than a few collecting dust now
<tankf33der> o cool. what distro?
<aw-> armbian probably
<tankf33der> its ok. let me know later, no hurry.
<tankf33der> afk.
orivej has joined #picolisp
aw- has quit [Quit: Leaving.]
orivej has quit [Ping timeout: 265 seconds]
orivej has joined #picolisp
jibanes has quit [Ping timeout: 240 seconds]
jibanes has joined #picolisp
<Regenaxer> Coroutines need reworking. Will do during next week
<tankf33der> ok
orivej has quit [Ping timeout: 256 seconds]
orivej has joined #picolisp
orivej has quit [Ping timeout: 264 seconds]
orivej has joined #picolisp
orivej has quit [Ping timeout: 265 seconds]
orivej has joined #picolisp