-
-
Notifications
You must be signed in to change notification settings - Fork 228
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
Remove the dependency on std.xml #1939
Comments
deprecated("Will be removed from Phobos in 2.101.0. If you still need it, go to https://github.com/DigitalMars/undeaD") |
What would be a good solution? My first idea would be to copy the code of std.xml undead to source/dub/internal folder. |
Add it as a dependency until somebody bothers with a rewrite. That is the simplest answer. |
The xml parsing is replaced with std.regex: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In D 2.092.0, std.xml is marked as deprecated.
Since the dub uses std.xml, we need to remove this dependency.
There is only one place that depends on std.xml, which is as follows:
dub/source/dub/packagesuppliers/maven.d
Line 82 in c1ee378
The text was updated successfully, but these errors were encountered: