discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Crashing code

R
Ronaldo
Sun, Sep 25, 2016 3:57 AM

This prints undef:

echo([1,2]*[1]);

but this expression crashes OpenSCAD version 2015.03-2 :

x = [1]*[];

--
View this message in context: http://forum.openscad.org/Crashing-code-tp18477.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

This prints undef: > echo([1,2]*[1]); but this expression crashes OpenSCAD version 2015.03-2 : > x = [1]*[]; -- View this message in context: http://forum.openscad.org/Crashing-code-tp18477.html Sent from the OpenSCAD mailing list archive at Nabble.com.
TP
Torsten Paul
Sun, Sep 25, 2016 5:10 PM

On 09/25/2016 05:57 AM, Ronaldo wrote:

but this expression crashes OpenSCAD version 2015.03-2 :

x = [1]*[];

Known issue, fixed in
https://github.com/openscad/openscad/issues/1516

ciao,
Torsten.

On 09/25/2016 05:57 AM, Ronaldo wrote: > but this expression crashes OpenSCAD version 2015.03-2 : > >> x = [1]*[]; > Known issue, fixed in https://github.com/openscad/openscad/issues/1516 ciao, Torsten.
RP
Ronaldo Persiano
Sun, Sep 25, 2016 6:23 PM

Nice. I had been looking the snapshots and found a new Windows version
2016-09-18. However, it doesn't include the customizer of version
2016-08-18. Has it being discarded? I love it a lot.

2016-09-25 14:10 GMT-03:00 Torsten Paul Torsten.Paul@gmx.de:

On 09/25/2016 05:57 AM, Ronaldo wrote:

but this expression crashes OpenSCAD version 2015.03-2 :

x = [1]*[];

Nice. I had been looking the snapshots and found a new Windows version 2016-09-18. However, it doesn't include the customizer of version 2016-08-18. Has it being discarded? I love it a lot. 2016-09-25 14:10 GMT-03:00 Torsten Paul <Torsten.Paul@gmx.de>: > On 09/25/2016 05:57 AM, Ronaldo wrote: > > but this expression crashes OpenSCAD version 2015.03-2 : > > > >> x = [1]*[]; > > > Known issue, fixed in > https://github.com/openscad/openscad/issues/1516 > > ciao, > Torsten. > > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >
TP
Torsten Paul
Sun, Sep 25, 2016 7:30 PM

On 09/25/2016 08:23 PM, Ronaldo Persiano wrote:

Nice. I had been looking the snapshots and found a new
Windows version 2016-09-18. However, it doesn't include
the customizer of version 2016-08-18. Has it being
discarded? I love it a lot.

No, not discarded, it's not merged yet but still in review.
The builds posted were special builds for this new feature
to get early feedback.
There are a couple of minor issues that need to be solved,
but I do hope it's going to be merged soon.

Main GSoC feature branch:
https://github.com/openscad/openscad/pull/1751

Open issues:
https://github.com/openscad/openscad/issues/1781

ciao,
Torsten.

On 09/25/2016 08:23 PM, Ronaldo Persiano wrote: > Nice. I had been looking the snapshots and found a new > Windows version 2016-09-18. However, it doesn't include > the customizer of version 2016-08-18. Has it being > discarded? I love it a lot. > No, not discarded, it's not merged yet but still in review. The builds posted were special builds for this new feature to get early feedback. There are a couple of minor issues that need to be solved, but I do hope it's going to be merged soon. Main GSoC feature branch: https://github.com/openscad/openscad/pull/1751 Open issues: https://github.com/openscad/openscad/issues/1781 ciao, Torsten.