00:10
LordOfBikes has quit [Ping timeout: 268 seconds]
00:22
LordOfBikes has joined #openscad
00:26
aiyion has quit [Remote host closed the connection]
00:27
aiyion has joined #openscad
00:44
ferdna has quit [Quit: Leaving]
01:37
qeed_ has joined #openscad
01:39
qeed has quit [Ping timeout: 265 seconds]
01:42
splud has joined #openscad
02:50
<
peepsalot >
figured it out by doing a diff between raw logs of failed and last successful one. looks like all the paths under D:/a/_temp/msys/msys64/ changed to D:/a/_temp/msys64/
02:52
<
peepsalot >
looks like that path change also correspond to change from "Current runner version: '2.283.1'" to '2.283.2'
03:53
snaked has joined #openscad
04:06
arebil has joined #openscad
04:08
ur5us has quit [Ping timeout: 265 seconds]
04:26
arebil has quit [Quit: My keyboard has gone to sleep. ZZZzzz…]
06:05
<
gbruno >
[github] thehans pushed 11 modifications (Merge pull request #3942 from thehans/test_update
06:13
arebil has joined #openscad
06:32
rogeliodh5 has joined #openscad
06:34
rogeliodh5 is now known as rogeliodh
06:35
gbruno_ has joined #openscad
06:35
gbruno_ is now known as gbruno
06:37
<
gbruno >
[github] thehans pushed 18 modifications (Merge pull request #3941 from thehans/CGAL_DEBUG
06:54
little_blossom has joined #openscad
06:57
arebil has quit [Quit: My keyboard has gone to sleep. ZZZzzz…]
07:37
mhroncok has joined #openscad
08:04
RichardP_ has joined #openscad
08:04
RichardPotthoff has quit [Read error: Connection reset by peer]
08:18
mhroncok has quit [Quit: Leaving.]
08:30
lastrodamo has joined #openscad
11:03
veverak has joined #openscad
11:38
<
Scopeuk >
nice spot
12:17
mhroncok has joined #openscad
12:39
qeed_ has quit [Read error: Connection reset by peer]
12:40
qeed_ has joined #openscad
13:00
ochafik has joined #openscad
14:11
ochafik has quit [Remote host closed the connection]
14:15
ochafik has joined #openscad
14:22
p3ck has joined #openscad
14:28
ochafik has quit [Remote host closed the connection]
14:29
randypfau has quit [Remote host closed the connection]
14:30
randypfau has joined #openscad
14:31
ochafik has joined #openscad
15:56
gunnbr has joined #openscad
16:03
othx has joined #openscad
16:04
arebil has joined #openscad
16:17
Guest6 has joined #openscad
16:19
Guest6 has left #openscad [#openscad]
16:39
mhroncok has quit [Quit: Leaving.]
16:58
arebil has quit [Quit: My keyboard has gone to sleep. ZZZzzz…]
17:00
ochafik has quit [Remote host closed the connection]
17:01
ochafik has joined #openscad
17:02
gunnbr has quit [Ping timeout: 252 seconds]
17:05
ochafik has quit [Ping timeout: 252 seconds]
17:07
qeed_ has quit [Read error: Connection reset by peer]
17:07
qeed has joined #openscad
17:31
ochafik has joined #openscad
17:49
lastrodamo has quit [Quit: Leaving]
17:57
ochafik has quit [Remote host closed the connection]
17:57
ochafik has joined #openscad
17:57
ochafik has quit [Remote host closed the connection]
17:58
ochafik has joined #openscad
18:03
ochafik has quit [Ping timeout: 252 seconds]
18:15
TheAssassin has quit [Remote host closed the connection]
18:16
TheAssassin has joined #openscad
18:28
ochafik has joined #openscad
18:48
randypfau has quit [Ping timeout: 265 seconds]
18:49
The_Jag has joined #openscad
18:53
randypfau has joined #openscad
19:05
TheAssassin has quit [Remote host closed the connection]
19:06
TheAssassin has joined #openscad
19:07
TheAssassin has quit [Client Quit]
19:08
TheAssassin has joined #openscad
20:06
drew has joined #openscad
20:14
drew has quit [Quit: Quit]
20:15
drew has joined #openscad
20:32
drew has left #openscad [WeeChat 3.2]
20:35
Jack21 has joined #openscad
20:35
ochafik has quit [Ping timeout: 264 seconds]
20:39
<
Jack21 >
🔴🟢🔵 found a way to get color into echo text (at least for my system)
20:39
<
InPhase >
For console or for gui?
20:40
<
Jack21 >
the console window in scad where echo() text are shown
20:41
<
InPhase >
Yeah, I guess you can dump ansi codes there if your system is one of the decent ones.
20:41
<
InPhase >
Oh wait, the console window in gui?
20:41
<
InPhase >
This I don't know. What was the method?
20:42
<
Jack21 >
there are utf-8 characters that have colors 🔴🟢 so i can highlight warnings .
20:42
<
InPhase >
They're showing in monochrome here in my IRC terminal.
20:43
<
Jack21 >
yeah i assumed this is OS dependant
20:44
<
InPhase >
Jack21: Usage like, echo(csv_parse("-1, 0,2,4, 3.14159, 6.67408e-11, 1.0545e-34, 6.022e23, -1.602e-19"));
20:44
<
InPhase >
Jack21: Maybe that opens up some customizer functionality for you.
20:45
<
InPhase >
The float() was a little tricky, but I was in a favorable brain state and hammered it out.
20:46
<
peepsalot >
it could be interesting to implement a full literal value parser in openscad (besides function literal), including nested vectors etc
20:46
<
InPhase >
peepsalot: Just as long as it's not an eval. :)
20:47
<
InPhase >
We do not want any introduced risk of web customizers importing /etc/passwd into a text() or something.
20:47
<
peepsalot >
right, i mean as a user library, analogous to json parsing
20:47
<
InPhase >
json to object literal would be intriguing.
20:49
<
InPhase >
I don't know what syntax they'd need though. object literal comprehensions or something?
20:51
<
InPhase >
paired list to literal?
20:51
<
peepsalot >
hmm? i'm just talking about extending your csv to support other OpenSCAD literal types. bool, string, vector, maybe range
20:51
<
InPhase >
I suppose that's doable as-is, with sufficient effort.
20:52
<
InPhase >
The shunting-yard algorithm should work well for this with a functional approach.
20:53
<
peepsalot >
i guess the most crucial one in my eyes is vector, then you could pass a arbitrary length list of points via customizer for example
20:54
<
InPhase >
Nested vectors would be pretty easy then as well.
20:54
<
InPhase >
Vector of numbers would be an easy add on top of that.
20:55
<
InPhase >
[ recurse, ] return basically.
20:56
<
peepsalot >
i still think a builtin string to number function would be a good addition too of course
20:56
<
InPhase >
That funcutils float is a good experiment to poke around for use cases.
20:57
<
InPhase >
Integrated makes a lot of sense though.
20:59
<
Jack21 >
inPhase: nice functions
21:02
ochafik has joined #openscad
22:13
gunnbr has joined #openscad
22:21
randypfau has quit [Ping timeout: 252 seconds]
22:49
ferdna has joined #openscad
23:05
gunnbr has quit [Ping timeout: 264 seconds]