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

Build error in function std.json.toJSON #22

Closed
denizzzka opened this issue Feb 25, 2018 · 3 comments
Closed

Build error in function std.json.toJSON #22

denizzzka opened this issue Feb 25, 2018 · 3 comments

Comments

@denizzzka
Copy link

../../.dub/packages/doveralls-1.3.1/doveralls/source/doveralls/request.d(8,23): Error: function std.json.toJSON (ref const(JSONValue) root, const(bool) pretty = false, const(JSONOptions) options = cast(JSONOptions)0) is not callable using argument types (JSONValue*, bool)
@kotet kotet mentioned this issue Feb 25, 2018
@SingingBush
Copy link

@ColdenCullen any chance of getting the PR merged and a new release? I'm also affected by this:

$ dub run doveralls
Building package doveralls in /Users/travis/.dub/packages/doveralls-1.3.1/doveralls/
Performing "debug" build using /Users/travis/dlang/dmd-2.080.1/osx/bin/dmd for x86_64.
doveralls 1.3.1: building configuration "application"...
../../../.dub/packages/doveralls-1.3.1/doveralls/source/doveralls/request.d(8,23): Error: function `std.json.toJSON(ref const(JSONValue) root, const(bool) pretty = false, const(JSONOptions) options = cast(JSONOptions)0)` is not callable using argument types `(JSONValue*, bool)`
../../../.dub/packages/doveralls-1.3.1/doveralls/source/doveralls/request.d(8,23):        cannot pass rvalue argument `& data` of type `JSONValue*` to parameter `ref const(JSONValue) root`
/Users/travis/dlang/dmd-2.080.1/osx/bin/dmd failed with exit code 1

@SingingBush
Copy link

cheers, the new release has fixed it for me

@ColdenCullen
Copy link
Owner

Glad to hear it! Sorry for the delay.

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