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 requested: Identifying higher-priority open issues/PRs #1026

Open
hsutter opened this issue Mar 17, 2024 · 17 comments
Open

Help requested: Identifying higher-priority open issues/PRs #1026

hsutter opened this issue Mar 17, 2024 · 17 comments

Comments

@hsutter
Copy link
Owner

hsutter commented Mar 17, 2024

Now that the initial documentation is complete, I can spend more time writing and reviewing code, and catching up with issues and PRs.

What would help me is: If there is an issue or PR you think should be higher priority for me to look at sooner, please reply here with an individual comment for each issue/PR, or if a comment for it already exists please upvote that comment.

For example, if you think issues 5555, 6666, and 7777 are important, and this thread only has a comment already for 6666:

  • please create one new comment for 5555
  • please upvote the existing comment for 6666
  • please create one new comment for 7777

Thanks!

@hsutter

This comment was marked as resolved.

@hsutter
Copy link
Owner Author

hsutter commented Mar 17, 2024

feat: evaluate program-defined metafunctions (based on #797) #907

@hsutter
Copy link
Owner Author

hsutter commented Mar 17, 2024

Rework of is that adds new functionalities or simplify implementation #701

@hsutter

This comment was marked as resolved.

@hsutter

This comment was marked as resolved.

@bluetarpmedia

This comment was marked as resolved.

@DyXel

This comment was marked as resolved.

@DyXel

This comment was marked as resolved.

@bluetarpmedia
Copy link
Contributor

bluetarpmedia commented Mar 21, 2024

Conditional compilation support (static if?) #942

@bluetarpmedia
Copy link
Contributor

[BUG] Impossible to use destructuring in for loops #500
[BUG] Assignment of multiple return values #543

(I've grouped them since I think they'll likely be resolved by the same solution.)

@hackjackhack
Copy link

[BUG] Modules support #269

One big step is that Clang 18 cancels the ODR check for global module fragment.
link
After that I find that module can be easily integrated in existing projects, mixing module and non-module headers.

In fact, I use cppfront in my projects with manually applying #569 on a daily basis. :(

@hackjackhack
Copy link

Allow template specialization #598

@bluetarpmedia
Copy link
Contributor

[BUG] Can't pass dependent type template argument #727

@adam-ce
Copy link

adam-ce commented Jul 18, 2024

Add support for several translation units using the old syntax (i.e., .cpp/.h files).
i believe that old code must also be able to include cpp2 headers, at least if modules are not used..
edit: cppfront should produce headers that can be consumed by cpp1, if module exports are not used.

related bugs:
#594
#1145

discussions:
#1058
#1168
and maybe
#1091
#1066

@gregmarr
Copy link
Contributor

Add support for several translation units using the old syntax (i.e., .cpp/.h files). i believe that old code must also be able to include cpp2 headers, at least if modules are not used..

I don't see a way for cpp1 code to include cpp2 headers, but it should be able to include cpp2 headers that have been transpiled to cpp1. You see that now with reflect.h2 being transpiled to reflect.h.

@JohelEGP
Copy link
Contributor

JohelEGP commented Oct 4, 2024

Too bad resolving the comments removes the upvotes.
Why was #1026 (comment) marked as resolved?
The PR is still open.

@Green-Sky
Copy link

Too bad resolving the comments removes the upvotes.

The mobile app still shows them for me.

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

No branches or pull requests

8 participants