-
-
Notifications
You must be signed in to change notification settings - Fork 284
Open
Labels
BugSomething isn't workingSomething isn't workingFixed needs testingNeeds verification / testing that it now worksNeeds verification / testing that it now worksStdlibStandard library issueStandard library issue
Milestone
Description
My GLTF parser doesent work anymore, on C3 0.7.4
Parsing the duck gltf, seen here , throws this error ERROR: 'No method 'available' could be found on target'
at json.c3:36
Failing code example
import std::io;
import std::collections::object;
import std::encoding::json;
fn void main()
{
File? file = file::open("test/duck.gltf", "r");
defer file.close()!!;
Object*? gltfJson = json::parse(mem, &file);
defer gltfJson!!.free();
}
Metadata
Metadata
Assignees
Labels
BugSomething isn't workingSomething isn't workingFixed needs testingNeeds verification / testing that it now worksNeeds verification / testing that it now worksStdlibStandard library issueStandard library issue