Skip to content
  • Brad King's avatar
    Warn on set(PARENT_SCOPE) at top scope · 59f6f383
    Brad King authored
    Previously we silently ignored such calls and set nothing.  The commit
    "Initialize directory scope with closure of parent" inroduced a bad test
    for the top scope.  This commit fixes the test to avoid dereferencing a
    null pointer, and adds a warning when the case is encountered.
    59f6f383