Closed SingingBush closed 2 years ago
while this is an issue those test have been set to use dmd-2.095.1 instead of dmd-latest: https://github.com/buggins/ddbc/commit/67086a736c057bccae8482327265666198f8304f
to replicate the problem cd to the example directory amd run dub build
with dmd 2.096
If you need only one driver, you can avoid the error. Just add the configuration to dub.json
"configurations": [
{
"name": "default",
"subConfigurations": {
"ddbc": "MySQL"
}
}
]
the project needs to work with all the sub configurations, this issue is to have visibility on the problem until a fix is put in place. My plan was to fix this in the odbc/use_odbc_dub_package branch then merge in.
Note that the reason this work has not been completed is due to a problem in vibe-core which causes numerous build jobs to fail.
this is now resolved
https://github.com/buggins/ddbc/runs/2244088510?check_suite_focus=true