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

Hardcode "ignore" method #678

Closed
wants to merge 1 commit into from
Closed

Hardcode "ignore" method #678

wants to merge 1 commit into from

Commits on Dec 3, 2019

  1. Hardcode "ignore" method

    The "ignore" method used to force the opening of the file. Some editors (emacs) create symbolic links to use as synchronization locks. Those links have an extension that matches the opened file, but the links themselves do not point to an existing file, thus causing Babel to attempt to open a file that does not exist.
    
    This fix skips opening of a file altogether when using the method "ignore" in the mapping file.
    sebleblanc committed Dec 3, 2019
    Copy the full SHA
    225eb21 View commit details
    Browse the repository at this point in the history