Skip to content

Commit

Permalink
loading: simplifications of code logic (#29807)
Browse files Browse the repository at this point in the history
Attempt a simplification of the module-search logic.
Previously, it was mostly using a sort of 3VL (UUID found,
UUID not-found, environment not-found). However, it turns
out that it can also be handled via nullable (e.g. is the Pkg
identified or not), which also maps more easily into a dict-like
view of things (is the Pkg identified in this set or not).
  • Loading branch information
vtjnash authored Apr 3, 2019
1 parent e49a7c7 commit f31b6e5
Show file tree
Hide file tree
Showing 3 changed files with 211 additions and 161 deletions.
Loading

0 comments on commit f31b6e5

Please sign in to comment.