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

Add ink! linting MVP stage #431

Merged
merged 45 commits into from
Feb 23, 2022
Merged

Add ink! linting MVP stage #431

merged 45 commits into from
Feb 23, 2022

Commits on Feb 17, 2022

  1. Add ink! linting MVP stage

    cmichi committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    82a8d4c View commit details
    Browse the repository at this point in the history
  2. CI: cache cargo installations; update versions

    CI system committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    36c5c99 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. Apply suggestions from code review

    Co-authored-by: Sergejs Kostjucenko <85877331+sergejparity@users.noreply.github.com>
    cmichi and sergejparity committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    203ae16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    565c433 View commit details
    Browse the repository at this point in the history
  3. Update changelog

    cmichi committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    618ea70 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0536795 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e18422 View commit details
    Browse the repository at this point in the history
  6. Make clippy happy

    cmichi committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    5035790 View commit details
    Browse the repository at this point in the history
  7. Make tests happy

    cmichi committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    35107a8 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. Make LICENSE symlink

    cmichi committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    36e85d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fc61c1 View commit details
    Browse the repository at this point in the history
  3. Improve code structure

    cmichi committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    26edca5 View commit details
    Browse the repository at this point in the history
  4. Remove unneeded --workspace

    cmichi committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    26bf192 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    23af5eb View commit details
    Browse the repository at this point in the history
  6. Simplify Option<Vec<_>> to Vec

    cmichi committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    aeb5287 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    44fbfb9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    424a1e9 View commit details
    Browse the repository at this point in the history
  9. Keep calm and return an Err

    cmichi committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    f8f9b8f View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Configuration menu
    Copy the full SHA
    db67998 View commit details
    Browse the repository at this point in the history
  2. Add ink_linting/Cargo.lock

    cmichi committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    2065d20 View commit details
    Browse the repository at this point in the history
  3. Move bool_to_exit_code inline

    cmichi committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    8367c5b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    402a28d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    60287bd View commit details
    Browse the repository at this point in the history
  6. Improve structure of build.rs

    cmichi committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    d0071ee View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    87289ed View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1fc817c View commit details
    Browse the repository at this point in the history
  9. Make clippy happy

    cmichi committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    16d77c6 View commit details
    Browse the repository at this point in the history
  10. Impprove text

    cmichi committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    98d2543 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b1be397 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b599831 View commit details
    Browse the repository at this point in the history
  13. Revert "Fix path separators for Windows CI"

    This reverts commit b599831.
    cmichi committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    892f459 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    03a5fba View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    78db3f5 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7a26bc9 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    cea5ab5 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    14af20e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f60e682 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    29b27a2 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    81bde92 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    68a1562 View commit details
    Browse the repository at this point in the history
  23. Remove DYLINT_DRIVER_PATH

    cmichi committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    d0d209f View commit details
    Browse the repository at this point in the history
  24. Add --lib

    cmichi committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    0ea9417 View commit details
    Browse the repository at this point in the history
  25. Revert "Remove DYLINT_DRIVER_PATH"

    This reverts commit d0d209f.
    cmichi committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    a00c562 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    959eb44 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    d417899 View commit details
    Browse the repository at this point in the history