Re: [Kicad-developers] [PATCH] Autosave assertion failure workaround

2015-06-19 Thread Wayne Stambaugh
Fix committed in product branch r5787. Thanks. On 6/18/2015 10:23 PM, Chris Pavlina wrote: Oops, the same thing has to be applied in pcbnew. Patch attached. On Thu, Jun 18, 2015 at 02:43:56PM -0400, Wayne Stambaugh wrote: Patch committed in product branch r5782. Thanks. On 6/16/2015

Re: [Kicad-developers] [PATCH] Autosave assertion failure workaround

2015-06-18 Thread Chris Pavlina
Oops, the same thing has to be applied in pcbnew. Patch attached. On Thu, Jun 18, 2015 at 02:43:56PM -0400, Wayne Stambaugh wrote: Patch committed in product branch r5782. Thanks. On 6/16/2015 11:40 AM, Chris Pavlina wrote: When eeschema attempts to autosave a schematic that hasn't been

Re: [Kicad-developers] [PATCH] Autosave assertion failure workaround

2015-06-18 Thread Wayne Stambaugh
Patch committed in product branch r5782. Thanks. On 6/16/2015 11:40 AM, Chris Pavlina wrote: When eeschema attempts to autosave a schematic that hasn't been saved before, an assertion (common/basicframe.cpp:656) fails. Here's a patch that works around that. I call this a workaround

[Kicad-developers] [PATCH] Autosave assertion failure workaround

2015-06-16 Thread Chris Pavlina
When eeschema attempts to autosave a schematic that hasn't been saved before, an assertion (common/basicframe.cpp:656) fails. Here's a patch that works around that. I call this a workaround rather than a fix because I'd rather autosave still work for things that don't have a filename yet, but

Re: [Kicad-developers] [PATCH] Autosave assertion failure workaround

2015-06-16 Thread Øyvind Aabling
On Tue, 16 Jun 2015, Chris Pavlina wrote: When eeschema attempts to autosave a schematic that hasn't been saved before, an assertion (common/basicframe.cpp:656) fails. Here's a patch that works around that. I call this a workaround rather than a fix because I'd rather autosave still