Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This will provide superior error messages to the user, and match what we already do for `dub.selections.json`. It also allows us to remove many fields from the `Dub` class. Those fields existed so that we would not have to re-compute the data from the JSON DubConfig was storing. Now that we use a simple struct, and do the aggregation eagerly, all of that complexity can go.
- Loading branch information