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

Pretty-printing of abbreviations over :bool[n], for specific n #106

Closed
mn200 opened this issue Jan 26, 2013 · 1 comment
Closed

Pretty-printing of abbreviations over :bool[n], for specific n #106

mn200 opened this issue Jan 26, 2013 · 1 comment

Comments

@mn200
Copy link
Member

mn200 commented Jan 26, 2013

You might expect

type_abbrev("u8", ``:bool[8]``)

to cause the type :bool[8] to be printed as :u8, but it doesn’t. Instead the type is still printed as :bool[8]. See Hamad Nemati’s message on hol-info.

This seems like a bug to me.

@mn200
Copy link
Member Author

mn200 commented Jan 26, 2013

When I fix this, a whole pile of abbreviations made at the bottom of wordsScript will become enabled for printing. If you don't like this, they should be explicitly turned off with a call to disable_tyabbrev_printing.

mn200 added a commit that referenced this issue Jan 26, 2013
@mn200 mn200 closed this as completed in d7be44f Jan 26, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant