• Brandon T. Willard's avatar
    Fix inconsistent Feature.on_attach checks · 6847e573
    Brandon T. Willard 提交于
    A few core `Feature` implementations were using `assert`s and generic
    `Exception` instead of `AlreadyThere`, which unnecessarily produces errors
    when already-attached `Feature` requirements are added by `Rewriter`s.
    6847e573
setup.cfg 5.4 KB