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

Compilation fail with 2.067-rc1 #30

Closed
NCrashed opened this issue Mar 17, 2015 · 4 comments
Closed

Compilation fail with 2.067-rc1 #30

NCrashed opened this issue Mar 17, 2015 · 4 comments

Comments

@NCrashed
Copy link

Upcoming release of 2.067 is breaking compilation:

Building dyaml 0.5.0 configuration "library", build type debug.
Running dmd...
../../../.dub/packages/dyaml-0.5.0/source/dyaml/constructor.d(862): Error: redundant attribute 'const'
../../../.dub/packages/dyaml-0.5.0/source/dyaml/representer.d(605): Error: redundant attribute 'const'
@NCrashed
Copy link
Author

Fixing that by hands adds more errors:

../../../.dub/packages/dyaml-0.5.0/source/dyaml/node.d(1807): Error: template instance Appender!(Pair[], Pair) does not match template declaration Appender(A) if (isDynamicArray!A)
../../../.dub/packages/dyaml-0.5.0/source/dyaml/node.d(1823): Error: template instance Appender!(Pair[], Pair) does not match template declaration Appender(A) if (isDynamicArray!A)
../../../.dub/packages/dyaml-0.5.0/source/dyaml/fastcharsearch.d-mixin-34(35): Warning: instead of C-style syntax, use D-style syntax 'ubyte[256] table_'
../../../.dub/packages/dyaml-0.5.0/source/dyaml/fastcharsearch.d-mixin-34(35): Warning: instead of C-style syntax, use D-style syntax 'ubyte[256] table_'
../../../.dub/packages/dyaml-0.5.0/source/dyaml/composer.d(58): Error: template instance Appender!(Pair[], Pair) does not match template declaration Appender(A) if (isDynamicArray!A)
../../../.dub/packages/dyaml-0.5.0/source/dyaml/composer.d(64): Error: template instance Appender!(Node[], Node) does not match template declaration Appender(A) if (isDynamicArray!A)
../../../.dub/packages/dyaml-0.5.0/source/dyaml/fastcharsearch.d-mixin-34(35): Warning: instead of C-style syntax, use D-style syntax 'ubyte[256] table_'

@soarqin
Copy link
Contributor

soarqin commented Mar 17, 2015

I have made PR #29 to fix it.

@NCrashed
Copy link
Author

2.067 is out, issue is still here

@kiith-sa
Copy link
Collaborator

kiith-sa commented Jun 3, 2015

Merged.

@kiith-sa kiith-sa closed this as completed Jun 3, 2015
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

3 participants