Skip to content

can't compile two modules different by case sensitivity only #838

@djay

Description

@djay

I'm working with a system that has both DateTime and datetime modules. Python handles this on case insenstive OS like OSX by emulating case sensitivity in its import. Pyjs doesn't do this so it ends up compiling both to a single file and the app then timesout waiting for a module that never gets loaded.
I can't think of a good way to fix this other than to append a hash of the case sensitive name to the end of each compiled js file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions