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

Rename structs in read::line #359

Merged
merged 6 commits into from
Jan 15, 2019
Merged

Rename structs in read::line #359

merged 6 commits into from
Jan 15, 2019

Commits on Jan 15, 2019

  1. rustfmt

    philipc committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    23ba058 View commit details
    Browse the repository at this point in the history
  2. Rename LineNumber* to Line*

    philipc committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    03a27e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3861062 View commit details
    Browse the repository at this point in the history
  4. Merge StateMachineRegisters into LineRow

    The separation made things more complicated with no benefit.
    philipc committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    1721772 View commit details
    Browse the repository at this point in the history
  5. Delete LineRows::run_to_address()

    This function is flawed because a line row can cover more than just
    the address it starts at.
    philipc committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    d469b1f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e5bdaef View commit details
    Browse the repository at this point in the history