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

Octal constants not handled correctly #203

Closed
russel opened this issue Sep 2, 2018 · 0 comments
Closed

Octal constants not handled correctly #203

russel opened this issue Sep 2, 2018 · 0 comments
Labels

Comments

@russel
Copy link
Contributor

russel commented Sep 2, 2018

Using DStep v0.2.3-16-g1308991 compiled on Debian Sid with LDC 1.11.0 and LLVM 6.0, I generated a module for fontconfig.h (version 2.13.0). Sadly:

generated/fontconfig.d(932): Error: octal literals 0101 are no longer supported, use std.conv.octal!101 instead
generated/fontconfig.d(932): Error: octal literals 0132 are no longer supported, use std.conv.octal!132 instead
generated/fontconfig.d(937): Error: octal literals 0141 are no longer supported, use std.conv.octal!141 instead
generated/fontconfig.d(937): Error: octal literals 0172 are no longer supported, use std.conv.octal!172 instead
generated/fontconfig.d(942): Error: octal literals 0101 are no longer supported, use std.conv.octal!101 instead
generated/fontconfig.d(942): Error: octal literals 0141 are no longer supported, use std.conv.octal!141 instead
ciechowoj added a commit to ciechowoj/dstep that referenced this issue Sep 29, 2018
ciechowoj added a commit to ciechowoj/dstep that referenced this issue Sep 30, 2018
ciechowoj added a commit to ciechowoj/dstep that referenced this issue Oct 2, 2018
ciechowoj added a commit to ciechowoj/dstep that referenced this issue Oct 2, 2018
ciechowoj added a commit to ciechowoj/dstep that referenced this issue Oct 2, 2018
ciechowoj added a commit to ciechowoj/dstep that referenced this issue Oct 2, 2018
ciechowoj added a commit to ciechowoj/dstep that referenced this issue Oct 3, 2018
ciechowoj added a commit to ciechowoj/dstep that referenced this issue Oct 5, 2018
ciechowoj added a commit to ciechowoj/dstep that referenced this issue Dec 31, 2018
jacob-carlborg added a commit that referenced this issue Dec 31, 2018
Fix #203: Octal constants not handled correctly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants