-
Notifications
You must be signed in to change notification settings - Fork 372
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Set default_channels at config level * Resolve default multi channel at the config level * Fix Yaml source printers * Resolve local multi channel at the config level * Remove ChannelContext::make_simple_channel * Remove Channel::name usage * Factorize split_once functions * Try looking for name match in URL path * Refactor ending_splits_in * Code improvement * Replace get_common_parts with concat_dedup * Remove Channel::name * Remove Channel::location * Use URL for priority in channel loader * Make Channel value-based * Add range hashing * Add Channel comparison and hash * Make channel map/list return by value * Resolve 1 * Resolve 2 * Resolve 3 * Remove unknown channels * Hide get_known_platforms * Add unknown ChannelSpec * Remove unused function * Rename Channel::canonical_name > display_name * Remove Channel friend class * Add Channel::resolve * Remove ChannelContext::from_value
- Loading branch information
1 parent
ddea95e
commit cd744e7
Showing
26 changed files
with
839 additions
and
672 deletions.
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
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
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
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
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
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.