-
Notifications
You must be signed in to change notification settings - Fork 28
v2.3.0 always selects vibe-d:core instead of vibe-core #201
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
Comments
|
Yeah, that's the message that clued me in that it's not selecting the right core. But I didn't think to look at the date! Certainly, this needs to be fixed soon. Maybe a version 3 of mysql-native requires vibe-core and doesn't support vibe-d:core? @Abscissa any thoughts? |
Been out-of-the-loop awhile as my day job got absurdly busy over the summer, so I haven't had a chance to refresh my memory on this stuff yet (plus I just got a new computer I'm still setting up) Things have mostly calmed back down now, so I should be able to dive back in again soon... What I can say right now is this: My only concerns with this change are:
What we need first is a simple PR that removes the offending line so travis-ci can tell us exactly what the breakages are (if any). Then we can go from there and either fix/deprecate those broken configurations as appropriate. |
I'll make a simple removal PR and see what happens. I actually wanted to add a mechanism to clean up unused mysql connections, but I ran into this first (was developing using 2.2.1 which didn't have this issue). |
I would say this is duplicate of #199 |
Now fixed. Mysqln master is now fully switched from "vibe-d:core" to "vibe-core". |
I had to comment out this line: ec85195
Can we leave that commented out now, or is it absolutely needed?
The text was updated successfully, but these errors were encountered: