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

With latest dmd 2.072.0 it is impossible to compile #48

Closed
Kozzi11 opened this issue Nov 2, 2016 · 5 comments
Closed

With latest dmd 2.072.0 it is impossible to compile #48

Kozzi11 opened this issue Nov 2, 2016 · 5 comments

Comments

@Kozzi11
Copy link

Kozzi11 commented Nov 2, 2016

There are many deprecation, but these are errors:
source/dyaml/emitter.d(1011,13): Error: field ScalarAnalysis.scalar cannot modify misaligned pointers in @safe code
source/dyaml/event.d(230,5): Error: field Event.anchor cannot access pointers in @safe code that overlap other fields
source/dyaml/event.d(231,5): Error: field Event.tag cannot access pointers in @safe code that overlap other fields
source/dyaml/loader.d(186,43): Error: cast from void[] to ubyte[] not allowed in safe code

@Timoses
Copy link

Timoses commented Nov 16, 2016

^ Same issue here.

@Kozzi11
Copy link
Author

Kozzi11 commented Nov 17, 2016

there is a pull request #49 but @kiith-sa seems inactive, maybe is time to fork this project

@ondravo
Copy link

ondravo commented Nov 28, 2016

I have the same problem :( any progress with this issue?

@Timoses
Copy link

Timoses commented Nov 28, 2016

If you are using dub you might try the "add-overwrite" tool to point to https://github.com/ZombineDev/D-YAML/tree/fix-compilation-with-dmd-2-072. However, I'm having the issue: dlang/dub#779 .

@ghost
Copy link

ghost commented Jul 19, 2017

fixed this spring during the move to the organaization afaik

@ghost ghost closed this as completed Jul 19, 2017
This issue was closed.
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