-
Notifications
You must be signed in to change notification settings - Fork 43
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
manager.get.currentRound
returns outdated Round with all Matches being Locked
or Completed
#180
Comments
Thanks for the reproducible example! This could be a quick fix, but I noticed I have a few other issues related to this. Like the fact that And also in double elimination, where a round of the winner bracket can be played a the same time as a round of the loser bracket - although it's not implemented for double elimination yet, but it better be future proof. |
Would it maybe be useful to implement it similar to This would also work for both |
I don't have the bandwidth to do it currently. PRs are welcome 😉 |
Will make some room for this later today. Feel free to assign this to me if you'd like 😎 |
I just implemented the quick fix for now due to time limitations as well :| |
@Tandashi Can you maybe make a local patch on your repo for now? With https://www.npmjs.com/package/patch-package for example. Thanks for the PR but I won't have my computer for one week, I took some days off. |
See: - Drarig29/brackets-manager.js#180 - Drarig29/brackets-manager.js#181 This is a temporary fix till the official library code has been patched and a new version 1.6.4 has been released.
Currently I am running into the problem that
manager.get.currentRound
returns a round that only hasLocked
orCompleted
matches. This only happens if there areBYE
s involved.Probably similar to: #172
Summary
Version:
1.6.3
Example
The text was updated successfully, but these errors were encountered: