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

path: reduce type checking on some methods #1216

Closed
wants to merge 1 commit into from
Closed

path: reduce type checking on some methods #1216

wants to merge 1 commit into from

Commits on Mar 20, 2015

  1. path: reduce type checking on some methods

    a465840 added strict type
    checking for the methods in the path module. However, dirname(),
    basename(), and extname() actually had some undocumented uses
    in the wild. This commit loosens the type checking on those
    methods.
    cjihrig committed Mar 20, 2015
    Configuration menu
    Copy the full SHA
    b4795ff View commit details
    Browse the repository at this point in the history