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

Return type annotation for Problem and Domain transformers. Fixed requirements type annotation in DomainTransformer. #102

Merged
merged 5 commits into from
Dec 31, 2023

Commits on Dec 17, 2023

  1. Configuration menu
    Copy the full SHA
    e8ecf71 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Update domain.py

    francescofuggitti authored Dec 29, 2023
    Configuration menu
    Copy the full SHA
    acd7aff View commit details
    Browse the repository at this point in the history
  2. Update problem.py

    francescofuggitti authored Dec 29, 2023
    Configuration menu
    Copy the full SHA
    7fc29a5 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

  1. fix: don't overwrite tracebacklimit when parsing

    This commit updates the __call__ method of both DomainParser and ProblemParser classes in such a way that sys.tracebacklimit is not overwritten to 'None' if it has been already set by the caller.
    marcofavorito committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    b3c002d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1829d4e View commit details
    Browse the repository at this point in the history