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

Replace () error types in several functions. #515

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Jul 18, 2019

  1. Replace () error types in several functions.

    This is an initial pass at servo#299.
    
    It does not change `ParseError` to the more idiomatic `Error` name, or
    change `with_default_port`'s return type.
    tmccombs committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    5e1be3f View commit details
    Browse the repository at this point in the history
  2. Fix windows compile errors.

    I'm not sure if the errors are appropriate enough
    tmccombs committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    4147162 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2019

  1. Fixes for windows and errors

    tmccombs committed Jul 20, 2019
    Configuration menu
    Copy the full SHA
    28f5162 View commit details
    Browse the repository at this point in the history