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

🔎 Review code and implement additional static_asserts to help with compilation errors #20

Open
lukevalenty opened this issue Apr 7, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@lukevalenty
Copy link
Contributor

No description provided.

@lukevalenty lukevalenty added enhancement New feature or request good first issue Good for newcomers labels Apr 7, 2022
@Tradias
Copy link

Tradias commented Sep 2, 2022

Heya, what is the scope of this issue. I had a quick look at the code and spotted several mal style issue, e.g. using C++11 style std::add_pointer<void()>::type that could be replaced with void(*)(). Does that count towards the Review code part? And what to do about them, report them here or create a pull request right away?

@lukevalenty
Copy link
Contributor Author

Heya, what is the scope of this issue. I had a quick look at the code and spotted several mal style issue, e.g. using C++11 style std::add_pointer<void()>::type that could be replaced with void(*)(). Does that count towards the Review code part? And what to do about them, report them here or create a pull request right away?

If you find specific issues you think should be cleaned up or fixed, you could either report a new issue or submit a pull request.

The advantage of submitting an issue first is that you can find out if the maintainers agree before you put in the effort of a pull request. I'm not sure changing out the std::add_pointer type trait is worthwhile, however, it would be worthwhile to ensure a consistent style is used for defining function pointers.

@Tradias
Copy link

Tradias commented Sep 5, 2022

Ok, setting up tooling to ensure such consistent styling is probably not a good first issue 😄. I will see what else can be done.

@lukevalenty lukevalenty removed the good first issue Good for newcomers label Oct 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants