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!
Post Reply
User avatar
chennes
Veteran
Posts: 3881
Joined: Fri Dec 23, 2016 3:38 pm
Location: Norman, OK, USA
Contact:

Re: WIP Wednesday!

Post by chennes »

We had a lot of PRs this past week, it looks like everyone has been hard at work on their projects! What's in store for the next week?

I'm getting closer to merging the Addon Manager's big data-source refactor, but the actual merge is still at least several weeks away. I'll continue to merge the small pieces of it that can be split off without breaking anything.
Chris Hennes
Pioneer Library System
GitHub profile, LinkedIn profile, chrishennes.com
User avatar
yorik
Founder
Posts: 13640
Joined: Tue Feb 17, 2009 9:16 pm
Location: Brussels
Contact:

Re: WIP Wednesday!

Post by yorik »

Lots going on in NativeIFC for me: I'm looking at using ifcopenshell to perform HLR rendering, and started integrating NativeIFC and BIM addons.
User avatar
wandererfan
Veteran
Posts: 6268
Joined: Tue Nov 06, 2012 5:42 pm
Contact:

Re: WIP Wednesday!

Post by wandererfan »

Beginning phase 2 of Dimension reference TNP mitigation.
wmayer
Founder
Posts: 20243
Joined: Thu Feb 19, 2009 10:32 am
Contact:

Re: WIP Wednesday!

Post by wmayer »

I will finish the last step of the Qt6 port of the TechDraw module.

Since QtXmlPatterns has been dropped in Qt6 the only true alternative would be to add some other fat library based on xerces like xalan or xqilla if we wanted to have true XQuery/XPath support.

But since this is like using a sledgehammer to crack a nut I decided to implement an algorithm that traverses the DOM document and collects the required elements directly.
User avatar
chennes
Veteran
Posts: 3881
Joined: Fri Dec 23, 2016 3:38 pm
Location: Norman, OK, USA
Contact:

Re: WIP Wednesday!

Post by chennes »

Last call for this week!
Chris Hennes
Pioneer Library System
GitHub profile, LinkedIn profile, chrishennes.com
User avatar
chennes
Veteran
Posts: 3881
Joined: Fri Dec 23, 2016 3:38 pm
Location: Norman, OK, USA
Contact:

Re: WIP Wednesday!

Post by chennes »

A new week dawns (OK, for most of us dawn was many hours ago, but still...). This week my main focus is Card 1 of Batch 2 of the Toponaming mitigation project, adding StringHasher and related classes to our main codebase.

How about you?
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 »

FPA month end accounting
Dimension reference TNP phase2
User avatar
chennes
Veteran
Posts: 3881
Joined: Fri Dec 23, 2016 3:38 pm
Location: Norman, OK, USA
Contact:

Re: WIP Wednesday!

Post by chennes »

Last call! Anyone else?
Chris Hennes
Pioneer Library System
GitHub profile, LinkedIn profile, chrishennes.com
User avatar
chennes
Veteran
Posts: 3881
Joined: Fri Dec 23, 2016 3:38 pm
Location: Norman, OK, USA
Contact:

Re: WIP Wednesday!

Post by chennes »

This week I'm writing tests for StringHasher, part of Phase 2 of the Toponaming merge. How about all of you?
Chris Hennes
Pioneer Library System
GitHub profile, LinkedIn profile, chrishennes.com
User avatar
bensay
Posts: 202
Joined: Wed Dec 22, 2021 8:14 pm
Location: Danmark
Contact:

Re: WIP Wednesday!

Post by bensay »

Making @wandererfan hard sweat reviewing my refactoring code. Not stopping before TechDraw module consists of 1 line of code.
Post Reply