Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help wanted! #35

Open
Technologicat opened this issue Sep 25, 2024 · 0 comments
Open

Help wanted! #35

Technologicat opened this issue Sep 25, 2024 · 0 comments
Assignees
Labels
bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Milestone

Comments

@Technologicat
Copy link
Owner

Technologicat commented Sep 25, 2024

Introduction

At the time of this writing (September 2024) mcpyrate is still a small single-maintainer project.

The fact is, software is never done. It can be outdone by a newer competitor, or obsoleted by a complete change of the surrounding ecosystem and/or by a programming paradigm shift. Python with its laissez-faire paradigm is still going strong, and to my knowledge, mcpyrate remains the most advanced Python macro expander that exists.

The other fact is, I'm very much a generalist. With that territory comes a constantly shifting set of projects, with a different focus each. One day, I'm metaprogramming a macro expander, or very unofficial language extensions for Python. The next, implementing FEM solvers for PDEs. Writing a scientific monograph. Overhauling the UX of an LLM GUI extension. Combing literature for a general-audience introduction to GenAI. Not to mention, a long ago, the IVTC and Phospor deinterlacer modes for VLC.

By its nature, small open source software like mcpyrate is by developers, for developers. Any particular project solves the problem its author had, to a varying degree of success. As for mcpyrate, it does what I need it to do, and it has not required maintenance in the past two years. Perhaps that is to a large part because I'm still running Python 3.10.

This is where I'd like your help. I think mcpyrate is promising, is at least mostly feature-complete already, and its continued polishing could use the community's input.

If you want to help out, please leave a comment below, or just open a new issue if you want to discuss a specific point. Small contributions matter, even if it's just fixing a typo!

Where you can help

  • AST changes, AST changes, AST changes.
    • Support for Python 3.13 and later is planned, but if I'm the one doing it, that will be when I personally upgrade my Python environment.
    • Something in mcpyrate no longer working? Unparser failing on recent ASTs? Please let me know by opening an issue!
    • If you're into metaprogramming, feel free to submit a PR. Note contributing guidelines.
  • Documentation. Something not explained clearly enough?
    • Both PRs and just discussion welcome.
    • For discussion, please open an issue.
  • Automated tests.
  • Something else I didn't think of? Please let me know!
@Technologicat Technologicat added bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request help wanted Extra attention is needed labels Sep 25, 2024
@Technologicat Technologicat self-assigned this Sep 25, 2024
@Technologicat Technologicat added the good first issue Good for newcomers label Sep 25, 2024
@Technologicat Technologicat added this to the milestone Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant