Re: [kicad] Failing spice integration test

2024-09-06 Thread Jeff Young
FWIW, the failing SPICE tests *should* (TM) be fixed now.


> On 6 Sep 2024, at 01:48, Jon Evans  wrote:
> 
> It looks like you have already done so successfully at 
> https://gitlab.com/kicad/code/kicad/-/merge_requests/1992
> 
> Pipeline status has nothing to do with whether or not a merge request can be 
> reviewed or discussed. 
> 
> On Thu, Sep 5, 2024, 20:10 Andras Tantos  > wrote:
>> I'm sorry for being so obtuse, but in that case how do I submit the merge 
>> request to kick off the discussion?
>> 
>> Thanks,
>> Andras
>> 
>> On 9/5/24 16:34, 'Seth Hillbrand' via KiCad Developers wrote:
>>> I wouldn't worry about the pipeline failing.  Once we discuss the change 
>>> and decide to merge it, it is not an issue.
>>> 
>>> Seth Hillbrand
>>> Lead Developer
>>> +1-530-302-5483‬
>>> Long Beach, CA
>>> www.kipro-pcb.com i...@kipro-pcb.com 
>>> 
>>> 
>>> On Thu, Sep 5, 2024 at 10:53 AM Andras Tantos >> > 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 new to this process, need some education.)
 
 Thanks,
 Andras
 
 September 5, 2024 2:10 AM, "Jeff Young" >>> > wrote:
 
 > 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 request, but there are some failing merge 
 >> tests so the request is
 >> blocked. The test in question all boil down to the following error:
 >> 
 >>> /builds/andras_tantos/kicad/qa/tests/spice/test_library_spice.cpp(148):
 >>>  error: in
 >>> "SimLibrarySpice/Bjts": check param->value == fmt::format( 
 >>> "{}000.0{}M", i % 10, i % 10 
 >>> 
 >>>  ) has
 >>> failed [100.001E+07 != 1000.01M]
 >>> Failure occurred in a following context:
 >>> Model index: 1, Model name: _1_PNP_VBIC, Model device type: PNP, Model 
 >>> type: VBIC
 >>> Param name: ver
 >> 
 >> I don't believe this failure has anything to do with my change plus the 
 >> values are actually
 >> numerically the same, only the representation is different. Is it a 
 >> known issue? If so, how can I
 >> unblock myself? If not, is the expected behavior the correct one?
 >> 
 >> Thanks,
 >> Andras
 >> 
 >> --
 >> 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 discussion on the web visit
 >> https://groups.google.com/a/kicad.org/d/msgid/devlist/21622c86-44d4-48c7-ae2a-29fd4c5babaa@tantosonl
 >> ne.com .
 > 
 > --
 > 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 discussion on the web visit
 > https://groups.google.com/a/kicad.org/d/msgid/devlist/f2f231ff-893b-40d3-b480-49eaa932d...@rokeby.ie
 
 -- 
 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 discussion on the web visit 
 https://groups.google.com/a/kicad.org/d/msgid/devlist/d4bdc22ac2c21f8a716fbe1428c5a8b8%40tantosonline.com.
>>> -- 
>>> 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 discussion on the web visit 
>>> https://groups.google.com/a/kicad.org/d/msgid/devlist/CAFdeG-q87GLO-Ug2-mj3dcmGKojZzNXpDv_mn1fEUHiBSQH%3DXQ%40mail.gmail.com
>>>  
>>> .
>> 
>> 
>> -- 
>> You received this message because you are subscribed to the Goo

Re: [kicad] Failing spice integration test

2024-09-06 Thread Andras Tantos

Oh cool, I didn't know that. Thanks a bunch!

Andras

On 9/5/24 17:48, Jon Evans wrote:
It looks like you have already done so successfully at 
https://gitlab.com/kicad/code/kicad/-/merge_requests/1992


Pipeline status has nothing to do with whether or not a merge request 
can be reviewed or discussed.


On Thu, Sep 5, 2024, 20:10 Andras Tantos  wrote:

I'm sorry for being so obtuse, but in that case how do I submit
the merge request to kick off the discussion?

Thanks,
Andras

On 9/5/24 16:34, 'Seth Hillbrand' via KiCad Developers wrote:

I wouldn't worry about the pipeline failing.  Once we discuss the
change and decide to merge it, it is not an issue.
KiCad Services Corporation Logo
Seth Hillbrand
*Lead Developer*
+1-530-302-5483‬
Long Beach, CA
www.kipro-pcb.com  i...@kipro-pcb.com



On Thu, Sep 5, 2024 at 10:53 AM Andras Tantos
 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 new to this process,
need some education.)

Thanks,
Andras

September 5, 2024 2:10 AM, "Jeff Young"  wrote:

> 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 request, but there are some
failing merge tests so the request is
>> blocked. The test in question all boil down to the
following error:
>>
>>>
/builds/andras_tantos/kicad/qa/tests/spice/test_library_spice.cpp(148):
error: in
>>> "SimLibrarySpice/Bjts": check param->value ==
fmt::format( "{}000.0{}M", i % 10, i % 10


) has
>>> failed [100.001E+07 != 1000.01M]
>>> Failure occurred in a following context:
>>> Model index: 1, Model name: _1_PNP_VBIC, Model device
type: PNP, Model type: VBIC
>>> Param name: ver
>>
>> I don't believe this failure has anything to do with my
change plus the values are actually
>> numerically the same, only the representation is
different. Is it a known issue? If so, how can I
>> unblock myself? If not, is the expected behavior the
correct one?
>>
>> Thanks,
>> Andras
>>
>> --
>> 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 discussion on the web visit
>>

https://groups.google.com/a/kicad.org/d/msgid/devlist/21622c86-44d4-48c7-ae2a-29fd4c5babaa@tantosonl
>> ne.com .
>
> --
> 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 discussion on the web visit
>

https://groups.google.com/a/kicad.org/d/msgid/devlist/f2f231ff-893b-40d3-b480-49eaa932d...@rokeby.ie

-- 
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 discussion on the web visit

https://groups.google.com/a/kicad.org/d/msgid/devlist/d4bdc22ac2c21f8a716fbe1428c5a8b8%40tantosonline.com.

-- 
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 discussion on the web visit

https://groups.google.com/a/kicad.org/d/msgid/devlist/CAFdeG-q87GLO-Ug2-mj3dcmGKojZzNXpDv_mn1fEUHiBSQH%3DXQ%40mail.gmail.com

.
-- 
You received this message because you are subscribed to the Google

Groups "KiCad Developers

[kicad] Stable release 8.0.5 tagged

2024-09-06 Thread Wayne Stambaugh
All of the repos have been tagged for stable release 8.0.5.  As soon as 
the package builds are up for all of the major platforms, I will make 
the release announcement.  The 8.0 branch is now open for 8.0.6 
development.  Thank you everyone for your continued efforts.


Cheers,

Wayne

--
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 discussion on the web visit 
https://groups.google.com/a/kicad.org/d/msgid/devlist/6f3bf09f-a892-4ab0-bc4d-c63183aa3f31%40gmail.com.