discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

trying to build in Mac OS on my laptop

V
vulcan_@mac.com
Wed, Sep 24, 2025 11:35 PM

I have “fixed” the Save A Copy bug and successfully compiled and ran my very own private version of scad on my MacBook

woo hoo

tomorrow i will clean up the code and see about opening a PR

I have “fixed” the Save A Copy bug and successfully compiled and ran my very own private version of scad on my MacBook woo hoo tomorrow i will clean up the code and see about opening a PR
TP
Torsten Paul
Wed, Sep 24, 2025 11:42 PM

On 25.09.25 01:35, vulcan_--- via Discuss wrote:

tomorrow i will clean up the code and see about opening a PR

Nice!

Have a look at this:
https://github.com/openscad/openscad/blob/master/doc/hacking.md

It shows some ways on ensuring the PR will match the formatting
rules.

The easiest way is probably using the pre-commit tool, I believe
that will work on macOS too (https://pre-commit.com/). I only
have used it on Linux though.

ciao,
Torsten.

On 25.09.25 01:35, vulcan_--- via Discuss wrote: > tomorrow i will clean up the code and see about opening a PR Nice! Have a look at this: https://github.com/openscad/openscad/blob/master/doc/hacking.md It shows some ways on ensuring the PR will match the formatting rules. The easiest way is probably using the pre-commit tool, I believe that will work on macOS too (https://pre-commit.com/). I only have used it on Linux though. ciao, Torsten.