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

WIP: all sentry patches #211

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

Conversation

Swatinem
Copy link
Contributor

@Swatinem Swatinem commented Sep 10, 2020

I noticed that increasing the recursion limit actually blows the stack on macOS debug builds, however it works fine on windows at least

Swatinem and others added 11 commits July 13, 2020 13:28
I noticed this when looking at `logging` output.
This helps with demangling some heavily-nested types.
I do see some types that have generics nested 7 levels deep or more.
Some boost and std types can also lead to very deep nesting.
this can now support some extreme cases like typesystem-level linked lists.
the usefulness of such might be questionable, but they *are* valid types.
@khuey
Copy link
Collaborator

khuey commented Nov 23, 2020

Templated lambdas (#209) are the big piece left here I believe.

@Swatinem
Copy link
Contributor Author

Templated lambdas (#209) are the big piece left here I believe.

Yes they are. The spec for those was merged into the cxx-abi, as you linked to in #209 (comment), I will look into this when I get some time, although I expect that it will take me quite some time to get done.

@khuey
Copy link
Collaborator

khuey commented Nov 23, 2020

I'll probably do another minor release before that happens, then.

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.

3 participants