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

[r3bl_core] create decl macro to make it easy to generate global mutable variables (singleton) #369

Closed
2 of 4 tasks
nazmulidris opened this issue Dec 3, 2024 · 0 comments · Fixed by #370
Closed
2 of 4 tasks

Comments

@nazmulidris
Copy link
Member

nazmulidris commented Dec 3, 2024

create_global_singleton! decl macro

  • This macro was created for tls crate, in rust-scratch monorepo and moved here.

  • Once this issue is closed and its branch is rebased into main, tls repo in rust-scratch monorepo should use the macro from here.

  • The tls/Cargo.toml has already been changed to get the r3bl_core dependency from it's main branch.

  • Replace all ignored doc tests with either: no_run (just compile) or compile & run.

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 a pull request may close this issue.

1 participant