WIP Wednesday!

Here's the place for discussion related to coding in FreeCAD, C++ or Python. Design, interfaces and structures.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
User avatar
chennes
Veteran
Posts: 3877
Joined: Fri Dec 23, 2016 3:38 pm
Location: Norman, OK, USA
Contact:

Re: WIP Wednesday!

Post by chennes »

Last call for this week! I have to write this a bit early because I will be on a flight to Brussels soon!! See many of you at FreeCAD Day!
Chris Hennes
Pioneer Library System
GitHub profile, LinkedIn profile, chrishennes.com
User avatar
wandererfan
Veteran
Posts: 6268
Joined: Tue Nov 06, 2012 5:42 pm
Contact:

Re: WIP Wednesday!

Post by wandererfan »

lots of investigation, not much production this week.
- investigate report of hatch anomalies
- continue cosmetic geometry/view coordinate changes
User avatar
uwestoehr
Veteran
Posts: 4961
Joined: Sun Jan 27, 2019 3:21 am
Location: Germany
Contact:

Re: WIP Wednesday!

Post by uwestoehr »

uwestoehr wrote: Thu Jan 26, 2023 6:02 am For the next one I have these:
https://github.com/FreeCAD/FreeCAD/pull/8266
and
https://github.com/FreeCAD/FreeCAD/pull/8252
They have not been mentioned. What is the policy here?
User avatar
chennes
Veteran
Posts: 3877
Joined: Fri Dec 23, 2016 3:38 pm
Location: Norman, OK, USA
Contact:

Re: WIP Wednesday!

Post by chennes »

Sorry, you posted right in between and I did not go back far enough.
Chris Hennes
Pioneer Library System
GitHub profile, LinkedIn profile, chrishennes.com
User avatar
uwestoehr
Veteran
Posts: 4961
Joined: Sun Jan 27, 2019 3:21 am
Location: Germany
Contact:

Re: WIP Wednesday!

Post by uwestoehr »

chennes wrote: Sun Feb 05, 2023 7:49 pm You were just too late last week: I had already written the article because I was traveling. This will be in for next week, or you can post again with other stuff.
OK. No problem at all, I only wondered because I immediately informed you on January 26.

Fort he FEM stuff I am working on, I will make directly a blog post once the first step is merged.
User avatar
chennes
Veteran
Posts: 3877
Joined: Fri Dec 23, 2016 3:38 pm
Location: Norman, OK, USA
Contact:

Re: WIP Wednesday!

Post by chennes »

uwestoehr wrote: Sun Feb 05, 2023 7:52 pm
chennes wrote: Sun Feb 05, 2023 7:49 pm You were just too late last week: I had already written the article because I was traveling. This will be in for next week, or you can post again with other stuff.
OK. No problem at all, I only wondered because I immediately informed you on January 26.

Fort he FEM stuff I am working on, I will make directly a blog post once the first step is merged.
Yeah I’m all messed up this week from traveling. I’ll make a note for this week to make sure this gets in.
Chris Hennes
Pioneer Library System
GitHub profile, LinkedIn profile, chrishennes.com
User avatar
chennes
Veteran
Posts: 3877
Joined: Fri Dec 23, 2016 3:38 pm
Location: Norman, OK, USA
Contact:

Re: WIP Wednesday!

Post by chennes »

On that note… what is everyone else planning on doing this week? Fresh off of FreeCAD Day I am hoping to get a bunch of issues filed, and spend some time refactoring code for a set of Addon Manager PRs.
Chris Hennes
Pioneer Library System
GitHub profile, LinkedIn profile, chrishennes.com
abdullah
Veteran
Posts: 4935
Joined: Sun May 04, 2014 3:16 pm
Contact:

Re: WIP Wednesday!

Post by abdullah »

I PR-ed two pre-requisites to NotificationArea. I plan to respond to feedback on that front, to try to get them merged. One of them introduces a new external library libfmt, which can be header-only or pre-compiled. It happens that Berniev was also trying to introduce this library independently. So, we are trying to figure out what is necessary to cover macos, linux and Windows (and the the PR merged). That one is a draft PR for that reason.

In parallel, I have started to fix the sketcher grid tool PR. There is quite some code to manually move there.
User avatar
chennes
Veteran
Posts: 3877
Joined: Fri Dec 23, 2016 3:38 pm
Location: Norman, OK, USA
Contact:

Re: WIP Wednesday!

Post by chennes »

Another Monday, another request for updates -- in the Addon Manager, I've finally started the process of merging in my recent refactoring work, with the ultimate aim of speeding up the AM, and reducing its network load.

What is everyone else up to?
Chris Hennes
Pioneer Library System
GitHub profile, LinkedIn profile, chrishennes.com
openBrain
Veteran
Posts: 9034
Joined: Fri Nov 09, 2018 5:38 pm
Contact:

Re: WIP Wednesday!

Post by openBrain »

Improve CI reporting mainly
Post Reply