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

Fix Compilation Errors with DMD v2.104.0 onward #103

Merged

Conversation

vnayar
Copy link

@vnayar vnayar commented Jun 14, 2024

Avoid implicitly converting from dstring to string, which appears to be no longer supported from dmd-2.104.0 onwards.

Fixes #102.

…ears to be no longer supported from dmd-2.104.0 onwards.

Fixes gedaiu#102.
@vnayar
Copy link
Author

vnayar commented Jun 19, 2024

Friendly ping, I ran into this problem because I was trying to use prometheus-d, https://github.com/andrewbenton/prometheus-d, and found that my program would no longer compile with DMD v2.105.0 . I tracked it down to fluent-asserts, and figured I'd solve the issue so others don't run into the same problem.

@gedaiu
Copy link
Owner

gedaiu commented Jun 19, 2024 via email

@vnayar
Copy link
Author

vnayar commented Jun 19, 2024

Hey, Sorry for this... I'm a little bussy nowadays, but I will take some time to fix this later today.

Perfectly understandable, no rush!

@gedaiu gedaiu merged commit 3b21cac into gedaiu:master Jun 19, 2024
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

Successfully merging this pull request may close these issues.

Compilation Errors in DMD2.104.0 onward
2 participants