Skip to content

Conversation

yuar
Copy link

@yuar yuar commented Apr 15, 2025

Description

Restore MacOS functionality on ARM accounting for C23 and Python venv requirements when used in projects:

  • Address C23 requirements for declining prototypes when defining functions.
  • Update readme with python virtualenv installation and usage.
  • Exclude the venv/ directory within .gitignore.

Will this Pull Request break anything?

Tested with MacOS on ARM.

Suggested Testing Steps

Confim function declaration changes don't impact Windows or Linux builds.

@@ -65,25 +65,36 @@ Same Steps 1-4 above<br/>
13. Configure with `zelda3.ini` in the main dir<br/>

## Installing libraries on Linux/MacOS
Changes in Python encourages use of virtual environments within projects instead of poluting the global space. The `virtualenv` package is available outside of Python via `brew` on Linux/MacOS (homebrew is available [here](https://brew.sh/)):
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since Python 3.3 there's builting venv module - https://docs.python.org/3/library/venv.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants