On 1/26/21 2:59 PM, Steven Schveighoffer wrote:
On 1/26/21 2:41 PM, Andre Pany wrote:
For your specific problem, this issue is related to your dub.json:
"configurations": [
{
"excludedSourceFiles": [
"source/mysql/package.d"
],
"name": "application",
"targetType": "executable",
"versions": [
"VibeCustomMain"
]
},
{
"excludedSourceFiles": [
"source/app.d",
"source/mysql/package.d"
],
"name": "library",
"targetType": "library"
}
],
If you remove the excludedSourceFiles from config "library", it is
working.
But at the moment I am puzzled, what is going on here.
Wait, this makes no sense. I'm going to have to figure out why those are
added. And THANK YOU for seeing that. That is definitely the issue
(ModuleInfoZ is the module info for a module)
Hold on, where do you see this? mysql-native has dub.sdl, and it doesn't
have these in there.
-Steve