orivej has quit [Ping timeout: 265 seconds]
orivej has joined #picolisp
peterhil has joined #picolisp
orivej has quit [Ping timeout: 256 seconds]
peterhil has quit [Read error: Connection reset by peer]
peterhil has joined #picolisp
peterhil has quit [Read error: Connection reset by peer]
peterhil has joined #picolisp
peterhil has quit [Read error: Connection reset by peer]
peterhil has joined #picolisp
peterhil has quit [Read error: Connection reset by peer]
peterhil has joined #picolisp
peterhil has quit [Read error: Connection reset by peer]
peterhil has joined #picolisp
peterhil has quit [Read error: Connection reset by peer]
peterhil has joined #picolisp
peterhil has quit [Read error: Connection reset by peer]
peterhil has joined #picolisp
peterhil has quit [Read error: Connection reset by peer]
peterhil has joined #picolisp
peterhil has quit [Read error: Connection reset by peer]
peterhil has joined #picolisp
peterhil has quit [Read error: Connection reset by peer]
peterhil has joined #picolisp
peterhil has quit [Read error: Connection reset by peer]
peterhil has joined #picolisp
peterhil has quit [Read error: Connection reset by peer]
peterhil has joined #picolisp
peterhil has quit [Read error: Connection reset by peer]
peterhil has joined #picolisp
peterhil has quit [Read error: Connection reset by peer]
peterhil has joined #picolisp
peterhil has quit [Read error: Connection reset by peer]
<
tankf33der>
llvm7 ok too.
peterhil has joined #picolisp
peterhil has quit [Read error: Connection reset by peer]
peterhil has joined #picolisp
peterhil has quit [Read error: Connection reset by peer]
jibanes has quit [Ping timeout: 264 seconds]
jibanes has joined #picolisp
peterhil has joined #picolisp
peterhil has quit [Read error: Connection reset by peer]
peterhil has joined #picolisp
peterhil has quit [Read error: Connection reset by peer]
peterhil has joined #picolisp
peterhil has quit [Read error: Connection reset by peer]
peterhil has joined #picolisp
peterhil has quit [Read error: Connection reset by peer]
peterhil has joined #picolisp
peterhil has quit [Read error: Connection reset by peer]
peterhil has joined #picolisp
peterhil has quit [Read error: Connection reset by peer]
peterhil has joined #picolisp
peterhil has quit [Read error: Connection reset by peer]
peterhil has joined #picolisp
peterhil has quit [Read error: Connection reset by peer]
peterhil has joined #picolisp
peterhil has quit [Read error: Connection reset by peer]
peterhil has joined #picolisp
peterhil has quit [Read error: Connection reset by peer]
peterhil has joined #picolisp
peterhil has quit [Read error: Connection reset by peer]
peterhil has joined #picolisp
peterhil has quit [Read error: Connection reset by peer]
peterhil has joined #picolisp
peterhil has quit [Read error: Connection reset by peer]
peterhil has joined #picolisp
peterhil has quit [Read error: Connection reset by peer]
peterhil has joined #picolisp
peterhil has quit [Read error: Connection reset by peer]
peterhil has joined #picolisp
peterhil has quit [Read error: Connection reset by peer]
aw- has joined #picolisp
<
Regenaxer>
tankf33der: I added all stack frames to 'yield'
<
Regenaxer>
'catch' is allowed again
<
tankf33der>
released?
<
aw->
hi Regenaxer tankf33der
<
Regenaxer>
tankf33der, yes
<
tankf33der>
Regenaxer: works. all passed.
<
Regenaxer>
Now coroutines should be complete
<
aw->
Regenaxer: can't bootstrap the new pil21.tgz
<
aw->
../pil: 2: exec: ../bin/picolisp: not found
<
aw->
make:
*** [Makefile:37: base.ll] Error 127
<
Regenaxer>
strange, src/base.bc should be there
<
Regenaxer>
so picolisp is not needed
<
Regenaxer>
oh, right
<
aw->
yesterday's pil21.tgz was bootstrapping itself just fine
<
Regenaxer>
How was that? We changed the TGZ last time to include .bc instead of .ll, right?
<
aw->
i guess it was yesterday morning for you
<
Regenaxer>
On 30jul20 I changed .bc -> .ll
<
Regenaxer>
I thought the opposite
<
Regenaxer>
Did I mess up the release script?
<
Regenaxer>
correct
<
Regenaxer>
We said we change .bc -> .ll
<
Regenaxer>
We found out it is more portable
<
aw->
yes i think the release is messed up
<
Regenaxer>
despite the size of .ll, cause it comppesses well
<
Regenaxer>
I think I know
<
Regenaxer>
I released on a machine where I had not executed 'make'
<
Regenaxer>
so the .ll files are older
<
Regenaxer>
and make tries to build
<
Regenaxer>
I released once more, can you try?
<
Regenaxer>
I will include a 'make' in the script
<
aw->
nop doesnt work
<
Regenaxer>
Sorry again! Another mistake
<
Regenaxer>
Please once more
<
Regenaxer>
Thanks for finding
<
Regenaxer>
I do a 'make' now in the script first
<
tankf33der>
check this out:
<
tankf33der>
: (call 'uname '-a)
<
tankf33der>
SunOS landau 5.11 11.4.24.75.2 sun4v sparc sun4v
<
tankf33der>
pil21!
<
Regenaxer>
The first real advantage of pil21 ?
_whitelogger has joined #picolisp
<
tankf33der>
it was made manually. to make it work out of box for every platform will be a challenge.
<
Regenaxer>
Is it possible?
<
tankf33der>
i cant imagine somebody will request working aix version.
<
Regenaxer>
And I want to see it on iOS
<
Regenaxer>
But the Makefile does not need to support special cases I think
<
Regenaxer>
I will use pil21 for PilBox, but will anyway use a custom build script
<
Regenaxer>
I prefer scripts for such cases
<
Regenaxer>
much more flexible
orivej has joined #picolisp
orivej has quit [Ping timeout: 258 seconds]
peterhil has joined #picolisp
aw- has quit [Quit: Leaving.]
<
tankf33der>
trying macos
rick42 has joined #picolisp
<
tankf33der>
works in general. done under homebrew.
<
Regenaxer>
Wow, MacOS
<
Regenaxer>
Pil on a Mac since long time
<
Regenaxer>
Easy to build?
<
tankf33der>
combine every platform in one file will take time.
<
tankf33der>
lets see how easy will be combine solaris and macos and linux.
<
Regenaxer>
Is Solaris meaningful?
<
tankf33der>
no. just a case.
<
tankf33der>
easiest way - do nothing, leave as is - and wait for platform request for ever.
aw- has joined #picolisp
<
tankf33der>
i ve tested base.ll is portable.
<
Regenaxer>
yeah, that's the important issue
<
Regenaxer>
good to know
alexshendi has joined #picolisp
alexshendi has quit [Read error: Connection reset by peer]
orivej has joined #picolisp
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #picolisp
jibanes has quit [Ping timeout: 240 seconds]
jibanes has joined #picolisp
_whitelogger has joined #picolisp
aw- has quit [Quit: Leaving.]