Weekly Release - Slow Progress
Work on fixing the known object duplication issues continues (#1162). I'm still focused an expanding the builder API (short update here), which provides some foundational building blocks that will be useful beyond addressing this issue. Expanding the builder API mostly involves design work, which is hard, and therefore quite slow. I'm making progress though.
I've also been experimenting with some ideas I have on improving the kernel architecture. This hasn't gotten anywhere yet, so nothing to report at this time.
Meanwhile, @zthompson47 has continued helping out by addressing some Clippy warnings that were previously silenced.
Sponsors
Fornjot is supported by @webtrax-oz, @lthiery, @ahdinosaur, @Yatekii, @martindederer, @hobofan, @thawkins, @bollian, @rozgo, @reivilibre, and my other awesome sponsors. Thank you!
If you want Fornjot to be sustainable long-term, please consider supporting me too.
End-user improvements
Improvements to Fornjot and its documentation that are visible to end users.
- Fix app crashing, if it is minimized too long (#1504)
Ecosystem improvements
Improvements to Fornjot components that are relevant to developers building on top of those. These have an indirect effect on end users, through fixed bugs and improved robustness.
fj-kernel
- Improve builder API (#1495, #1501, #1502, #1509, #1510)
- Don't stop on first validation error (#1505)
Internal Improvements
Improvements that are relevant to developers working on Fornjot itself.