Re: [Kicad-developers] Pushback on bug 1838448

2019-08-02 Thread Andrew Zonenberg
Hiding memory access errors is a terrible idea from both a security and software reliability perspective. IMO we should be moving in the opposite direction and adding -fsanitize=address to debug builds. On 8/2/19 8:25 AM, Steven A. Falco wrote: > I asked on the Fedora development list about

Re: [Kicad-developers] 5.1.3 release

2019-08-02 Thread Wayne Stambaugh
Seeing that Fedora is one of the major distros, I will push the release announcement to a week from today. Thanks for the update. Cheers, Wayne On 8/2/2019 11:13 AM, Steven A. Falco wrote: > The Fedora build of 5.1.3 is waiting for Karma. It will be available in > about 6 days. I have

Re: [Kicad-developers] 5.1.3 release

2019-08-02 Thread Steven A. Falco
The Fedora build of 5.1.3 is waiting for Karma. It will be available in about 6 days. I have another build in the pipeline owing to bug 1838448, which should become available a few days later. Steve On 8/2/19 11:07 AM, Wayne Stambaugh wrote: > Where do we stand on packaging for the

Re: [Kicad-developers] 5.1.3 release

2019-08-02 Thread Adam Wolf
MacOS would be ready today. I'll upload packages and prep a PR (not to merge until everything is loaded). On Fri, Aug 2, 2019, 10:36 AM Wayne Stambaugh wrote: > Seeing that Fedora is one of the major distros, I will push the release > announcement to a week from today. Thanks for the update.

[Kicad-developers] 5.1.3 release

2019-08-02 Thread Wayne Stambaugh
Where do we stand on packaging for the 5.1.3 stable release? We should be close but I didn't see the updates to the website download links. I would like to make the release announcement tomorrow or Sunday if possible. Please let me know if this and issue. Cheers, Wayne

Re: [Kicad-developers] 5.1.3 release

2019-08-02 Thread Jean-Samuel Reynaud
For Ubuntu packages (ppa) it's ok everything is built since few days. Regards Le ven. 2 août 2019 à 17:08, Wayne Stambaugh a écrit : > Where do we stand on packaging for the 5.1.3 stable release? We should > be close but I didn't see the updates to the website download links. I > would like

[Kicad-developers] [PATCH] Eeschema - Bus definitions: make hints translatable.

2019-08-02 Thread Konstantin Baranovskiy
From: Baranovskiy Konstantin --- eeschema/dialogs/dialog_bus_manager.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eeschema/dialogs/dialog_bus_manager.cpp b/eeschema/dialogs/dialog_bus_manager.cpp index 4144d1bc3..608b34178 100644 ---

Re: [Kicad-developers] 5.1.3 release

2019-08-02 Thread Wayne Stambaugh
Looks like we will be forgoing a 5.1.3 release and jumping to 5.1.4. This bug is a definite show stopper. We need to do a better job of testing fixes before we merge them into the 5.1 branch. Maybe we need to start doing release candidates on the stable branch before releasing buggy bug fixes?

Re: [Kicad-developers] 5.1.3 release

2019-08-02 Thread jp charras
Hi Wayne, If the 5.1.3 is built from tag 5.1.3 (jul 25) version, there is a very annoying bug: Bug #1838446 This bug was fixed the Jul 31. This bug make impossible updating footprints, both from the dialog and from schematic, because the new footprint is not at the right place (the old

Re: [Kicad-developers] 5.1.3 release

2019-08-02 Thread Eeli Kaikkonen
pe 2. elok. 2019 klo 22.39 Wayne Stambaugh (stambau...@gmail.com) kirjoitti: > I'm not proposing moving a tag. I am only proposing that 5.1.3 never > gets released. We just go from 5.1.2 to 5.1.4. This shouldn't cause > any issues. > I understood that. I read your post just after sending

Re: [Kicad-developers] 5.1.3 release

2019-08-02 Thread Eeli Kaikkonen
pe 2. elok. 2019 klo 21.33 jp charras (jp.char...@wanadoo.fr) kirjoitti: > If the 5.1.3 is built from tag 5.1.3 (jul 25) version, there is a very > annoying bug: > Bug #1838446 > > This bug was fixed the Jul 31. > > This bug make impossible updating footprints, both from the dialog and > from

Re: [Kicad-developers] 5.1.3 release

2019-08-02 Thread Jeff Young
The release candidates would be a good idea if we think anyone would test them. The failure mode would be if all those willing to take the risk were only willing to take it in order to see the next major version (ie: were running the master nightlies). Another option would be to only

Re: [Kicad-developers] Tool processing & RunHotKey return

2019-08-02 Thread Ian McInerney
Ok, from the sound of it the accelerator keys will be the blocking issue for solving the shifted key problem. The discussion from this report ( https://bugs.launchpad.net/kicad/+bug/1809929) should probably be revisited then since a lot of work has been done to the hotkey system since then.

Re: [Kicad-developers] 5.1.3 release

2019-08-02 Thread Wayne Stambaugh
On 8/2/19 3:06 PM, Eeli Kaikkonen wrote: > pe 2. elok. 2019 klo 21.33 jp charras (jp.char...@wanadoo.fr > ) kirjoitti: > > If the 5.1.3 is built from tag 5.1.3 (jul 25) version, there is a very > annoying bug: > Bug #1838446 > > This bug was fixed

Re: [Kicad-developers] 5.1.3 release

2019-08-02 Thread Steven A. Falco
On 8/2/19 3:05 PM, Wayne Stambaugh wrote: > Looks like we will be forgoing a 5.1.3 release and jumping to 5.1.4. > This bug is a definite show stopper. We need to do a better job of > testing fixes before we merge them into the 5.1 branch. Maybe we need > to start doing release candidates on the