Re: [Kicad-developers] small typos (missing spaces)

2019-04-09 Thread Marco Ciampa
On Tue, Apr 09, 2019 at 08:58:48PM +0200, Tomasz Wlostowski wrote: > On 09/04/2019 18:43, Kerusey Karyu wrote: > > Guys > > > >> #: pcbnew/exporters/export_hyperlynx.cpp:190 > >> > >> m_reporter->Report( > >>   _( "File contains pad shapes that are not supported by the" > >>  "Hyperlynx export

Re: [Kicad-developers] macOS issue upstream

2019-04-09 Thread Adam Wolf
We can probably pin it, but I like to keep at least one build running unpinned versions of everything so that we can detect issues before our users complain that nothing builds. I'll test and make sure we are OK this week. On Tue, Apr 9, 2019 at 3:06 PM Seth Hillbrand wrote: > Am 2019-04-09 14:

Re: [Kicad-developers] macOS issue upstream

2019-04-09 Thread Seth Hillbrand
Am 2019-04-09 14:56, schrieb Adam Wolf: Hi folks! If someone is looking for something to do (ha!) some of our macOS builds are broken right now due to an issue between a recent boost update in Homebrew and CMake. It doesn't look like the community is making much traction, but this may just be m

Re: [Kicad-developers] small typos (missing spaces)

2019-04-09 Thread Kerusey Karyu
> > My bad, please send me the patch with the wording you > prefer. But didn't you notice this message is not > (yet) printed anywhere as the m_reporter is always > null? > > Cheers, > Tom > I am just translating here... :( Kerusey ___ Mailing list:

Re: [Kicad-developers] small typos (missing spaces)

2019-04-09 Thread Tomasz Wlostowski
On 09/04/2019 18:43, Kerusey Karyu wrote: > Guys > >> #: pcbnew/exporters/export_hyperlynx.cpp:190 >> >> m_reporter->Report( >>   _( "File contains pad shapes that are not supported by the" >>  "Hyperlynx exporter (oval, rectangle, circle). They have been" >>  "exported as oval pads." ), >

[Kicad-developers] macOS issue upstream

2019-04-09 Thread Adam Wolf
Hi folks! If someone is looking for something to do (ha!) some of our macOS builds are broken right now due to an issue between a recent boost update in Homebrew and CMake. It doesn't look like the community is making much traction, but this may just be me being pessimistic: https://discourse.br

Re: [Kicad-developers] small typos (missing spaces)

2019-04-09 Thread Kerusey Karyu
Guys > #: pcbnew/exporters/export_hyperlynx.cpp:190 > > m_reporter->Report( > _( "File contains pad shapes that are not supported by the" > "Hyperlynx exporter (oval, rectangle, circle). They have been" > "exported as oval pads." ), > REPORTER::RPT_WARNING ); Is there no contradicti

Re: [Kicad-developers] small typos (missing spaces)

2019-04-09 Thread Wayne Stambaugh
Marco, Good catch. I just pushed the fix for this. Thanks, Wayne On 4/9/2019 6:51 AM, Marco Ciampa wrote: > Small typos in here (master branch): > > #: pcbnew/exporters/export_hyperlynx.cpp:190 > > m_reporter->Report( > _( "File contains pad shapes tha

[Kicad-developers] small typos (missing spaces)

2019-04-09 Thread Marco Ciampa
Small typos in here (master branch): #: pcbnew/exporters/export_hyperlynx.cpp:190 m_reporter->Report( _( "File contains pad shapes that are not supported by the" "Hyperlynx exporter (oval, rectangle, circle). They have been"