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 warnings #213

Merged
merged 4 commits into from
May 26, 2023
Merged

Fix warnings #213

merged 4 commits into from
May 26, 2023

Commits on May 26, 2023

  1. Fix DeprecationWarning

    Flags not at the start of the expression '\\n$|(?m)^ *;+ ?'
    gilch committed May 26, 2023
    Configuration menu
    Copy the full SHA
    a499339 View commit details
    Browse the repository at this point in the history
  2. Fix RuntimeWarning

     'hissp.repl' found in sys.modules after import of package
     'hissp', but prior to execution of 'hissp.repl'; this may result in
     'unpredictable behaviour
    
    Remove direct repl entry point. It is no longer required.
    
    Use hissp's __main__.py instead.
    gilch committed May 26, 2023
    Configuration menu
    Copy the full SHA
    b16f02b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c29cc9 View commit details
    Browse the repository at this point in the history
  4. Set PYTHONWARNINGS to error

    gilch committed May 26, 2023
    Configuration menu
    Copy the full SHA
    f55da8d View commit details
    Browse the repository at this point in the history