<peepsalot>
well othx is MIA, but i think they read the logs anyways... guso78 in this case your test problem is: stderr output: unrecognised option '--enable-python'
<InPhase>
othx tell gunnbr that othx is down.
ToAruShiroiNeko has quit [Ping timeout: 252 seconds]
ToAruShiroiNeko has joined #openscad
linext has quit [Quit: Leaving]
qeed_ has quit [Quit: qeed_]
qeed has joined #openscad
ur5us_ has quit [Ping timeout: 260 seconds]
fury999io has joined #openscad
fury999io has quit [Quit: Konversation terminated!]
fury999io has joined #openscad
guso78 has joined #openscad
guso78 has quit [Ping timeout: 260 seconds]
fury999io has quit [Quit: Konversation terminated!]
ur5us_ has joined #openscad
guso78 has joined #openscad
fling has quit [Remote host closed the connection]
fling has joined #openscad
Sauvin has quit [Ping timeout: 260 seconds]
ur5us_ has quit [Ping timeout: 260 seconds]
Sauvin has joined #openscad
<guso78>
InPhase, peepsalot, it appears that the bots are out of battery, please dontate new power :)
guso7895 has joined #openscad
<guso7895>
Thank you for the stderr log message
snaked has quit [Ping timeout: 252 seconds]
<guso7895>
othx, please tell to the test engine, that the test will only pass if the openscad is compiled with -DENABLE_PYTHON haha
snaked has joined #openscad
guso78 has quit [Ping timeout: 260 seconds]
snaked has quit [Remote host closed the connection]
snaked has joined #openscad
teepee has quit [Remote host closed the connection]
teepee has joined #openscad
teepee has quit [Remote host closed the connection]
teepee has joined #openscad
Guest75 has joined #openscad
Guest75 has quit [Quit: Client closed]
ur5us_ has joined #openscad
Guest783 has joined #openscad
Guest783 has quit [Client Quit]
fling has quit [Remote host closed the connection]
fling has joined #openscad
ur5us_ has quit [Remote host closed the connection]
ur5us_ has joined #openscad
ur5us_ has quit [Ping timeout: 252 seconds]
epony has quit [Remote host closed the connection]
castaway has joined #openscad
TheAssassin has quit [Remote host closed the connection]
TheAssassin has joined #openscad
ToAruShiroiNeko has quit [Ping timeout: 264 seconds]
ToAruShiroiNeko has joined #openscad
J2364424 has quit [Quit: Client closed]
J2364424 has joined #openscad
aiyion has quit [Ping timeout: 255 seconds]
aiyion has joined #openscad
guso7895 has quit [Ping timeout: 260 seconds]
ToAruShiroiNeko has quit [Ping timeout: 265 seconds]
ToAruShiroiNeko has joined #openscad
Martavazquez has joined #openscad
Martavazquez has quit [Client Quit]
little_blossom has quit [Quit: little_blossom]
guso78 has joined #openscad
little_blossom has joined #openscad
J2364424 has quit [Quit: Client closed]
J2364424 has joined #openscad
pah has joined #openscad
guso78 has quit [Quit: Client closed]
snaked has quit [Quit: Leaving]
teepee_ has joined #openscad
teepee has quit [Ping timeout: 255 seconds]
teepee_ is now known as teepee
teepee has quit [Remote host closed the connection]
teepee_ has joined #openscad
teepee_ is now known as teepee
guso78 has joined #openscad
ToAruShiroiNeko has quit [Ping timeout: 248 seconds]
guso78 has quit [Ping timeout: 260 seconds]
ToAruShiroiNeko has joined #openscad
peeps[work] has joined #openscad
teepee has quit [Remote host closed the connection]
fling has quit [Remote host closed the connection]
teepee has joined #openscad
fling has joined #openscad
guso78 has joined #openscad
epony has joined #openscad
Lagopus has quit [Ping timeout: 246 seconds]
foul_owl has quit [Ping timeout: 268 seconds]
guso787 has joined #openscad
foul_owl has joined #openscad
guso78 has quit [Ping timeout: 260 seconds]
teepee_ has joined #openscad
teepee has quit [Ping timeout: 255 seconds]
teepee_ is now known as teepee
<dTal>
Why does OpenSCAD have a function recursion limit of 1000000, when it sports tail call elimination?
<teepee>
because there's currently no way to otherwise cancel
<InPhase>
Someday we need to insert a proper thread model into the program.
<teepee>
true, cancel could work without I suppose
guso78 has joined #openscad
<guso78>
Teepee, the Tests in my PR have failed because openscad was Compiled without Python enabled.
<teepee>
right, so we probably need to keep the tests disabled when the feature is not enabled
<teepee>
plus enable at least one instance to have it enabled
<teepee>
to many enabled, feel free to replace one or two :)
<guso78>
But i Made the Tests to check that my functions Work correctly. Would bei a pity, Not to Use IT
<teepee>
yes, that's why we do want at least one of the test CI runs having it enabled
<teepee>
probably Linux as that is likely to be easiest
<guso78>
Any But Windows is the easiest 😃
<guso78>
Btw Sounds promising
<guso78>
Is there any Task for your or to Master still open?
<guso78>
Or = PR
<InPhase>
guso78: Working on a separate branch you should certainly be able to enable those tests and enable python.
<teepee>
I did not have a chance to look at things in the last couple of days, still all work not much fun
<teepee>
yep, setting the flag in the linux github action should work in a PR too
<guso78>
I Phase, It works perfectly locally, only wenn i synchronize my PR, Checks fail in your side
<guso78>
No experience with GitHub Action , maybe i can Look into that next