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

Fix amalgamation #681

Merged
merged 2 commits into from Dec 31, 2019
Merged

Fix amalgamation #681

merged 2 commits into from Dec 31, 2019

Commits on Dec 31, 2019

  1. fix small decimal with disabled decimal_quantization

    He Chen authored and akx committed Dec 31, 2019
    Copy the full SHA
    8f9b120 View commit details
    Browse the repository at this point in the history
  2. 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 authored and akx committed Dec 31, 2019
    Copy the full SHA
    ffd8452 View commit details
    Browse the repository at this point in the history