Skip to content

Declare prototypes - #300

Open
yuar wants to merge 2 commits into
snesrev:masterfrom
yuar:declare-prototypes
Open

Declare prototypes#300
yuar wants to merge 2 commits into
snesrev:masterfrom
yuar:declare-prototypes

Conversation

@yuar

@yuar yuar commented Apr 15, 2025

Copy link
Copy Markdown

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.

Comment thread README.md
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
Copy Markdown

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