<JordanBrown1>
Why do we limit ranges to a million entries? It's a nuisance for benchmarking...
J24k58 has joined #openscad
J24k54 has quit [Ping timeout: 250 seconds]
mmu_man has quit [Ping timeout: 255 seconds]
<InPhase>
JordanBrown1: Because we lack proper threading.
<InPhase>
A few fixes are needed to give us some proper cancel buttonry. So some haphazard attempts were made to minimize the hole made when someone shoots their foot off.
teepee_ has joined #openscad
<InPhase>
JordanBrown1: I don't think this is exactly a proper choice, but an intermediate state I suppose. And it's straightforward enough to work around with nesting.
teepee has quit [Ping timeout: 255 seconds]
teepee_ is now known as teepee
yogadude has quit [Ping timeout: 260 seconds]
J24k58 has quit [Quit: Client closed]
yogadude has joined #openscad
J24k58 has joined #openscad
LordOfBikes has quit [Ping timeout: 264 seconds]
LordOfBikes has joined #openscad
<JordanBrown1>
InPhase it's a nuisance to step through a >1M entry array. Not that it can't be done, just a nuisance. And for list comprehensions, which is probably the only real case, you can use C-style for.
<JordanBrown1>
Oh, scratch that, got that backwards. We *don't* have C-style for in list comprehensions.
<JordanBrown1>
Scratch scratching that. LCs do, normal don't. I misread the cheat sheet.
<JordanBrown1>
It would be nice if it changed so that 1M was allowed and 1M+1 is disallowed.
<InPhase>
Off by one on being convenient.
snaked has joined #openscad
JordanBrown1 has quit [Read error: Connection reset by peer]
Ahmed__ has joined #openscad
Ahmed__ has quit [Read error: Connection reset by peer]
Ahmed_ has joined #openscad
mmu_man has joined #openscad
zauberfisch has quit [Quit: No Ping reply in 180 seconds.]
zauberfisch has joined #openscad
Experimentalist has joined #openscad
mmu_man has quit [Ping timeout: 252 seconds]
<Experimentalist>
I am trying to run the tests for the nightly build version 2024.02.16 (git 55be9cf86) on Windows 11 Version 22H2 (OS Build 22621.3155). Most tests if not all tests over 313of 1952 come back failed. Any ideas on why this is?
<Experimentalist>
267/1586 Test #267: cgalpngtest_fill2-tests ......................................***Failed 0.53 sec
<guso78>
Same Here. This IS because openscad fails to initialize gl for the offscreen View.
<mmu_man>
terminate called after throwing an instance of 'std::bad_alloc'
<mmu_man>
well mconvert needs some more work
<mmu_man>
4159439512 edges for a cube… that seems a bit large
<mmu_man>
no tracing code in pmp-library :-(
<mmu_man>
their code doesn't handle comments
<mmu_man>
more patches to write
erectus has quit [Remote host closed the connection]
erectus has joined #openscad
fling has quit [Ping timeout: 255 seconds]
fling_ has joined #openscad
fling_ has quit [Remote host closed the connection]
fling has joined #openscad
fling has quit [Remote host closed the connection]
kintel has joined #openscad
<kintel>
Experimentalist Did you build OpenSCAD yourself?
fling has joined #openscad
<kintel>
One issue on Windows is that openscad.com isn't handled correctly when building manually, so you need to move winconsole/openscad.com into the same place where the .exe is.
<kintel>
Not sure if that's what you experience, but I remember having to do that for every build
<InPhase>
kintel: Can that be a CMakeLists.txt update?
<kintel>
I think so - it's sorted on the CI, we should align it with a straight-up cmake build.
<kintel>
I just lose patience really quickly when booted in Winmdoews ;)
<Experimentalist>
actual textfile: D:\OpenSCAD-Nightly\tests-build\output\echotest\include-recursive-test-actual.echo
<Experimentalist>
---
<Experimentalist>
+++
<Experimentalist>
@@ -1,12 +1,12 @@
<Experimentalist>
-WARNING: Can't open include file 'include-recursive-test.scad'. in file ../tests/data/scad/misc/include-recursive-test.scad, line 1
<Experimentalist>
-WARNING: Can't open include file '../misc/include-recursive-test.scad'. in file ../tests/data/scad/misc/include-recursive-test.scad, line 2
<Experimentalist>
-WARNING: Can't open include file '../../scad/misc/include-recursive-test.scad'. in file ../tests/data/scad/misc/include-recursive-test.scad, line 3
<buZz>
wtf
<buZz>
learn2pastebin
<Experimentalist>
Sorry, not used this before today, will work it out
<gbruno>
[github] kintel closed issue #4732 (Manifold - Minkowski fails on concave polyhedron with render mode (but works if you preview first)) https://github.com/openscad/openscad/issues/4732
<mmu_man>
I can see color, transform and shape nodes there
<teepee>
I have not installed kicad on the new notebook yet
Non-ICE has quit [Quit: Screw you guys, im going home!]
Non-ICE has joined #openscad
Non-BEAST has joined #openscad
guso78k has joined #openscad
<guso78k>
in manifoldutils.cc: createMutableManifoldFromPolySet: why do we convert to a CGAL Surface mesh first ? Isn't Manifold supposed to replace CGAL ?
stefanct has quit [Excess Flood]
stefanct has joined #openscad
<mmu_man>
hmm trying to apply color to the Polyset before returning for testing… doesn't work
<mmu_man>
not sure if Geometry::Geometries is what I want