discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

OpenSCAD 2015.03-2 released

MK
Marius Kintel
Tue, Dec 1, 2015 3:47 AM

Hi all,

We've released an update, OpenSCAD 2015.03-2, to address some critical issues with OpenSCAD 2015.03.
The new binaries are available for download, or on their way shortly.

Fixed issues:

#1483 - Fix Z-fighting in Ortho view
#1479 - No check for infinite $fn
#1472 - "nan" in list comprehension causes crash
#452 - rands() fails when the seed is a floating point number
#1407 - Recursive module crash
#1425 - Animate Filename Generation - Duplicate/Missing Filenames
#1420 - expression-evaluation-tests fails on arm64
#1410 - Crash when a polygon contains NaN
#1378 - Linear extrude plus infinite twist causes crash instead of just an error
#1358 - Add more detailed installer information including version number
#1356 - Crash when multiplying matrices with undefined elements
#1350 - Saving file when HD is full ends up in data loss
#1342 - Syntax Highlighting Does Not Work on Linux Mint 17.1
#1337 - Simple detection of script and direction based on given text
#1325 - Crash when polygons with > 3 indices turn out to be degenerate
#1329 - version() returned [0,0,0]

Cheers,

-Marius

Hi all, We've released an update, OpenSCAD 2015.03-2, to address some critical issues with OpenSCAD 2015.03. The new binaries are available for download, or on their way shortly. Fixed issues: #1483 - Fix Z-fighting in Ortho view #1479 - No check for infinite $fn #1472 - "nan" in list comprehension causes crash #452 - rands() fails when the seed is a floating point number #1407 - Recursive module crash #1425 - Animate Filename Generation - Duplicate/Missing Filenames #1420 - expression-evaluation-tests fails on arm64 #1410 - Crash when a polygon contains NaN #1378 - Linear extrude plus infinite twist causes crash instead of just an error #1358 - Add more detailed installer information including version number #1356 - Crash when multiplying matrices with undefined elements #1350 - Saving file when HD is full ends up in data loss #1342 - Syntax Highlighting Does Not Work on Linux Mint 17.1 #1337 - Simple detection of script and direction based on given text #1325 - Crash when polygons with > 3 indices turn out to be degenerate #1329 - version() returned ```[0,0,0]``` Cheers, -Marius
AD
Ari Diacou
Tue, Dec 1, 2015 1:29 PM

Thanks!

but why wasn't it called 2015.12?

On Mon, Nov 30, 2015 at 10:47 PM, Marius Kintel marius@kintel.net wrote:

Hi all,

We've released an update, OpenSCAD 2015.03-2, to address some critical
issues with OpenSCAD 2015.03.
The new binaries are available for download, or on their way shortly.

Fixed issues:

#1483 - Fix Z-fighting in Ortho view
#1479 - No check for infinite $fn
#1472 - "nan" in list comprehension causes crash
#452 - rands() fails when the seed is a floating point number
#1407 - Recursive module crash
#1425 - Animate Filename Generation - Duplicate/Missing Filenames
#1420 - expression-evaluation-tests fails on arm64
#1410 - Crash when a polygon contains NaN
#1378 - Linear extrude plus infinite twist causes crash instead of just an
error
#1358 - Add more detailed installer information including version number
#1356 - Crash when multiplying matrices with undefined elements
#1350 - Saving file when HD is full ends up in data loss
#1342 - Syntax Highlighting Does Not Work on Linux Mint 17.1
#1337 - Simple detection of script and direction based on given text
#1325 - Crash when polygons with > 3 indices turn out to be degenerate
#1329 - version() returned [0,0,0]

Cheers,

-Marius


OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org

Thanks! but why wasn't it called 2015.12? On Mon, Nov 30, 2015 at 10:47 PM, Marius Kintel <marius@kintel.net> wrote: > Hi all, > > We've released an update, OpenSCAD 2015.03-2, to address some critical > issues with OpenSCAD 2015.03. > The new binaries are available for download, or on their way shortly. > > Fixed issues: > > #1483 - Fix Z-fighting in Ortho view > #1479 - No check for infinite $fn > #1472 - "nan" in list comprehension causes crash > #452 - rands() fails when the seed is a floating point number > #1407 - Recursive module crash > #1425 - Animate Filename Generation - Duplicate/Missing Filenames > #1420 - expression-evaluation-tests fails on arm64 > #1410 - Crash when a polygon contains NaN > #1378 - Linear extrude plus infinite twist causes crash instead of just an > error > #1358 - Add more detailed installer information including version number > #1356 - Crash when multiplying matrices with undefined elements > #1350 - Saving file when HD is full ends up in data loss > #1342 - Syntax Highlighting Does Not Work on Linux Mint 17.1 > #1337 - Simple detection of script and direction based on given text > #1325 - Crash when polygons with > 3 indices turn out to be degenerate > #1329 - version() returned ```[0,0,0]``` > > Cheers, > > -Marius > > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >
JD
Jerry Davis
Tue, Dec 1, 2015 1:51 PM

does this supersede  OpenSCAD version 2015.11.15 (git a7ee1f2) ?

I agree that some sort of more consistent version numbering be done. It is
confusing.

Jerry

--
Extra Ham Operator: K7AZJ
Registered Linux User: 275424
Raspberry Pi and Arduino developer

The most exciting phrase to hear in science - the one that heralds new
discoveries - is not "Eureka!" but "That's funny...".
- Isaac. Asimov

I
*f you give someone a program, you will frustrate them for a day; if you
teach them how to program, you will frustrate them for a lifetime. *-
Anonymous

If writing good code requires very little comments, then writing really
excellent code requires no comments at all!
- Ken Thompson

On Tue, Dec 1, 2015 at 6:29 AM, Ari Diacou ari.diacou@gmail.com wrote:

Thanks!

but why wasn't it called 2015.12?

On Mon, Nov 30, 2015 at 10:47 PM, Marius Kintel marius@kintel.net wrote:

Hi all,

We've released an update, OpenSCAD 2015.03-2, to address some critical
issues with OpenSCAD 2015.03.
The new binaries are available for download, or on their way shortly.

Fixed issues:

#1483 - Fix Z-fighting in Ortho view
#1479 - No check for infinite $fn
#1472 - "nan" in list comprehension causes crash
#452 - rands() fails when the seed is a floating point number
#1407 - Recursive module crash
#1425 - Animate Filename Generation - Duplicate/Missing Filenames
#1420 - expression-evaluation-tests fails on arm64
#1410 - Crash when a polygon contains NaN
#1378 - Linear extrude plus infinite twist causes crash instead of just
an error
#1358 - Add more detailed installer information including version number
#1356 - Crash when multiplying matrices with undefined elements
#1350 - Saving file when HD is full ends up in data loss
#1342 - Syntax Highlighting Does Not Work on Linux Mint 17.1
#1337 - Simple detection of script and direction based on given text
#1325 - Crash when polygons with > 3 indices turn out to be degenerate
#1329 - version() returned [0,0,0]

Cheers,

-Marius


OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org

does this supersede OpenSCAD version 2015.11.15 (git a7ee1f2) ? I agree that some sort of more consistent version numbering be done. It is confusing. Jerry -- Extra Ham Operator: K7AZJ Registered Linux User: 275424 Raspberry Pi and Arduino developer *The most exciting phrase to hear in science - the one that heralds new discoveries - is not "Eureka!" but "That's funny...".*- Isaac. Asimov *I* *f you give someone a program, you will frustrate them for a day; if you teach them how to program, you will frustrate them for a lifetime. *- Anonymous *If writing good code requires very little comments, then writing really excellent code requires no comments at all!*- Ken Thompson On Tue, Dec 1, 2015 at 6:29 AM, Ari Diacou <ari.diacou@gmail.com> wrote: > Thanks! > > but why wasn't it called 2015.12? > > On Mon, Nov 30, 2015 at 10:47 PM, Marius Kintel <marius@kintel.net> wrote: > >> Hi all, >> >> We've released an update, OpenSCAD 2015.03-2, to address some critical >> issues with OpenSCAD 2015.03. >> The new binaries are available for download, or on their way shortly. >> >> Fixed issues: >> >> #1483 - Fix Z-fighting in Ortho view >> #1479 - No check for infinite $fn >> #1472 - "nan" in list comprehension causes crash >> #452 - rands() fails when the seed is a floating point number >> #1407 - Recursive module crash >> #1425 - Animate Filename Generation - Duplicate/Missing Filenames >> #1420 - expression-evaluation-tests fails on arm64 >> #1410 - Crash when a polygon contains NaN >> #1378 - Linear extrude plus infinite twist causes crash instead of just >> an error >> #1358 - Add more detailed installer information including version number >> #1356 - Crash when multiplying matrices with undefined elements >> #1350 - Saving file when HD is full ends up in data loss >> #1342 - Syntax Highlighting Does Not Work on Linux Mint 17.1 >> #1337 - Simple detection of script and direction based on given text >> #1325 - Crash when polygons with > 3 indices turn out to be degenerate >> #1329 - version() returned ```[0,0,0]``` >> >> Cheers, >> >> -Marius >> >> >> _______________________________________________ >> OpenSCAD mailing list >> Discuss@lists.openscad.org >> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >> > > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org > >
JD
Jerry Davis
Tue, Dec 1, 2015 2:00 PM

maybe something like:

3, 2, 20151130

we would have version 3.2, but a dev build done as of 20151130

so if we had another dev build off of 3.2 of say 20151215, then we would
all know that the devbuild on 20151215 would be later.

similarly, if there was a new branch of openscad of say 4.0

--
Extra Ham Operator: K7AZJ
Registered Linux User: 275424
Raspberry Pi and Arduino developer

The most exciting phrase to hear in science - the one that heralds new
discoveries - is not "Eureka!" but "That's funny...".
- Isaac. Asimov

I
*f you give someone a program, you will frustrate them for a day; if you
teach them how to program, you will frustrate them for a lifetime. *-
Anonymous

If writing good code requires very little comments, then writing really
excellent code requires no comments at all!
- Ken Thompson

On Tue, Dec 1, 2015 at 6:51 AM, Jerry Davis jdawgaz@gmail.com wrote:

does this supersede  OpenSCAD version 2015.11.15 (git a7ee1f2) ?

I agree that some sort of more consistent version numbering be done. It is
confusing.

Jerry

--
Extra Ham Operator: K7AZJ
Registered Linux User: 275424
Raspberry Pi and Arduino developer

The most exciting phrase to hear in science - the one that heralds new
discoveries - is not "Eureka!" but "That's funny...".
- Isaac. Asimov

I
*f you give someone a program, you will frustrate them for a day; if you
teach them how to program, you will frustrate them for a lifetime. *-
Anonymous

If writing good code requires very little comments, then writing really
excellent code requires no comments at all!
- Ken Thompson

On Tue, Dec 1, 2015 at 6:29 AM, Ari Diacou ari.diacou@gmail.com wrote:

Thanks!

but why wasn't it called 2015.12?

On Mon, Nov 30, 2015 at 10:47 PM, Marius Kintel marius@kintel.net
wrote:

Hi all,

We've released an update, OpenSCAD 2015.03-2, to address some critical
issues with OpenSCAD 2015.03.
The new binaries are available for download, or on their way shortly.

Fixed issues:

#1483 - Fix Z-fighting in Ortho view
#1479 - No check for infinite $fn
#1472 - "nan" in list comprehension causes crash
#452 - rands() fails when the seed is a floating point number
#1407 - Recursive module crash
#1425 - Animate Filename Generation - Duplicate/Missing Filenames
#1420 - expression-evaluation-tests fails on arm64
#1410 - Crash when a polygon contains NaN
#1378 - Linear extrude plus infinite twist causes crash instead of just
an error
#1358 - Add more detailed installer information including version number
#1356 - Crash when multiplying matrices with undefined elements
#1350 - Saving file when HD is full ends up in data loss
#1342 - Syntax Highlighting Does Not Work on Linux Mint 17.1
#1337 - Simple detection of script and direction based on given text
#1325 - Crash when polygons with > 3 indices turn out to be degenerate
#1329 - version() returned [0,0,0]

Cheers,

-Marius


OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org

maybe something like: 3, 2, 20151130 we would have version 3.2, but a dev build done as of 20151130 so if we had another dev build off of 3.2 of say 20151215, then we would all know that the devbuild on 20151215 would be later. similarly, if there was a new branch of openscad of say 4.0 -- Extra Ham Operator: K7AZJ Registered Linux User: 275424 Raspberry Pi and Arduino developer *The most exciting phrase to hear in science - the one that heralds new discoveries - is not "Eureka!" but "That's funny...".*- Isaac. Asimov *I* *f you give someone a program, you will frustrate them for a day; if you teach them how to program, you will frustrate them for a lifetime. *- Anonymous *If writing good code requires very little comments, then writing really excellent code requires no comments at all!*- Ken Thompson On Tue, Dec 1, 2015 at 6:51 AM, Jerry Davis <jdawgaz@gmail.com> wrote: > does this supersede OpenSCAD version 2015.11.15 (git a7ee1f2) ? > > I agree that some sort of more consistent version numbering be done. It is > confusing. > > Jerry > > > -- > Extra Ham Operator: K7AZJ > Registered Linux User: 275424 > Raspberry Pi and Arduino developer > > > *The most exciting phrase to hear in science - the one that heralds new > discoveries - is not "Eureka!" but "That's funny...".*- Isaac. Asimov > > *I* > *f you give someone a program, you will frustrate them for a day; if you > teach them how to program, you will frustrate them for a lifetime. *- > Anonymous > > > *If writing good code requires very little comments, then writing really > excellent code requires no comments at all!*- Ken Thompson > > On Tue, Dec 1, 2015 at 6:29 AM, Ari Diacou <ari.diacou@gmail.com> wrote: > >> Thanks! >> >> but why wasn't it called 2015.12? >> >> On Mon, Nov 30, 2015 at 10:47 PM, Marius Kintel <marius@kintel.net> >> wrote: >> >>> Hi all, >>> >>> We've released an update, OpenSCAD 2015.03-2, to address some critical >>> issues with OpenSCAD 2015.03. >>> The new binaries are available for download, or on their way shortly. >>> >>> Fixed issues: >>> >>> #1483 - Fix Z-fighting in Ortho view >>> #1479 - No check for infinite $fn >>> #1472 - "nan" in list comprehension causes crash >>> #452 - rands() fails when the seed is a floating point number >>> #1407 - Recursive module crash >>> #1425 - Animate Filename Generation - Duplicate/Missing Filenames >>> #1420 - expression-evaluation-tests fails on arm64 >>> #1410 - Crash when a polygon contains NaN >>> #1378 - Linear extrude plus infinite twist causes crash instead of just >>> an error >>> #1358 - Add more detailed installer information including version number >>> #1356 - Crash when multiplying matrices with undefined elements >>> #1350 - Saving file when HD is full ends up in data loss >>> #1342 - Syntax Highlighting Does Not Work on Linux Mint 17.1 >>> #1337 - Simple detection of script and direction based on given text >>> #1325 - Crash when polygons with > 3 indices turn out to be degenerate >>> #1329 - version() returned ```[0,0,0]``` >>> >>> Cheers, >>> >>> -Marius >>> >>> >>> _______________________________________________ >>> OpenSCAD mailing list >>> Discuss@lists.openscad.org >>> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >>> >> >> >> _______________________________________________ >> OpenSCAD mailing list >> Discuss@lists.openscad.org >> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >> >> >
DM
doug moen
Tue, Dec 1, 2015 2:11 PM

I think this release comes from the 2015.03 branch, and only contains
critical bug fixes, and not any new features that may have been added to
the master branch. So I don't think it supersedes 2015.11.15.

On Tuesday, 1 December 2015, Jerry Davis jdawgaz@gmail.com wrote:

does this supersede  OpenSCAD version 2015.11.15 (git a7ee1f2) ?

I agree that some sort of more consistent version numbering be done. It is
confusing.

Jerry

--
Extra Ham Operator: K7AZJ
Registered Linux User: 275424
Raspberry Pi and Arduino developer

The most exciting phrase to hear in science - the one that heralds new
discoveries - is not "Eureka!" but "That's funny...".
- Isaac. Asimov

I
*f you give someone a program, you will frustrate them for a day; if you
teach them how to program, you will frustrate them for a lifetime. *-
Anonymous

If writing good code requires very little comments, then writing really
excellent code requires no comments at all!
- Ken Thompson

On Tue, Dec 1, 2015 at 6:29 AM, Ari Diacou <ari.diacou@gmail.com
javascript:_e(%7B%7D,'cvml','ari.diacou@gmail.com');> wrote:

Thanks!

but why wasn't it called 2015.12?

On Mon, Nov 30, 2015 at 10:47 PM, Marius Kintel <marius@kintel.net
javascript:_e(%7B%7D,'cvml','marius@kintel.net');> wrote:

Hi all,

We've released an update, OpenSCAD 2015.03-2, to address some critical
issues with OpenSCAD 2015.03.
The new binaries are available for download, or on their way shortly.

Fixed issues:

#1483 - Fix Z-fighting in Ortho view
#1479 - No check for infinite $fn
#1472 - "nan" in list comprehension causes crash
#452 - rands() fails when the seed is a floating point number
#1407 - Recursive module crash
#1425 - Animate Filename Generation - Duplicate/Missing Filenames
#1420 - expression-evaluation-tests fails on arm64
#1410 - Crash when a polygon contains NaN
#1378 - Linear extrude plus infinite twist causes crash instead of just
an error
#1358 - Add more detailed installer information including version number
#1356 - Crash when multiplying matrices with undefined elements
#1350 - Saving file when HD is full ends up in data loss
#1342 - Syntax Highlighting Does Not Work on Linux Mint 17.1
#1337 - Simple detection of script and direction based on given text
#1325 - Crash when polygons with > 3 indices turn out to be degenerate
#1329 - version() returned [0,0,0]

Cheers,

-Marius


OpenSCAD mailing list
Discuss@lists.openscad.org
javascript:_e(%7B%7D,'cvml','Discuss@lists.openscad.org');
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org

I think this release comes from the 2015.03 branch, and only contains critical bug fixes, and not any new features that may have been added to the master branch. So I don't think it supersedes 2015.11.15. On Tuesday, 1 December 2015, Jerry Davis <jdawgaz@gmail.com> wrote: > does this supersede OpenSCAD version 2015.11.15 (git a7ee1f2) ? > > I agree that some sort of more consistent version numbering be done. It is > confusing. > > Jerry > > > -- > Extra Ham Operator: K7AZJ > Registered Linux User: 275424 > Raspberry Pi and Arduino developer > > > *The most exciting phrase to hear in science - the one that heralds new > discoveries - is not "Eureka!" but "That's funny...".*- Isaac. Asimov > > *I* > *f you give someone a program, you will frustrate them for a day; if you > teach them how to program, you will frustrate them for a lifetime. *- > Anonymous > > > *If writing good code requires very little comments, then writing really > excellent code requires no comments at all!*- Ken Thompson > > On Tue, Dec 1, 2015 at 6:29 AM, Ari Diacou <ari.diacou@gmail.com > <javascript:_e(%7B%7D,'cvml','ari.diacou@gmail.com');>> wrote: > >> Thanks! >> >> but why wasn't it called 2015.12? >> >> On Mon, Nov 30, 2015 at 10:47 PM, Marius Kintel <marius@kintel.net >> <javascript:_e(%7B%7D,'cvml','marius@kintel.net');>> wrote: >> >>> Hi all, >>> >>> We've released an update, OpenSCAD 2015.03-2, to address some critical >>> issues with OpenSCAD 2015.03. >>> The new binaries are available for download, or on their way shortly. >>> >>> Fixed issues: >>> >>> #1483 - Fix Z-fighting in Ortho view >>> #1479 - No check for infinite $fn >>> #1472 - "nan" in list comprehension causes crash >>> #452 - rands() fails when the seed is a floating point number >>> #1407 - Recursive module crash >>> #1425 - Animate Filename Generation - Duplicate/Missing Filenames >>> #1420 - expression-evaluation-tests fails on arm64 >>> #1410 - Crash when a polygon contains NaN >>> #1378 - Linear extrude plus infinite twist causes crash instead of just >>> an error >>> #1358 - Add more detailed installer information including version number >>> #1356 - Crash when multiplying matrices with undefined elements >>> #1350 - Saving file when HD is full ends up in data loss >>> #1342 - Syntax Highlighting Does Not Work on Linux Mint 17.1 >>> #1337 - Simple detection of script and direction based on given text >>> #1325 - Crash when polygons with > 3 indices turn out to be degenerate >>> #1329 - version() returned ```[0,0,0]``` >>> >>> Cheers, >>> >>> -Marius >>> >>> >>> _______________________________________________ >>> OpenSCAD mailing list >>> Discuss@lists.openscad.org >>> <javascript:_e(%7B%7D,'cvml','Discuss@lists.openscad.org');> >>> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >>> >> >> >> _______________________________________________ >> OpenSCAD mailing list >> Discuss@lists.openscad.org >> <javascript:_e(%7B%7D,'cvml','Discuss@lists.openscad.org');> >> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >> >> >
JD
Jerry Davis
Tue, Dec 1, 2015 2:25 PM

have those 2015.03 fixes been merged with the newest dev branch?
just askin.

--
Extra Ham Operator: K7AZJ
Registered Linux User: 275424
Raspberry Pi and Arduino developer

The most exciting phrase to hear in science - the one that heralds new
discoveries - is not "Eureka!" but "That's funny...".
- Isaac. Asimov

I
*f you give someone a program, you will frustrate them for a day; if you
teach them how to program, you will frustrate them for a lifetime. *-
Anonymous

If writing good code requires very little comments, then writing really
excellent code requires no comments at all!
- Ken Thompson

On Tue, Dec 1, 2015 at 7:11 AM, doug moen doug@moens.org wrote:

I think this release comes from the 2015.03 branch, and only contains
critical bug fixes, and not any new features that may have been added to
the master branch. So I don't think it supersedes 2015.11.15.

On Tuesday, 1 December 2015, Jerry Davis jdawgaz@gmail.com wrote:

does this supersede  OpenSCAD version 2015.11.15 (git a7ee1f2) ?

I agree that some sort of more consistent version numbering be done. It
is confusing.

Jerry

--
Extra Ham Operator: K7AZJ
Registered Linux User: 275424
Raspberry Pi and Arduino developer

The most exciting phrase to hear in science - the one that heralds new
discoveries - is not "Eureka!" but "That's funny...".
- Isaac. Asimov

I
*f you give someone a program, you will frustrate them for a day; if you
teach them how to program, you will frustrate them for a lifetime. *-
Anonymous

If writing good code requires very little comments, then writing really
excellent code requires no comments at all!
- Ken Thompson

On Tue, Dec 1, 2015 at 6:29 AM, Ari Diacou ari.diacou@gmail.com wrote:

Thanks!

but why wasn't it called 2015.12?

On Mon, Nov 30, 2015 at 10:47 PM, Marius Kintel marius@kintel.net
wrote:

Hi all,

We've released an update, OpenSCAD 2015.03-2, to address some critical
issues with OpenSCAD 2015.03.
The new binaries are available for download, or on their way shortly.

Fixed issues:

#1483 - Fix Z-fighting in Ortho view
#1479 - No check for infinite $fn
#1472 - "nan" in list comprehension causes crash
#452 - rands() fails when the seed is a floating point number
#1407 - Recursive module crash
#1425 - Animate Filename Generation - Duplicate/Missing Filenames
#1420 - expression-evaluation-tests fails on arm64
#1410 - Crash when a polygon contains NaN
#1378 - Linear extrude plus infinite twist causes crash instead of just
an error
#1358 - Add more detailed installer information including version number
#1356 - Crash when multiplying matrices with undefined elements
#1350 - Saving file when HD is full ends up in data loss
#1342 - Syntax Highlighting Does Not Work on Linux Mint 17.1
#1337 - Simple detection of script and direction based on given text
#1325 - Crash when polygons with > 3 indices turn out to be degenerate
#1329 - version() returned [0,0,0]

Cheers,

-Marius


OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org

have those 2015.03 fixes been merged with the newest dev branch? just askin. -- Extra Ham Operator: K7AZJ Registered Linux User: 275424 Raspberry Pi and Arduino developer *The most exciting phrase to hear in science - the one that heralds new discoveries - is not "Eureka!" but "That's funny...".*- Isaac. Asimov *I* *f you give someone a program, you will frustrate them for a day; if you teach them how to program, you will frustrate them for a lifetime. *- Anonymous *If writing good code requires very little comments, then writing really excellent code requires no comments at all!*- Ken Thompson On Tue, Dec 1, 2015 at 7:11 AM, doug moen <doug@moens.org> wrote: > I think this release comes from the 2015.03 branch, and only contains > critical bug fixes, and not any new features that may have been added to > the master branch. So I don't think it supersedes 2015.11.15. > > > On Tuesday, 1 December 2015, Jerry Davis <jdawgaz@gmail.com> wrote: > >> does this supersede OpenSCAD version 2015.11.15 (git a7ee1f2) ? >> >> I agree that some sort of more consistent version numbering be done. It >> is confusing. >> >> Jerry >> >> >> -- >> Extra Ham Operator: K7AZJ >> Registered Linux User: 275424 >> Raspberry Pi and Arduino developer >> >> >> *The most exciting phrase to hear in science - the one that heralds new >> discoveries - is not "Eureka!" but "That's funny...".*- Isaac. Asimov >> >> *I* >> *f you give someone a program, you will frustrate them for a day; if you >> teach them how to program, you will frustrate them for a lifetime. *- >> Anonymous >> >> >> *If writing good code requires very little comments, then writing really >> excellent code requires no comments at all!*- Ken Thompson >> >> On Tue, Dec 1, 2015 at 6:29 AM, Ari Diacou <ari.diacou@gmail.com> wrote: >> >>> Thanks! >>> >>> but why wasn't it called 2015.12? >>> >>> On Mon, Nov 30, 2015 at 10:47 PM, Marius Kintel <marius@kintel.net> >>> wrote: >>> >>>> Hi all, >>>> >>>> We've released an update, OpenSCAD 2015.03-2, to address some critical >>>> issues with OpenSCAD 2015.03. >>>> The new binaries are available for download, or on their way shortly. >>>> >>>> Fixed issues: >>>> >>>> #1483 - Fix Z-fighting in Ortho view >>>> #1479 - No check for infinite $fn >>>> #1472 - "nan" in list comprehension causes crash >>>> #452 - rands() fails when the seed is a floating point number >>>> #1407 - Recursive module crash >>>> #1425 - Animate Filename Generation - Duplicate/Missing Filenames >>>> #1420 - expression-evaluation-tests fails on arm64 >>>> #1410 - Crash when a polygon contains NaN >>>> #1378 - Linear extrude plus infinite twist causes crash instead of just >>>> an error >>>> #1358 - Add more detailed installer information including version number >>>> #1356 - Crash when multiplying matrices with undefined elements >>>> #1350 - Saving file when HD is full ends up in data loss >>>> #1342 - Syntax Highlighting Does Not Work on Linux Mint 17.1 >>>> #1337 - Simple detection of script and direction based on given text >>>> #1325 - Crash when polygons with > 3 indices turn out to be degenerate >>>> #1329 - version() returned ```[0,0,0]``` >>>> >>>> Cheers, >>>> >>>> -Marius >>>> >>>> >>>> _______________________________________________ >>>> OpenSCAD mailing list >>>> Discuss@lists.openscad.org >>>> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >>>> >>> >>> >>> _______________________________________________ >>> OpenSCAD mailing list >>> Discuss@lists.openscad.org >>> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >>> >>> >> > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org > >
DM
doug moen
Tue, Dec 1, 2015 2:51 PM

I would say yes, those bug fixes are also integrated into the master
branch. I can see that the RELEASE_NOTES file in the master branch has been
updated to list all of the bug fixes.

I don't know how to get that information out of github, however. I can see
the 'master' and '2015.03' branches in github, I can see the list of
commits to the 2015.03 branch, but I can't find a way to visualize the
synchronization of changes between these two branches.

On 1 December 2015 at 09:25, Jerry Davis jdawgaz@gmail.com wrote:

have those 2015.03 fixes been merged with the newest dev branch?
just askin.

--
Extra Ham Operator: K7AZJ
Registered Linux User: 275424
Raspberry Pi and Arduino developer

The most exciting phrase to hear in science - the one that heralds new
discoveries - is not "Eureka!" but "That's funny...".
- Isaac. Asimov

I
*f you give someone a program, you will frustrate them for a day; if you
teach them how to program, you will frustrate them for a lifetime. *-
Anonymous

If writing good code requires very little comments, then writing really
excellent code requires no comments at all!
- Ken Thompson

On Tue, Dec 1, 2015 at 7:11 AM, doug moen doug@moens.org wrote:

I think this release comes from the 2015.03 branch, and only contains
critical bug fixes, and not any new features that may have been added to
the master branch. So I don't think it supersedes 2015.11.15.

On Tuesday, 1 December 2015, Jerry Davis jdawgaz@gmail.com wrote:

does this supersede  OpenSCAD version 2015.11.15 (git a7ee1f2) ?

I agree that some sort of more consistent version numbering be done. It
is confusing.

Jerry

--
Extra Ham Operator: K7AZJ
Registered Linux User: 275424
Raspberry Pi and Arduino developer

The most exciting phrase to hear in science - the one that heralds new
discoveries - is not "Eureka!" but "That's funny...".
- Isaac. Asimov

I
*f you give someone a program, you will frustrate them for a day; if you
teach them how to program, you will frustrate them for a lifetime. *-
Anonymous

If writing good code requires very little comments, then writing really
excellent code requires no comments at all!
- Ken Thompson

On Tue, Dec 1, 2015 at 6:29 AM, Ari Diacou ari.diacou@gmail.com wrote:

Thanks!

but why wasn't it called 2015.12?

On Mon, Nov 30, 2015 at 10:47 PM, Marius Kintel marius@kintel.net
wrote:

Hi all,

We've released an update, OpenSCAD 2015.03-2, to address some critical
issues with OpenSCAD 2015.03.
The new binaries are available for download, or on their way shortly.

Fixed issues:

#1483 - Fix Z-fighting in Ortho view
#1479 - No check for infinite $fn
#1472 - "nan" in list comprehension causes crash
#452 - rands() fails when the seed is a floating point number
#1407 - Recursive module crash
#1425 - Animate Filename Generation - Duplicate/Missing Filenames
#1420 - expression-evaluation-tests fails on arm64
#1410 - Crash when a polygon contains NaN
#1378 - Linear extrude plus infinite twist causes crash instead of
just an error
#1358 - Add more detailed installer information including version
number
#1356 - Crash when multiplying matrices with undefined elements
#1350 - Saving file when HD is full ends up in data loss
#1342 - Syntax Highlighting Does Not Work on Linux Mint 17.1
#1337 - Simple detection of script and direction based on given text
#1325 - Crash when polygons with > 3 indices turn out to be degenerate
#1329 - version() returned [0,0,0]

Cheers,

-Marius


OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org

I would say yes, those bug fixes are also integrated into the master branch. I can see that the RELEASE_NOTES file in the master branch has been updated to list all of the bug fixes. I don't know how to get that information out of github, however. I can see the 'master' and '2015.03' branches in github, I can see the list of commits to the 2015.03 branch, but I can't find a way to visualize the synchronization of changes between these two branches. On 1 December 2015 at 09:25, Jerry Davis <jdawgaz@gmail.com> wrote: > have those 2015.03 fixes been merged with the newest dev branch? > just askin. > > > -- > Extra Ham Operator: K7AZJ > Registered Linux User: 275424 > Raspberry Pi and Arduino developer > > > *The most exciting phrase to hear in science - the one that heralds new > discoveries - is not "Eureka!" but "That's funny...".*- Isaac. Asimov > > *I* > *f you give someone a program, you will frustrate them for a day; if you > teach them how to program, you will frustrate them for a lifetime. *- > Anonymous > > > *If writing good code requires very little comments, then writing really > excellent code requires no comments at all!*- Ken Thompson > > On Tue, Dec 1, 2015 at 7:11 AM, doug moen <doug@moens.org> wrote: > >> I think this release comes from the 2015.03 branch, and only contains >> critical bug fixes, and not any new features that may have been added to >> the master branch. So I don't think it supersedes 2015.11.15. >> >> >> On Tuesday, 1 December 2015, Jerry Davis <jdawgaz@gmail.com> wrote: >> >>> does this supersede OpenSCAD version 2015.11.15 (git a7ee1f2) ? >>> >>> I agree that some sort of more consistent version numbering be done. It >>> is confusing. >>> >>> Jerry >>> >>> >>> -- >>> Extra Ham Operator: K7AZJ >>> Registered Linux User: 275424 >>> Raspberry Pi and Arduino developer >>> >>> >>> *The most exciting phrase to hear in science - the one that heralds new >>> discoveries - is not "Eureka!" but "That's funny...".*- Isaac. Asimov >>> >>> *I* >>> *f you give someone a program, you will frustrate them for a day; if you >>> teach them how to program, you will frustrate them for a lifetime. *- >>> Anonymous >>> >>> >>> *If writing good code requires very little comments, then writing really >>> excellent code requires no comments at all!*- Ken Thompson >>> >>> On Tue, Dec 1, 2015 at 6:29 AM, Ari Diacou <ari.diacou@gmail.com> wrote: >>> >>>> Thanks! >>>> >>>> but why wasn't it called 2015.12? >>>> >>>> On Mon, Nov 30, 2015 at 10:47 PM, Marius Kintel <marius@kintel.net> >>>> wrote: >>>> >>>>> Hi all, >>>>> >>>>> We've released an update, OpenSCAD 2015.03-2, to address some critical >>>>> issues with OpenSCAD 2015.03. >>>>> The new binaries are available for download, or on their way shortly. >>>>> >>>>> Fixed issues: >>>>> >>>>> #1483 - Fix Z-fighting in Ortho view >>>>> #1479 - No check for infinite $fn >>>>> #1472 - "nan" in list comprehension causes crash >>>>> #452 - rands() fails when the seed is a floating point number >>>>> #1407 - Recursive module crash >>>>> #1425 - Animate Filename Generation - Duplicate/Missing Filenames >>>>> #1420 - expression-evaluation-tests fails on arm64 >>>>> #1410 - Crash when a polygon contains NaN >>>>> #1378 - Linear extrude plus infinite twist causes crash instead of >>>>> just an error >>>>> #1358 - Add more detailed installer information including version >>>>> number >>>>> #1356 - Crash when multiplying matrices with undefined elements >>>>> #1350 - Saving file when HD is full ends up in data loss >>>>> #1342 - Syntax Highlighting Does Not Work on Linux Mint 17.1 >>>>> #1337 - Simple detection of script and direction based on given text >>>>> #1325 - Crash when polygons with > 3 indices turn out to be degenerate >>>>> #1329 - version() returned ```[0,0,0]``` >>>>> >>>>> Cheers, >>>>> >>>>> -Marius >>>>> >>>>> >>>>> _______________________________________________ >>>>> OpenSCAD mailing list >>>>> Discuss@lists.openscad.org >>>>> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >>>>> >>>> >>>> >>>> _______________________________________________ >>>> OpenSCAD mailing list >>>> Discuss@lists.openscad.org >>>> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >>>> >>>> >>> >> _______________________________________________ >> OpenSCAD mailing list >> Discuss@lists.openscad.org >> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >> >> > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org > >
NH
nop head
Tue, Dec 1, 2015 3:11 PM

Click on Graphs / Network

On 1 December 2015 at 14:51, doug moen doug@moens.org wrote:

I would say yes, those bug fixes are also integrated into the master
branch. I can see that the RELEASE_NOTES file in the master branch has been
updated to list all of the bug fixes.

I don't know how to get that information out of github, however. I can see
the 'master' and '2015.03' branches in github, I can see the list of
commits to the 2015.03 branch, but I can't find a way to visualize the
synchronization of changes between these two branches.

On 1 December 2015 at 09:25, Jerry Davis jdawgaz@gmail.com wrote:

have those 2015.03 fixes been merged with the newest dev branch?
just askin.

--
Extra Ham Operator: K7AZJ
Registered Linux User: 275424
Raspberry Pi and Arduino developer

The most exciting phrase to hear in science - the one that heralds new
discoveries - is not "Eureka!" but "That's funny...".
- Isaac. Asimov

I
*f you give someone a program, you will frustrate them for a day; if you
teach them how to program, you will frustrate them for a lifetime. *-
Anonymous

If writing good code requires very little comments, then writing really
excellent code requires no comments at all!
- Ken Thompson

On Tue, Dec 1, 2015 at 7:11 AM, doug moen doug@moens.org wrote:

I think this release comes from the 2015.03 branch, and only contains
critical bug fixes, and not any new features that may have been added to
the master branch. So I don't think it supersedes 2015.11.15.

On Tuesday, 1 December 2015, Jerry Davis jdawgaz@gmail.com wrote:

does this supersede  OpenSCAD version 2015.11.15 (git a7ee1f2) ?

I agree that some sort of more consistent version numbering be done. It
is confusing.

Jerry

--
Extra Ham Operator: K7AZJ
Registered Linux User: 275424
Raspberry Pi and Arduino developer

The most exciting phrase to hear in science - the one that heralds new
discoveries - is not "Eureka!" but "That's funny...".
- Isaac. Asimov

I
*f you give someone a program, you will frustrate them for a day; if
you teach them how to program, you will frustrate them for a lifetime. *-
Anonymous

If writing good code requires very little comments, then writing
really excellent code requires no comments at all!
- Ken Thompson

On Tue, Dec 1, 2015 at 6:29 AM, Ari Diacou ari.diacou@gmail.com
wrote:

Thanks!

but why wasn't it called 2015.12?

On Mon, Nov 30, 2015 at 10:47 PM, Marius Kintel marius@kintel.net
wrote:

Hi all,

We've released an update, OpenSCAD 2015.03-2, to address some
critical issues with OpenSCAD 2015.03.
The new binaries are available for download, or on their way shortly.

Fixed issues:

#1483 - Fix Z-fighting in Ortho view
#1479 - No check for infinite $fn
#1472 - "nan" in list comprehension causes crash
#452 - rands() fails when the seed is a floating point number
#1407 - Recursive module crash
#1425 - Animate Filename Generation - Duplicate/Missing Filenames
#1420 - expression-evaluation-tests fails on arm64
#1410 - Crash when a polygon contains NaN
#1378 - Linear extrude plus infinite twist causes crash instead of
just an error
#1358 - Add more detailed installer information including version
number
#1356 - Crash when multiplying matrices with undefined elements
#1350 - Saving file when HD is full ends up in data loss
#1342 - Syntax Highlighting Does Not Work on Linux Mint 17.1
#1337 - Simple detection of script and direction based on given text
#1325 - Crash when polygons with > 3 indices turn out to be degenerate
#1329 - version() returned [0,0,0]

Cheers,

-Marius


OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org

Click on Graphs / Network On 1 December 2015 at 14:51, doug moen <doug@moens.org> wrote: > I would say yes, those bug fixes are also integrated into the master > branch. I can see that the RELEASE_NOTES file in the master branch has been > updated to list all of the bug fixes. > > I don't know how to get that information out of github, however. I can see > the 'master' and '2015.03' branches in github, I can see the list of > commits to the 2015.03 branch, but I can't find a way to visualize the > synchronization of changes between these two branches. > > On 1 December 2015 at 09:25, Jerry Davis <jdawgaz@gmail.com> wrote: > >> have those 2015.03 fixes been merged with the newest dev branch? >> just askin. >> >> >> -- >> Extra Ham Operator: K7AZJ >> Registered Linux User: 275424 >> Raspberry Pi and Arduino developer >> >> >> *The most exciting phrase to hear in science - the one that heralds new >> discoveries - is not "Eureka!" but "That's funny...".*- Isaac. Asimov >> >> *I* >> *f you give someone a program, you will frustrate them for a day; if you >> teach them how to program, you will frustrate them for a lifetime. *- >> Anonymous >> >> >> *If writing good code requires very little comments, then writing really >> excellent code requires no comments at all!*- Ken Thompson >> >> On Tue, Dec 1, 2015 at 7:11 AM, doug moen <doug@moens.org> wrote: >> >>> I think this release comes from the 2015.03 branch, and only contains >>> critical bug fixes, and not any new features that may have been added to >>> the master branch. So I don't think it supersedes 2015.11.15. >>> >>> >>> On Tuesday, 1 December 2015, Jerry Davis <jdawgaz@gmail.com> wrote: >>> >>>> does this supersede OpenSCAD version 2015.11.15 (git a7ee1f2) ? >>>> >>>> I agree that some sort of more consistent version numbering be done. It >>>> is confusing. >>>> >>>> Jerry >>>> >>>> >>>> -- >>>> Extra Ham Operator: K7AZJ >>>> Registered Linux User: 275424 >>>> Raspberry Pi and Arduino developer >>>> >>>> >>>> *The most exciting phrase to hear in science - the one that heralds new >>>> discoveries - is not "Eureka!" but "That's funny...".*- Isaac. Asimov >>>> >>>> *I* >>>> *f you give someone a program, you will frustrate them for a day; if >>>> you teach them how to program, you will frustrate them for a lifetime. *- >>>> Anonymous >>>> >>>> >>>> *If writing good code requires very little comments, then writing >>>> really excellent code requires no comments at all!*- Ken Thompson >>>> >>>> On Tue, Dec 1, 2015 at 6:29 AM, Ari Diacou <ari.diacou@gmail.com> >>>> wrote: >>>> >>>>> Thanks! >>>>> >>>>> but why wasn't it called 2015.12? >>>>> >>>>> On Mon, Nov 30, 2015 at 10:47 PM, Marius Kintel <marius@kintel.net> >>>>> wrote: >>>>> >>>>>> Hi all, >>>>>> >>>>>> We've released an update, OpenSCAD 2015.03-2, to address some >>>>>> critical issues with OpenSCAD 2015.03. >>>>>> The new binaries are available for download, or on their way shortly. >>>>>> >>>>>> Fixed issues: >>>>>> >>>>>> #1483 - Fix Z-fighting in Ortho view >>>>>> #1479 - No check for infinite $fn >>>>>> #1472 - "nan" in list comprehension causes crash >>>>>> #452 - rands() fails when the seed is a floating point number >>>>>> #1407 - Recursive module crash >>>>>> #1425 - Animate Filename Generation - Duplicate/Missing Filenames >>>>>> #1420 - expression-evaluation-tests fails on arm64 >>>>>> #1410 - Crash when a polygon contains NaN >>>>>> #1378 - Linear extrude plus infinite twist causes crash instead of >>>>>> just an error >>>>>> #1358 - Add more detailed installer information including version >>>>>> number >>>>>> #1356 - Crash when multiplying matrices with undefined elements >>>>>> #1350 - Saving file when HD is full ends up in data loss >>>>>> #1342 - Syntax Highlighting Does Not Work on Linux Mint 17.1 >>>>>> #1337 - Simple detection of script and direction based on given text >>>>>> #1325 - Crash when polygons with > 3 indices turn out to be degenerate >>>>>> #1329 - version() returned ```[0,0,0]``` >>>>>> >>>>>> Cheers, >>>>>> >>>>>> -Marius >>>>>> >>>>>> >>>>>> _______________________________________________ >>>>>> OpenSCAD mailing list >>>>>> Discuss@lists.openscad.org >>>>>> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >>>>>> >>>>> >>>>> >>>>> _______________________________________________ >>>>> OpenSCAD mailing list >>>>> Discuss@lists.openscad.org >>>>> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >>>>> >>>>> >>>> >>> _______________________________________________ >>> OpenSCAD mailing list >>> Discuss@lists.openscad.org >>> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >>> >>> >> >> _______________________________________________ >> OpenSCAD mailing list >> Discuss@lists.openscad.org >> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >> >> > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org > >
DM
doug moen
Tue, Dec 1, 2015 3:27 PM

Thanks, nop head, I didn't know about Graphs/Network.

It's not showing me what I want, though. In the Network diagram, I can see
two separate commits just before Nov 16, on the master and 2015.03
branches, both labelled "sync with 2015.03-2", but there is no arc
connecting these nodes. The two branches don't have any connecting arcs, as
far back as I looked.

On 1 December 2015 at 10:11, nop head nop.head@gmail.com wrote:

Click on Graphs / Network

On 1 December 2015 at 14:51, doug moen doug@moens.org wrote:

I would say yes, those bug fixes are also integrated into the master
branch. I can see that the RELEASE_NOTES file in the master branch has been
updated to list all of the bug fixes.

I don't know how to get that information out of github, however. I can
see the 'master' and '2015.03' branches in github, I can see the list of
commits to the 2015.03 branch, but I can't find a way to visualize the
synchronization of changes between these two branches.

On 1 December 2015 at 09:25, Jerry Davis jdawgaz@gmail.com wrote:

have those 2015.03 fixes been merged with the newest dev branch?
just askin.

--
Extra Ham Operator: K7AZJ
Registered Linux User: 275424
Raspberry Pi and Arduino developer

The most exciting phrase to hear in science - the one that heralds new
discoveries - is not "Eureka!" but "That's funny...".
- Isaac. Asimov

I
*f you give someone a program, you will frustrate them for a day; if you
teach them how to program, you will frustrate them for a lifetime. *-
Anonymous

If writing good code requires very little comments, then writing really
excellent code requires no comments at all!
- Ken Thompson

On Tue, Dec 1, 2015 at 7:11 AM, doug moen doug@moens.org wrote:

I think this release comes from the 2015.03 branch, and only contains
critical bug fixes, and not any new features that may have been added to
the master branch. So I don't think it supersedes 2015.11.15.

On Tuesday, 1 December 2015, Jerry Davis jdawgaz@gmail.com wrote:

does this supersede  OpenSCAD version 2015.11.15 (git a7ee1f2) ?

I agree that some sort of more consistent version numbering be done.
It is confusing.

Jerry

--
Extra Ham Operator: K7AZJ
Registered Linux User: 275424
Raspberry Pi and Arduino developer

The most exciting phrase to hear in science - the one that heralds
new discoveries - is not "Eureka!" but "That's funny...".
- Isaac.
Asimov

I
*f you give someone a program, you will frustrate them for a day; if
you teach them how to program, you will frustrate them for a lifetime. *-
Anonymous

If writing good code requires very little comments, then writing
really excellent code requires no comments at all!
- Ken Thompson

On Tue, Dec 1, 2015 at 6:29 AM, Ari Diacou ari.diacou@gmail.com
wrote:

Thanks!

but why wasn't it called 2015.12?

On Mon, Nov 30, 2015 at 10:47 PM, Marius Kintel marius@kintel.net
wrote:

Hi all,

We've released an update, OpenSCAD 2015.03-2, to address some
critical issues with OpenSCAD 2015.03.
The new binaries are available for download, or on their way shortly.

Fixed issues:

#1483 - Fix Z-fighting in Ortho view
#1479 - No check for infinite $fn
#1472 - "nan" in list comprehension causes crash
#452 - rands() fails when the seed is a floating point number
#1407 - Recursive module crash
#1425 - Animate Filename Generation - Duplicate/Missing Filenames
#1420 - expression-evaluation-tests fails on arm64
#1410 - Crash when a polygon contains NaN
#1378 - Linear extrude plus infinite twist causes crash instead of
just an error
#1358 - Add more detailed installer information including version
number
#1356 - Crash when multiplying matrices with undefined elements
#1350 - Saving file when HD is full ends up in data loss
#1342 - Syntax Highlighting Does Not Work on Linux Mint 17.1
#1337 - Simple detection of script and direction based on given text
#1325 - Crash when polygons with > 3 indices turn out to be
degenerate
#1329 - version() returned [0,0,0]

Cheers,

-Marius


OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org

Thanks, nop head, I didn't know about Graphs/Network. It's not showing me what I want, though. In the Network diagram, I can see two separate commits just before Nov 16, on the master and 2015.03 branches, both labelled "sync with 2015.03-2", but there is no arc connecting these nodes. The two branches don't have any connecting arcs, as far back as I looked. On 1 December 2015 at 10:11, nop head <nop.head@gmail.com> wrote: > Click on Graphs / Network > > On 1 December 2015 at 14:51, doug moen <doug@moens.org> wrote: > >> I would say yes, those bug fixes are also integrated into the master >> branch. I can see that the RELEASE_NOTES file in the master branch has been >> updated to list all of the bug fixes. >> >> I don't know how to get that information out of github, however. I can >> see the 'master' and '2015.03' branches in github, I can see the list of >> commits to the 2015.03 branch, but I can't find a way to visualize the >> synchronization of changes between these two branches. >> >> On 1 December 2015 at 09:25, Jerry Davis <jdawgaz@gmail.com> wrote: >> >>> have those 2015.03 fixes been merged with the newest dev branch? >>> just askin. >>> >>> >>> -- >>> Extra Ham Operator: K7AZJ >>> Registered Linux User: 275424 >>> Raspberry Pi and Arduino developer >>> >>> >>> *The most exciting phrase to hear in science - the one that heralds new >>> discoveries - is not "Eureka!" but "That's funny...".*- Isaac. Asimov >>> >>> *I* >>> *f you give someone a program, you will frustrate them for a day; if you >>> teach them how to program, you will frustrate them for a lifetime. *- >>> Anonymous >>> >>> >>> *If writing good code requires very little comments, then writing really >>> excellent code requires no comments at all!*- Ken Thompson >>> >>> On Tue, Dec 1, 2015 at 7:11 AM, doug moen <doug@moens.org> wrote: >>> >>>> I think this release comes from the 2015.03 branch, and only contains >>>> critical bug fixes, and not any new features that may have been added to >>>> the master branch. So I don't think it supersedes 2015.11.15. >>>> >>>> >>>> On Tuesday, 1 December 2015, Jerry Davis <jdawgaz@gmail.com> wrote: >>>> >>>>> does this supersede OpenSCAD version 2015.11.15 (git a7ee1f2) ? >>>>> >>>>> I agree that some sort of more consistent version numbering be done. >>>>> It is confusing. >>>>> >>>>> Jerry >>>>> >>>>> >>>>> -- >>>>> Extra Ham Operator: K7AZJ >>>>> Registered Linux User: 275424 >>>>> Raspberry Pi and Arduino developer >>>>> >>>>> >>>>> *The most exciting phrase to hear in science - the one that heralds >>>>> new discoveries - is not "Eureka!" but "That's funny...".*- Isaac. >>>>> Asimov >>>>> >>>>> *I* >>>>> *f you give someone a program, you will frustrate them for a day; if >>>>> you teach them how to program, you will frustrate them for a lifetime. *- >>>>> Anonymous >>>>> >>>>> >>>>> *If writing good code requires very little comments, then writing >>>>> really excellent code requires no comments at all!*- Ken Thompson >>>>> >>>>> On Tue, Dec 1, 2015 at 6:29 AM, Ari Diacou <ari.diacou@gmail.com> >>>>> wrote: >>>>> >>>>>> Thanks! >>>>>> >>>>>> but why wasn't it called 2015.12? >>>>>> >>>>>> On Mon, Nov 30, 2015 at 10:47 PM, Marius Kintel <marius@kintel.net> >>>>>> wrote: >>>>>> >>>>>>> Hi all, >>>>>>> >>>>>>> We've released an update, OpenSCAD 2015.03-2, to address some >>>>>>> critical issues with OpenSCAD 2015.03. >>>>>>> The new binaries are available for download, or on their way shortly. >>>>>>> >>>>>>> Fixed issues: >>>>>>> >>>>>>> #1483 - Fix Z-fighting in Ortho view >>>>>>> #1479 - No check for infinite $fn >>>>>>> #1472 - "nan" in list comprehension causes crash >>>>>>> #452 - rands() fails when the seed is a floating point number >>>>>>> #1407 - Recursive module crash >>>>>>> #1425 - Animate Filename Generation - Duplicate/Missing Filenames >>>>>>> #1420 - expression-evaluation-tests fails on arm64 >>>>>>> #1410 - Crash when a polygon contains NaN >>>>>>> #1378 - Linear extrude plus infinite twist causes crash instead of >>>>>>> just an error >>>>>>> #1358 - Add more detailed installer information including version >>>>>>> number >>>>>>> #1356 - Crash when multiplying matrices with undefined elements >>>>>>> #1350 - Saving file when HD is full ends up in data loss >>>>>>> #1342 - Syntax Highlighting Does Not Work on Linux Mint 17.1 >>>>>>> #1337 - Simple detection of script and direction based on given text >>>>>>> #1325 - Crash when polygons with > 3 indices turn out to be >>>>>>> degenerate >>>>>>> #1329 - version() returned ```[0,0,0]``` >>>>>>> >>>>>>> Cheers, >>>>>>> >>>>>>> -Marius >>>>>>> >>>>>>> >>>>>>> _______________________________________________ >>>>>>> OpenSCAD mailing list >>>>>>> Discuss@lists.openscad.org >>>>>>> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >>>>>>> >>>>>> >>>>>> >>>>>> _______________________________________________ >>>>>> OpenSCAD mailing list >>>>>> Discuss@lists.openscad.org >>>>>> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >>>>>> >>>>>> >>>>> >>>> _______________________________________________ >>>> OpenSCAD mailing list >>>> Discuss@lists.openscad.org >>>> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >>>> >>>> >>> >>> _______________________________________________ >>> OpenSCAD mailing list >>> Discuss@lists.openscad.org >>> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >>> >>> >> >> _______________________________________________ >> OpenSCAD mailing list >> Discuss@lists.openscad.org >> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >> >> > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org > >
NH
nop head
Tue, Dec 1, 2015 3:32 PM

I might be wrong but I think it means the change was done twice, once to
each branch, rather than done in one branch and merged into both. I am very
git illiterate myself and can barely use it.

On 1 December 2015 at 15:27, doug moen doug@moens.org wrote:

Thanks, nop head, I didn't know about Graphs/Network.

It's not showing me what I want, though. In the Network diagram, I can see
two separate commits just before Nov 16, on the master and 2015.03
branches, both labelled "sync with 2015.03-2", but there is no arc
connecting these nodes. The two branches don't have any connecting arcs, as
far back as I looked.

On 1 December 2015 at 10:11, nop head nop.head@gmail.com wrote:

Click on Graphs / Network

On 1 December 2015 at 14:51, doug moen doug@moens.org wrote:

I would say yes, those bug fixes are also integrated into the master
branch. I can see that the RELEASE_NOTES file in the master branch has been
updated to list all of the bug fixes.

I don't know how to get that information out of github, however. I can
see the 'master' and '2015.03' branches in github, I can see the list of
commits to the 2015.03 branch, but I can't find a way to visualize the
synchronization of changes between these two branches.

On 1 December 2015 at 09:25, Jerry Davis jdawgaz@gmail.com wrote:

have those 2015.03 fixes been merged with the newest dev branch?
just askin.

--
Extra Ham Operator: K7AZJ
Registered Linux User: 275424
Raspberry Pi and Arduino developer

The most exciting phrase to hear in science - the one that heralds new
discoveries - is not "Eureka!" but "That's funny...".
- Isaac. Asimov

I
*f you give someone a program, you will frustrate them for a day; if
you teach them how to program, you will frustrate them for a lifetime. *-
Anonymous

If writing good code requires very little comments, then writing
really excellent code requires no comments at all!
- Ken Thompson

On Tue, Dec 1, 2015 at 7:11 AM, doug moen doug@moens.org wrote:

I think this release comes from the 2015.03 branch, and only contains
critical bug fixes, and not any new features that may have been added to
the master branch. So I don't think it supersedes 2015.11.15.

On Tuesday, 1 December 2015, Jerry Davis jdawgaz@gmail.com wrote:

does this supersede  OpenSCAD version 2015.11.15 (git a7ee1f2) ?

I agree that some sort of more consistent version numbering be done.
It is confusing.

Jerry

--
Extra Ham Operator: K7AZJ
Registered Linux User: 275424
Raspberry Pi and Arduino developer

The most exciting phrase to hear in science - the one that heralds
new discoveries - is not "Eureka!" but "That's funny...".
- Isaac.
Asimov

I
*f you give someone a program, you will frustrate them for a day; if
you teach them how to program, you will frustrate them for a lifetime. *-
Anonymous

If writing good code requires very little comments, then writing
really excellent code requires no comments at all!
- Ken Thompson

On Tue, Dec 1, 2015 at 6:29 AM, Ari Diacou ari.diacou@gmail.com
wrote:

Thanks!

but why wasn't it called 2015.12?

On Mon, Nov 30, 2015 at 10:47 PM, Marius Kintel marius@kintel.net
wrote:

Hi all,

We've released an update, OpenSCAD 2015.03-2, to address some
critical issues with OpenSCAD 2015.03.
The new binaries are available for download, or on their way
shortly.

Fixed issues:

#1483 - Fix Z-fighting in Ortho view
#1479 - No check for infinite $fn
#1472 - "nan" in list comprehension causes crash
#452 - rands() fails when the seed is a floating point number
#1407 - Recursive module crash
#1425 - Animate Filename Generation - Duplicate/Missing Filenames
#1420 - expression-evaluation-tests fails on arm64
#1410 - Crash when a polygon contains NaN
#1378 - Linear extrude plus infinite twist causes crash instead of
just an error
#1358 - Add more detailed installer information including version
number
#1356 - Crash when multiplying matrices with undefined elements
#1350 - Saving file when HD is full ends up in data loss
#1342 - Syntax Highlighting Does Not Work on Linux Mint 17.1
#1337 - Simple detection of script and direction based on given text
#1325 - Crash when polygons with > 3 indices turn out to be
degenerate
#1329 - version() returned [0,0,0]

Cheers,

-Marius


OpenSCAD mailing list
Discuss@lists.openscad.org

http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org

I might be wrong but I think it means the change was done twice, once to each branch, rather than done in one branch and merged into both. I am very git illiterate myself and can barely use it. On 1 December 2015 at 15:27, doug moen <doug@moens.org> wrote: > Thanks, nop head, I didn't know about Graphs/Network. > > It's not showing me what I want, though. In the Network diagram, I can see > two separate commits just before Nov 16, on the master and 2015.03 > branches, both labelled "sync with 2015.03-2", but there is no arc > connecting these nodes. The two branches don't have any connecting arcs, as > far back as I looked. > > On 1 December 2015 at 10:11, nop head <nop.head@gmail.com> wrote: > >> Click on Graphs / Network >> >> On 1 December 2015 at 14:51, doug moen <doug@moens.org> wrote: >> >>> I would say yes, those bug fixes are also integrated into the master >>> branch. I can see that the RELEASE_NOTES file in the master branch has been >>> updated to list all of the bug fixes. >>> >>> I don't know how to get that information out of github, however. I can >>> see the 'master' and '2015.03' branches in github, I can see the list of >>> commits to the 2015.03 branch, but I can't find a way to visualize the >>> synchronization of changes between these two branches. >>> >>> On 1 December 2015 at 09:25, Jerry Davis <jdawgaz@gmail.com> wrote: >>> >>>> have those 2015.03 fixes been merged with the newest dev branch? >>>> just askin. >>>> >>>> >>>> -- >>>> Extra Ham Operator: K7AZJ >>>> Registered Linux User: 275424 >>>> Raspberry Pi and Arduino developer >>>> >>>> >>>> *The most exciting phrase to hear in science - the one that heralds new >>>> discoveries - is not "Eureka!" but "That's funny...".*- Isaac. Asimov >>>> >>>> *I* >>>> *f you give someone a program, you will frustrate them for a day; if >>>> you teach them how to program, you will frustrate them for a lifetime. *- >>>> Anonymous >>>> >>>> >>>> *If writing good code requires very little comments, then writing >>>> really excellent code requires no comments at all!*- Ken Thompson >>>> >>>> On Tue, Dec 1, 2015 at 7:11 AM, doug moen <doug@moens.org> wrote: >>>> >>>>> I think this release comes from the 2015.03 branch, and only contains >>>>> critical bug fixes, and not any new features that may have been added to >>>>> the master branch. So I don't think it supersedes 2015.11.15. >>>>> >>>>> >>>>> On Tuesday, 1 December 2015, Jerry Davis <jdawgaz@gmail.com> wrote: >>>>> >>>>>> does this supersede OpenSCAD version 2015.11.15 (git a7ee1f2) ? >>>>>> >>>>>> I agree that some sort of more consistent version numbering be done. >>>>>> It is confusing. >>>>>> >>>>>> Jerry >>>>>> >>>>>> >>>>>> -- >>>>>> Extra Ham Operator: K7AZJ >>>>>> Registered Linux User: 275424 >>>>>> Raspberry Pi and Arduino developer >>>>>> >>>>>> >>>>>> *The most exciting phrase to hear in science - the one that heralds >>>>>> new discoveries - is not "Eureka!" but "That's funny...".*- Isaac. >>>>>> Asimov >>>>>> >>>>>> *I* >>>>>> *f you give someone a program, you will frustrate them for a day; if >>>>>> you teach them how to program, you will frustrate them for a lifetime. *- >>>>>> Anonymous >>>>>> >>>>>> >>>>>> *If writing good code requires very little comments, then writing >>>>>> really excellent code requires no comments at all!*- Ken Thompson >>>>>> >>>>>> On Tue, Dec 1, 2015 at 6:29 AM, Ari Diacou <ari.diacou@gmail.com> >>>>>> wrote: >>>>>> >>>>>>> Thanks! >>>>>>> >>>>>>> but why wasn't it called 2015.12? >>>>>>> >>>>>>> On Mon, Nov 30, 2015 at 10:47 PM, Marius Kintel <marius@kintel.net> >>>>>>> wrote: >>>>>>> >>>>>>>> Hi all, >>>>>>>> >>>>>>>> We've released an update, OpenSCAD 2015.03-2, to address some >>>>>>>> critical issues with OpenSCAD 2015.03. >>>>>>>> The new binaries are available for download, or on their way >>>>>>>> shortly. >>>>>>>> >>>>>>>> Fixed issues: >>>>>>>> >>>>>>>> #1483 - Fix Z-fighting in Ortho view >>>>>>>> #1479 - No check for infinite $fn >>>>>>>> #1472 - "nan" in list comprehension causes crash >>>>>>>> #452 - rands() fails when the seed is a floating point number >>>>>>>> #1407 - Recursive module crash >>>>>>>> #1425 - Animate Filename Generation - Duplicate/Missing Filenames >>>>>>>> #1420 - expression-evaluation-tests fails on arm64 >>>>>>>> #1410 - Crash when a polygon contains NaN >>>>>>>> #1378 - Linear extrude plus infinite twist causes crash instead of >>>>>>>> just an error >>>>>>>> #1358 - Add more detailed installer information including version >>>>>>>> number >>>>>>>> #1356 - Crash when multiplying matrices with undefined elements >>>>>>>> #1350 - Saving file when HD is full ends up in data loss >>>>>>>> #1342 - Syntax Highlighting Does Not Work on Linux Mint 17.1 >>>>>>>> #1337 - Simple detection of script and direction based on given text >>>>>>>> #1325 - Crash when polygons with > 3 indices turn out to be >>>>>>>> degenerate >>>>>>>> #1329 - version() returned ```[0,0,0]``` >>>>>>>> >>>>>>>> Cheers, >>>>>>>> >>>>>>>> -Marius >>>>>>>> >>>>>>>> >>>>>>>> _______________________________________________ >>>>>>>> OpenSCAD mailing list >>>>>>>> Discuss@lists.openscad.org >>>>>>>> >>>>>>>> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >>>>>>>> >>>>>>> >>>>>>> >>>>>>> _______________________________________________ >>>>>>> OpenSCAD mailing list >>>>>>> Discuss@lists.openscad.org >>>>>>> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >>>>>>> >>>>>>> >>>>>> >>>>> _______________________________________________ >>>>> OpenSCAD mailing list >>>>> Discuss@lists.openscad.org >>>>> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >>>>> >>>>> >>>> >>>> _______________________________________________ >>>> OpenSCAD mailing list >>>> Discuss@lists.openscad.org >>>> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >>>> >>>> >>> >>> _______________________________________________ >>> OpenSCAD mailing list >>> Discuss@lists.openscad.org >>> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >>> >>> >> >> _______________________________________________ >> OpenSCAD mailing list >> Discuss@lists.openscad.org >> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >> >> > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org > >