-
Notifications
You must be signed in to change notification settings - Fork 0
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
Compare versions properly #126
Conversation
@OfficialEsco If you want me to rebase these on the latest to make testing easier LMK |
Naah i cherry picked every branch into 1 on my repo ^^ Just doing testing under normal usage which is why some PR's gets approved slowly as they require a bit more stable testing Edit: not sure how much you test your code, but if you do you'll probably pick a few that is mentioned, which doesn't always cover every corner (: Edit2: I daily drive every patch, however i'm not sure what the state of #112 is, also its probably a bit too early to use since we don't have all the areas covered (MS Side) |
Fair point; Just didn't know if it was easy for you
Depends on the case. If the issue is clear and easy to solve like the architecture bug, I do a little less testing. For more complex things, I do a little more testing.
I'm thinking of waiting on #112 for a bit. I know there is a bug open for release date validation. I'm going to mark #112 as draft probably, just since it isn't critical to be merged in |
Well, here is one issue microsoft#36724 Wait, are 2 of those intentional?
|
2 of those are intentional; Yes Can you describe the issuse with each of those three packages in a bit more detail? |
Nevermind, all of those are actually a trigger of 1 version in the repo
The .Count line should probably be last in the elseif's or rewritten so it dosn't trigger when there already is a version in there. (Because i regularly update Dynamic urls and it looks weird when it always says |
Ahh, fair point. I’ll take a look at those cases and see where the logic needs to change |
I believe this is fixed
I believe this is fixed
Not entirely sure what happened here. I wasn't able to replicate. If it is still happening, maybe we can chat on Gitter to figure it out?
This actually was the root cause of both issues that were resolved. If there was only one version of the package, it was automatically casting the variables as strings. I explicitly cast them as arrays, which should have fixed the issue |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've not had too many weird packages, but as far as i can tell this is working as expected
* Compare versions properly * Properly cast to array when only single installer * Bump Version
@OfficialEsco