Skip to content

Commit

Permalink
Parse settings.json using configy
Browse files Browse the repository at this point in the history
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
Geod24 committed Jul 28, 2022
1 parent c843dcc commit 21ae75f
Showing 1 changed file with 211 additions and 194 deletions.
Loading

0 comments on commit 21ae75f

Please sign in to comment.