-
Notifications
You must be signed in to change notification settings - Fork 69
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
feat(match2): Support the use of playall instead of bestof #5148
Open
fregerson
wants to merge
17
commits into
Liquipedia:main
Choose a base branch
from
fregerson:playall_match
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 13 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
04d20e2
Update transfer_references.lua
fregerson 5db87e8
Merge branch 'Liquipedia:main' into main
fregerson ac1f82e
Update transfer_references.lua
fregerson 707fce6
Merge pull request #1 from fregerson/transfers-update
fregerson 2aacc66
Merge branch 'Liquipedia:main' into main
fregerson 66d47de
Add support for playall instead of bestof
fregerson 9ee04b1
Update transfer_references.lua
fregerson 59e5775
Update transfer_references.lua
fregerson 3f0e926
Add support for playall instead of bestof
fregerson 26b778b
Merge branch 'playall_match' of https://github.com/fregerson/Lua-Modu…
fregerson d6f542b
Cleanup
fregerson e96917a
Simple formatting fixes
fregerson 336f9b5
Refactoring of playall references
fregerson 7d186f4
Removed extra bestof line
fregerson 6124f3a
And end of file \n
fregerson 8b5e784
Match.playall as a Boolean
fregerson ca52779
Use bestoff to determine playall
fregerson File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Wouldn't this do it?
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.
Hmm you are right in this case then, shouldn't we just refactor
playall
to be a true/false variable, since the number of games forbestof
is calculated by number of maps that are in the input?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.
not the case on all wikis fwiw
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.
Hmm I mean like the use of PlayAll is currently only calculated if PlayAll is non-zero? And thus far this has no representation, for example, in making Ticker use
{{Abbr/PaX}}
instead of{{Abbr/BoX}}
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 like the true/false version personally
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.
Tried it that way instead in the below commit
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.
Ah wait a second, breaks when no maps are provided :/