Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor CrystalPath::Error #9359

Merged

Commits on May 26, 2020

  1. Add CrystalPath::NotFoundError

    Introduces a dedicated error type for path lookup fails which contains
    information about the path being looked up.
    This separates creating the actual compiler error which then happens
    in SemanticVisitor#visit(Require).
    straight-shoota committed May 26, 2020
    Configuration menu
    Copy the full SHA
    e9e9849 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

  1. Fix typos

    Thanks @Sija
    
    Co-authored-by: Sijawusz Pur Rahnama <sija@sija.pl>
    straight-shoota and Sija committed May 27, 2020
    Configuration menu
    Copy the full SHA
    df90661 View commit details
    Browse the repository at this point in the history