Skip to content

Commit

Permalink
Construct rule_graph recursively (#5955)
Browse files Browse the repository at this point in the history
### Problem

The `RuleGraph` is currently constructed iteratively, but can be more-easily constructed recursively.

### Solution

Switch to constructing the `RuleGraph` recursively, and unify a few disparate diagnostic messages.

### Result

Helps to prepare for further refactoring in #5788.
  • Loading branch information
Stu Hood authored Jun 14, 2018
1 parent 4013a7e commit 3082cd6
Show file tree
Hide file tree
Showing 2 changed files with 156 additions and 392 deletions.
Loading

0 comments on commit 3082cd6

Please sign in to comment.