We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
in dub.json:
{ "name" : "d_test007", "description" : "Hello World - A minimal DUB bundle.", "dependencies" : { "vibe-core": "1.6.2" } }
in src/app.d:
import vibe.core.log; void main() { }
Compile and run it, output: std.json.JSONException@std/json.d(155): JSONValue is not a string
DMD: 2.084.0, 2.085.0, 2.085.1 OS: MacOS 10.14.3
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
in dub.json:
in src/app.d:
Compile and run it, output:
std.json.JSONException@std/json.d(155): JSONValue is not a string
DMD: 2.084.0, 2.085.0, 2.085.1
OS: MacOS 10.14.3
The text was updated successfully, but these errors were encountered: