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

Possibly use a bool for flags instead of a vector, in extfmt #1993

Closed
catamorphism opened this issue Mar 15, 2012 · 1 comment
Closed

Possibly use a bool for flags instead of a vector, in extfmt #1993

catamorphism opened this issue Mar 15, 2012 · 1 comment
Labels
A-syntaxext Area: Syntax extensions

Comments

@catamorphism
Copy link
Contributor

As per a FIXME in extfmt.rs, use separate bool fields instead of a vector in the conv record type. (I tried doing this, but found I was out of my depth pretty quickly when it came to bootstrapping...)

@msullivan
Copy link
Contributor

I'll take this; I'm going to do it with a bitmask.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-syntaxext Area: Syntax extensions
Projects
None yet
Development

No branches or pull requests

2 participants