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

Support EmPy 4.x configuration API #665

Merged
merged 1 commit into from
Sep 20, 2024
Merged

Support EmPy 4.x configuration API #665

merged 1 commit into from
Sep 20, 2024

Commits on Sep 9, 2024

  1. Support EmPy 4.x configuration API

    There isn't a clean way to configure EmPy the way we need to which is
    compatible with both EmPy 3.x and 4.x. Unfortunately, this means that
    we'll need to have separate code paths.
    
    Additionally, EmPy 4.x doesn't take the `name` argument to
    Interpreter.string(). From what I can tell, it wasn't used for anything
    interesting anyway. In particular, exception traces still contain
    `<string>` instead of the file name.
    cottsay committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    4c88c48 View commit details
    Browse the repository at this point in the history