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

refactor!(macro) use outer macro pattern for modules #342

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

Xenira
Copy link
Collaborator

@Xenira Xenira commented Nov 26, 2024

This is a WIP for switching to the outer macro pattern.

TODO:

  • Functions
  • Constants
  • Startup function
  • Classes
  • Impls
  • Extern (untouchd as not depending on state afaik)
  • Stubs
  • 'import' 'submodules'
  • Improve error handling
  • Adjust Tests
  • Add migration guide
  • Update Documentation

Discussion and information in #335.

In its current state this will be a major BC, but improve DX a lot.

BREAKING CHANGE: Starting with this modules will need to be declared differently. See for more information

@Xenira Xenira linked an issue Nov 26, 2024 that may be closed by this pull request
@Xenira Xenira force-pushed the feat/outer-macro branch 2 times, most recently from 119676f to 07552af Compare December 4, 2024 23:08
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.

Switch to Outer Macro pattern
1 participant