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

Fix compilation errors with -dip1000 #184

Closed
Herringway opened this issue Jul 16, 2018 · 2 comments
Closed

Fix compilation errors with -dip1000 #184

Herringway opened this issue Jul 16, 2018 · 2 comments

Comments

@Herringway
Copy link
Member

Some are simple - scope on some parameters, etc.

Others are not. Something weird is going on with -dip1000 and dyaml.emitter - the delegates created there appear to gain random attributes (const delegates? nothrow delegates that call enforce() without issue? what...?) and require explicit casting to their real type to work as expected.

RedBlackTree is also unusable @safely when -dip1000 is specified.

@Herringway
Copy link
Member Author

Update - the entire batch of emitter errors go away if const is removed from dyaml.emitter.Emitter.expectNothing. what...?

@Geod24
Copy link
Member

Geod24 commented Sep 8, 2021

Found this while (quickly) looking into this issue.

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

2 participants