You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/Users/timothee/.dub/packages/vibe-d-0.8.1/vibe-d/data/vibe/data/serialization.d(752): Error: function vibe.data.bson.BsonSerializer.readDictionary!(Traits!(A, DefaultPolicy)).readDictionary (scope void delegate(string) @safe entry_callback) is not callable using argument types (void)
/Users/timothee/.dub/packages/vibe-d-0.8.1/vibe-d/data/vibe/data/serialization.d(565): Error: template instance vibe.data.serialization.deserializeValueImpl!(BsonSerializer, DefaultPolicy).deserializeValueDeduced!(A) error instantiating
/Users/timothee/.dub/packages/vibe-d-0.8.1/vibe-d/data/vibe/data/serialization.d(299): instantiated from here: deserializeValue!(A)
/Users/timothee/.dub/packages/vibe-d-0.8.1/vibe-d/data/vibe/data/serialization.d(265): instantiated from here: deserializeWithPolicy!(BsonSerializer, DefaultPolicy, A, Bson)
/Users/timothee/.dub/packages/vibe-d-0.8.1/vibe-d/data/vibe/data/bson.d(1141): instantiated from here: deserialize!(BsonSerializer, A, Bson)
source/app.d(17): instantiated from here: deserializeBson!(A)
app.d:
dub.json:
it worked fine with
0.7.32
NOTE: this syntax was proposed by @s-ludwig here: #1710 (comment)
The text was updated successfully, but these errors were encountered: