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

Broken for: dmd 2.075.0 #47

Open
rikkimax opened this issue Aug 2, 2017 · 3 comments
Open

Broken for: dmd 2.075.0 #47

rikkimax opened this issue Aug 2, 2017 · 3 comments

Comments

@rikkimax
Copy link

rikkimax commented Aug 2, 2017

I have tried to fix it myself, but it looks like quite a large amount of work.

..\..\Users\rikki\AppData\Roaming\dub\packages\std-experimental-xml-master\std-experimental-xml\source\std\experimental\xml\domimpl.d(567,33): Error: function std.experimental.xml.domimpl.DOMImplementation!(string, shared(GCAllocator), bool delegate(DOMError!string)).DOMImplementation.NodeWithChildren.childNodes does not override any function, did you mean to override 'std.experimental.xml.domimpl.DOMImplementation!(string, shared(GCAllocator), bool delegate(DOMError!string)).DOMImplementation.Node.childNodes'?
..\..\Users\rikki\AppData\Roaming\dub\packages\std-experimental-xml-master\std-experimental-xml\source\std\experimental\xml\domimpl.d(573,28): Error: function std.experimental.xml.domimpl.DOMImplementation!(string, shared(GCAllocator), bool delegate(DOMError!string)).DOMImplementation.NodeWithChildren.firstChild does not override any function, did you mean to override 'std.experimental.xml.domimpl.DOMImplementation!(string, shared(GCAllocator), bool delegate(DOMError!string)).DOMImplementation.Node.firstChild'?
..\..\Users\rikki\AppData\Roaming\dub\packages\std-experimental-xml-master\std-experimental-xml\source\std\experimental\xml\domimpl.d(577,28): Error: function std.experimental.xml.domimpl.DOMImplementation!(string, shared(GCAllocator), bool delegate(DOMError!string)).DOMImplementation.NodeWithChildren.lastChild does not override any function, did you mean to override 'std.experimental.xml.domimpl.DOMImplementation!(string, shared(GCAllocator), bool delegate(DOMError!string)).DOMImplementation.Node.lastChild'?
..\..\Users\rikki\AppData\Roaming\dub\packages\std-experimental-xml-master\std-experimental-xml\source\std\experimental\xml\domimpl.d(582,18): Error: function std.experimental.xml.domimpl.DOMImplementation!(string, shared(GCAllocator), bool delegate(DOMError!string)).DOMImplementation.NodeWithChildren.insertBefore does not override any function, did you mean to override 'std.experimental.xml.domimpl.DOMImplementation!(string, shared(GCAllocator), bool delegate(DOMError!string)).DOMImplementation.Node.insertBefore'?
..\..\Users\rikki\AppData\Roaming\dub\packages\std-experimental-xml-master\std-experimental-xml\source\std\experimental\xml\domimpl.d(620,18): Error: function std.experimental.xml.domimpl.DOMImplementation!(string, shared(GCAllocator), bool delegate(DOMError!string)).DOMImplementation.NodeWithChildren.replaceChild does not override any function, did you mean to override 'std.experimental.xml.domimpl.DOMImplementation!(string, shared(GCAllocator), bool delegate(DOMError!string)).DOMImplementation.Node.replaceChild'?
..\..\Users\rikki\AppData\Roaming\dub\packages\std-experimental-xml-master\std-experimental-xml\source\std\experimental\xml\domimpl.d(625,18): Error: function std.experimental.xml.domimpl.DOMImplementation!(string, shared(GCAllocator), bool delegate(DOMError!string)).DOMImplementation.NodeWithChildren.removeChild does not override any function, did you mean to override 'std.experimental.xml.domimpl.DOMImplementation!(string, shared(GCAllocator), bool delegate(DOMError!string)).DOMImplementation.Node.removeChild'?
..\..\Users\rikki\AppData\Roaming\dub\packages\std-experimental-xml-master\std-experimental-xml\source\std\experimental\xml\domimpl.d(649,18): Error: function std.experimental.xml.domimpl.DOMImplementation!(string, shared(GCAllocator), bool delegate(DOMError!string)).DOMImplementation.NodeWithChildren.appendChild does not override any function, did you mean to override 'std.experimental.xml.domimpl.DOMImplementation!(string, shared(GCAllocator), bool delegate(DOMError!string)).DOMImplementation.Node.appendChild'?
..\..\Users\rikki\AppData\Roaming\dub\packages\std-experimental-xml-master\std-experimental-xml\source\std\experimental\xml\domimpl.d(680,18): Error: function std.experimental.xml.domimpl.DOMImplementation!(string, shared(GCAllocator), bool delegate(DOMError!string)).DOMImplementation.NodeWithChildren.hasChildNodes does not override any function, did you mean to override 'std.experimental.xml.domimpl.DOMImplementation!(string, shared(GCAllocator), bool delegate(DOMError!string)).DOMImplementation.Node.hasChildNodes'?
..\..\Users\rikki\AppData\Roaming\dub\packages\std-experimental-xml-master\std-experimental-xml\source\std\experimental\xml\domimpl.d(684,18): Error: function std.experimental.xml.domimpl.DOMImplementation!(string, shared(GCAllocator), bool delegate(DOMError!string)).DOMImplementation.NodeWithChildren.isAncestor does not override any function, did you mean to override 'std.experimental.xml.domimpl.DOMImplementation!(string, shared(GCAllocator), bool delegate(DOMError!string)).DOMImplementation.Node.isAncestor'?
..\..\Users\rikki\AppData\Roaming\dub\packages\std-experimental-xml-master\std-experimental-xml\source\std\experimental\xml\domimpl.d(696,33): Error: function std.experimental.xml.domimpl.DOMImplementation!(string, shared(GCAllocator), bool delegate(DOMError!string)).DOMImplementation.NodeWithChildren.textContent does not override any function, did you mean to override 'std.experimental.xml.domimpl.DOMImplementation!(string, shared(GCAllocator), bool delegate(DOMError!string)).DOMImplementation.Node.textContent'?
..\..\Users\rikki\AppData\Roaming\dub\packages\std-experimental-xml-master\std-experimental-xml\source\std\experimental\xml\domimpl.d(711,28): Error: function std.experimental.xml.domimpl.DOMImplementation!(string, shared(GCAllocator), bool delegate(DOMError!string)).DOMImplementation.NodeWithChildren.textContent does not override any function, did you mean to override 'std.experimental.xml.domimpl.DOMImplementation!(string, shared(GCAllocator), bool delegate(DOMError!string)).DOMImplementation.Node.textContent'?
..\..\Users\rikki\AppData\Roaming\dub\packages\std-experimental-xml-master\std-experimental-xml\source\std\experimental\xml\domimpl.d(1310,33): Error: function std.experimental.xml.domimpl.DOMImplementation!(string, shared(GCAllocator), bool delegate(DOMError!string)).DOMImplementation.NodeWithNamespace.nodeName does not override any function
..\..\Users\rikki\AppData\Roaming\dub\packages\std-experimental-xml-master\std-experimental-xml\source\std\experimental\xml\domimpl.d(1312,33): Error: function std.experimental.xml.domimpl.DOMImplementation!(string, shared(GCAllocator), bool delegate(DOMError!string)).DOMImplementation.NodeWithNamespace.localName does not override any function
..\..\Users\rikki\AppData\Roaming\dub\packages\std-experimental-xml-master\std-experimental-xml\source\std\experimental\xml\domimpl.d(1318,33): Error: function std.experimental.xml.domimpl.DOMImplementation!(string, shared(GCAllocator), bool delegate(DOMError!string)).DOMImplementation.NodeWithNamespace.prefix does not override any function
..\..\Users\rikki\AppData\Roaming\dub\packages\std-experimental-xml-master\std-experimental-xml\source\std\experimental\xml\domimpl.d(1322,28): Error: function std.experimental.xml.domimpl.DOMImplementation!(string, shared(GCAllocator), bool delegate(DOMError!string)).DOMImplementation.NodeWithNamespace.prefix does not override any function
..\..\Users\rikki\AppData\Roaming\dub\packages\std-experimental-xml-master\std-experimental-xml\source\std\experimental\xml\domimpl.d(1338,33): Error: function std.experimental.xml.domimpl.DOMImplementation!(string, shared(GCAllocator), bool delegate(DOMError!string)).DOMImplementation.NodeWithNamespace.namespaceURI does not override any function
..\..\Users\rikki\AppData\Roaming\dub\packages\std-experimental-xml-master\std-experimental-xml\source\std\experimental\xml\domimpl.d(2274,28): Error: function std.experimental.xml.domimpl.DOMImplementation!(string, shared(GCAllocator), bool delegate(DOMError!string)).DOMImplementation.EntityReference.readonly does not override any function
..\..\Users\rikki\AppData\Roaming\dub\packages\std-experimental-xml-master\std-experimental-xml\source\std\experimental\xml\domimpl.d(2419,42): Error: template instance std.experimental.xml.domimpl.DOMImplementation!(string, shared(GCAllocator), bool delegate(DOMError!string)) error instantiating
source\app.d(12,3):        instantiated from here: domBuilder!(Cursor!(Parser!(SliceLexer!(string, void function(), shared(GCAllocator), cast(Flag)true), void function() pure nothrow @nogc @safe, cast(Flag)false), cast(Flag)true, void function(CursorError) pure nothrow @nogc @safe))
@rikkimax
Copy link
Author

rikkimax commented Aug 2, 2017

Turns out #44 does indeed fix this.

@Heromyth
Copy link

It can be used with DMD 2.078. See here.

@wilzbach
Copy link

This issue was moved to dlang-community/experimental.xml#19

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