Re: [kicad] Failing spice integration test

2024-09-06 Thread Jeff Young
53 AM Andras Tantos >> <mailto:and...@tantosonline.com>> wrote: >>>> Thanks! However it seems that the merge is blocked with the failing tests. >>>> How can I get the request through even with the failures in place? >>>> (Apologies, I'm ne

Re: [kicad] Failing spice integration test

2024-09-05 Thread Jeff Young
It’s known to be acting up, but we don’t know why yet (it seems to only occur on some machines). Note that devs can push your MR even if it’s failing tests, so it’s not a huge issue. Cheers, Jeff. > On 4 Sep 2024, at 22:56, Andras Tantos wrote: > > Hello! > > I'm trying to submit a pull re

Re: [kicad] Altium Importer REPORTER for logging

2024-05-04 Thread Jeff Young
> I'll work on the quick version as a start :thumbsup: -- You received this message because you are subscribed to the Google Groups "KiCad Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to devlist+unsubscr...@kicad.org. To view this discussi

Re: [kicad] Altium Importer REPORTER for logging

2024-05-04 Thread Jeff Young
ards/schematics are any different from libraries in this > regard. > > On Sat, May 4, 2024 at 9:24 AM Jeff Young wrote: >> >> We do report context info (at least line number and offset) in some of the >> other importers. >> >> I agree that the system cou

Re: [kicad] Altium Importer REPORTER for logging

2024-05-04 Thread Jeff Young
kind of REPORTER > that can capture context rather than just a string, and a "post-import > report" dialog launched from the infobar. > > The library loader can keep track of these on a per-library basis so > that the infobar can be shown in the symbol/footprint

Re: [kicad] Altium Importer REPORTER for logging

2024-05-04 Thread Jeff Young
Presumably we can tell the difference (in the code) between a schematic or layout import and a library import? It would seem to me like a schematic or layout import should show the warnings (even without an advanced setting or the like). Personally I also think the library importer should show

Re: [kicad] Multiple Track Dragging development investigations

2023-07-08 Thread Jeff Young
> that key press '0' then dumps the logs to pns.log He he… you’re already father along than me then. ;) -- You received this message because you are subscribed to the Google Groups "KiCad Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to devl

Re: [kicad] Multiple Track Dragging development investigations

2023-07-08 Thread Jeff Young
At least some of the debug decorator can be turned on by putting “ShowRouterDebugGraphics=1” in your kicad_advanced file (a text file in your kicad preferences directory). I’m not sure if that turns on all of it or not…. I’ve only used the logging stuff once. I broke in the debugger and called

Re: [kicad] Multiple Track Dragging development investigations

2023-07-08 Thread Jeff Young
I use CLion rather than MS Visual Studio, but if I run KiCad from CLion then there’s a “Run” window where it dumps the stdout to. Did you find the debug decorator in the PNS Router code? It draws a bunch of graphical stuff on the canvas showing the start and end items, attempted paths, etc. C