Chris Hennes

Results 74 issues of Chris Hennes

Remove the somewhat-confusing redundant assignment. Closes https://github.com/FreeCAD/FreeCAD/security/code-scanning/3944

Mod: Draft

Technically in our case `i` is an unsigned long, so should have the extra `l` in its format specifier for printf-style format strings. Closes: https://github.com/FreeCAD/FreeCAD/security/code-scanning/110 https://github.com/FreeCAD/FreeCAD/security/code-scanning/111 https://github.com/FreeCAD/FreeCAD/security/code-scanning/112 https://github.com/FreeCAD/FreeCAD/security/code-scanning/113 https://github.com/FreeCAD/FreeCAD/security/code-scanning/114

Mod: CAM

In the original, the string "github.com" could have been at any location in the URL. While not really important for our particular use-case here, it's flagged as a high-importance bug...

This doesn't need to be a regex at all, as far as I can tell, so take a safer (and faster) route and just use `startswith()`. Solves https://github.com/FreeCAD/FreeCAD/security/code-scanning/2

This extracts `BackupPolicy` to its own file so that it can be tested (it was previously a private class in the `Document.cpp` file). A test framework is created for the...

Mod: Core

### Is there an existing issue for this? - [X] I have searched the existing issues ### Problem description Versions of OpenCASCADE prior to v6.8 did not support arc projection,...

Mod: Draft
Good first issue
no-auto-close

In https://github.com/realthunder/FreeCAD/commit/ad5c54e9fea30bc3dd47e27a39a69c2020377a3d a chunk of code was added with the description "PartDesign: auto reorder feature on BaseFeature change". In it, you have: ```C++ auto body = Body::findBodyOf(this); if (body) {...

The file [preferences-free2ki.svg](https://github.com/30350n/free2ki/blob/master/freecad/free2ki/icons/preferences-free2ki.svg) is a symbolic link -- on Windows, that gets checkout out as a simple text file containing the name of the linked file, and of course that...

Intended to fix #26014 (but see that bug for the testing challenge I'm facing -- I'm creating this PR first to get the CI suite to run on it). Anyone...

Type: Bug
Mod: Part Design
backport releases/FreeCAD-1-1

Intended to fix #25831 -- but seems to either be flawed, or to expose another underlying bug. This does fix the segfault, and the incorrect reporting of the datum plane...

Type: Bug
Mod: Part Design
backport releases/FreeCAD-1-1