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: 3909
Joined: Fri Dec 23, 2016 3:38 pm
Location: Norman, OK, USA
Contact:

Re: WIP Wednesday!

Post by chennes »

OK, another week is upon us -- what's everyone working on? I'm continuing to polish up translations, and working with translators to find missing strings.
Chris Hennes
Pioneer Library System
GitHub profile, LinkedIn profile, chrishennes.com
User avatar
wandererfan
Veteran
Posts: 6317
Joined: Tue Nov 06, 2012 5:42 pm
Contact:

Re: WIP Wednesday!

Post by wandererfan »

- FPA April month end
- investigate placement anomalies with Link sources
- investigate replacement of BaseGeom with @benj5378
User avatar
chennes
Veteran
Posts: 3909
Joined: Fri Dec 23, 2016 3:38 pm
Location: Norman, OK, USA
Contact:

Re: WIP Wednesday!

Post by chennes »

I hope that after our very well-attended developer's meeting this past weekend many of you are feeling energized and have big plans! This wek I'm working on StringHasher in the toponaming code, and on eliminating unnecessary HTML from translated strings. You?
Chris Hennes
Pioneer Library System
GitHub profile, LinkedIn profile, chrishennes.com
User avatar
chennes
Veteran
Posts: 3909
Joined: Fri Dec 23, 2016 3:38 pm
Location: Norman, OK, USA
Contact:

Re: WIP Wednesday!

Post by chennes »

I figure this next week the answer from everyone is: "squashing bugs for the 0.21 release", right?
Chris Hennes
Pioneer Library System
GitHub profile, LinkedIn profile, chrishennes.com
User avatar
yorik
Founder
Posts: 13660
Joined: Tue Feb 17, 2009 9:16 pm
Location: Brussels
Contact:

Re: WIP Wednesday!

Post by yorik »

yes :)
User avatar
chennes
Veteran
Posts: 3909
Joined: Fri Dec 23, 2016 3:38 pm
Location: Norman, OK, USA
Contact:

Re: WIP Wednesday!

Post by chennes »

Well, I probably can't keep posting "WIP Wednesday" posts that just say "bug fixing"! So, what are you all working on this week? I mean, bug fixing is a given, but what bugs? What else?

I am running the Splashscreen contest, squashing translation issues, and working on Toponaming Card 3.
Chris Hennes
Pioneer Library System
GitHub profile, LinkedIn profile, chrishennes.com
User avatar
kaktus
Veteran
Posts: 1183
Joined: Sun Aug 11, 2019 11:59 am
Location: opolskie
Contact:

Re: WIP Wednesday!

Post by kaktus »

It's cool that you're back from leave because without you, nothing was happening :mrgreen:
I didn't even feel like complaining :lol:

Total stagnation :roll:
Twórca polskiej wersji Wiki dla FreeCAD, współwórca polskiej wersji GUI.
"Cierpliwym być musisz, by wiedzę zgłębiać tajemną, gdyż ciemna strona mocy niszczącą i silną jest".
User avatar
onekk
Veteran
Posts: 6205
Joined: Sat Jan 17, 2015 7:48 am
Contact:

Re: WIP Wednesday!

Post by onekk »

Not a developer, but as in May contributor meeting me and @marioalexis were appointed to study and write some guidelines about Python docstrings, I'm studying some Google docstrings format implementation.

IMHO Possible choices are restricted to Google and numpydoc formats, as they seems to be supported by automatic document generation systems like Sphinx and also be easily human readable, without reading an entire manual.

Sadly I'm experiencing problems with my 4G internet connection, as there are works on the radio network and mixed problems due to rain and probably hackers attacks. Last week was a nightmare to work with PC and even smarthphone that has a different operator was having lags when connecting.

Sorry for the long post and Regards.

Carlo D.
GitHub page: https://github.com/onekk/freecad-doc.
- In deep articles on FreeCAD.
- Learning how to model with scripting.
- Various other stuffs.

Blog: https://okkmkblog.wordpress.com/
User avatar
andrecaldas
Posts: 301
Joined: Fri Jan 27, 2023 8:45 pm
Contact:

Re: WIP Wednesday!

Post by andrecaldas »

I am playing with a (future) substitute for ObjectIdentifier. It uses std::shared_ptr and I think it would fit nicely in FreeCAD by providing a safer, more robust and unified way to access/reference variables by a "path".
There is a README.md file here:
https://github.com/andre-caldas/FreeCAD ... e/Accessor
User avatar
chennes
Veteran
Posts: 3909
Joined: Fri Dec 23, 2016 3:38 pm
Location: Norman, OK, USA
Contact:

Re: WIP Wednesday!

Post by chennes »

WIP Wednesday took a hiatus during the feature freeze this summer, and for the last few weeks I've just been writing it on the basis of open and merged PRs, and discussions on Discord. Time to bring it back to the forums as well... does anyone have anything in progress you want me to mention?
Chris Hennes
Pioneer Library System
GitHub profile, LinkedIn profile, chrishennes.com
Post Reply