-
Notifications
You must be signed in to change notification settings - Fork 15
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
Updates for the next Doctum version #94
Conversation
Thank you @andrewandante ! |
Test is an excellent addition, thanks! Had an issue building locally, I've fixed it by adding |
Ha, is it a hack or a bug fix? |
I think it's a bugfix - there was no graphql module associated with SS3, but it's trying to figure one out. This is the change to "versionmaps": {
"starts-at-one": {
"master": "master",
"4": "1",
"3": null
},
"starts-at-three": {
"master": "master",
+ "4": "3",
+ "3": null
}
} You can see it matches the pattern from the Would also be caught by checking $projectVersion = isset($versionMaps[$packageConfig['versionmap']][(string) $projectVersion])
? $versionMaps[$packageConfig['versionmap']][(string) $projectVersion]
: $projectVersion; Probably both changes are good 😄 |
Good catch, I added 2 test cases and used the Closing back my workstation to try to go to sleep 😆 Maybe Travis will do his job before I wake up, who knows 😆 |
Looks good to me and works locally 👍 |
Phew, that's a lot of changes required for a minor release! But I guess we're "power users" in this aspect (file path mapping). Thanks for keeping on improving this Willian, and happy 2021 to you! I haven't gone through the details on this PR, but if Andrew approves I'm happy with it as well. |
Ha I made a lot of changes for you upstream also you know ;) |
Co-Authored-By: Andrew Aitken-Fincham <[email protected]>
Rebased and just added 822c2b3 |
Amazing, I was just doing that myself - I've been granted write access so if you are now happy, I'm happy too 👍 |
Amazing work, thank you so much! |
Fixes: #59
Closes: #93