kintel has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<peepsalot>
^ any have ideas on that bug? i feel like this is potentitally a big deal where we might be able to greatly reduce errors from CGAL if the cause can be sorted out
<peepsalot>
the other thing that's been bugging me is the fast-csg issue where it can't handle corefinement of meshes that share vertices? it seems like a bizarre requirement that I don't understand (and neither is it documented as far as I can tell)
<teepee>
no direct ideas, but it sounds like something that needs some investigation
teepee_ has joined #openscad
teepee has quit [Ping timeout: 255 seconds]
teepee_ is now known as teepee
ali12341 has quit [Remote host closed the connection]
ali12341 has joined #openscad
ali12341 has quit [Remote host closed the connection]
ali12341 has joined #openscad
teepee has quit [Remote host closed the connection]
teepee has joined #openscad
LordOfBikes has quit [Ping timeout: 260 seconds]
LordOfBikes has joined #openscad
teepee_ has joined #openscad
teepee has quit [Quit: bye...]
teepee_ is now known as teepee
J237914 has joined #openscad
J2379 has quit [Ping timeout: 260 seconds]
<peepsalot>
i wish the CGAL test suite instructions were comprehensible
<teepee>
CGAL packages on OBS are also updated to 5.5.1, now waiting if that causes any downstream issues
snaked has quit [Ping timeout: 268 seconds]
snaked has joined #openscad
ur5us has quit [Ping timeout: 260 seconds]
milza has quit [Quit: milza]
kintel has joined #openscad
<kintel>
I'm looking into why the nightly icon doesn't do what I expect any more on macOS, and I see that the icon is sometimes set based on -DSNAPSHOT and sometimes based on -DSUFFIX
<kintel>
Any history or WIP I should be aware of on this? Looks like something got lost when moving to cmake
<kintel>
In terms of CGAL, I haven't managed to get 5.5.1 to work with fast-csg
<teepee>
kintel: it did work not long ago but there were a number of cmake changes that may have caused that
<teepee>
I think I've seen an issue with the Linux icons too, I'll have to double check though
<kintel>
I'm a bit confused about the purpose of SUFFIX. It looks like CircleCI sets it from the github branch for non-Mac platforms
<teepee>
yes, it's used for openscad vs. openscad-nightly package builds for Linux
<InPhase>
kintel: I checked my log, and found this entry from Oct 17, 2021: "<InPhase> peepsalot: The recipe is discovered! Just every once in a while, we change the app icon on the nightly build for macos to something ridiculous, in order to summon kintel. :)"
<teepee>
so we don't overwrite the release with the nightlies
<teepee>
InPhase: bad execution this time, I think it's broken on Linux too :D
<teepee>
well, it could be a Wayland issue as it seems my Debian install now defaults to enable Wayland for Qt apps
<InPhase>
Oops!
<InPhase>
kintel: Well, context was that you appeared on github at that date to "Correctly associate nightly icon with the app bundle"
<teepee>
yeah, starting with xcb the icons are shown, so it's not a regression but either a wayland issue or something we need to do in addition for it to work on Waylend