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

Linter: Warn about using non-fallible APIs for Lazy and Mapping #2045

Merged
merged 14 commits into from
Jan 10, 2024

Commits on Jan 1, 2024

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

Commits on Jan 3, 2024

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

Commits on Jan 4, 2024

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

Commits on Jan 5, 2024

  1. feat: Recursive checks if nested types have statically known encoded …

    …size
    
    Improve the heuristcs to check if nested types in ADTs, tuples and
    arrays have statically encoded types, and therefore should not be
    reported.
    
    This removes false positives on the default ink types like `AccountId`
    (alias to `[u8; 32]`).
    jubnzv committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    7cf6603 View commit details
    Browse the repository at this point in the history
  2. chore: Update CHANGELOG

    jubnzv committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    812527b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b5c819 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e82c0cf View commit details
    Browse the repository at this point in the history
  5. fix: Lint suppressions

    jubnzv committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    6169d30 View commit details
    Browse the repository at this point in the history
  6. chore: Add new stderr

    jubnzv committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    3dda9a6 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. chore: cleanup

    jubnzv committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    b29cf27 View commit details
    Browse the repository at this point in the history
  2. chore(doc): Update examples

    jubnzv committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    75921a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08dc634 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    47fdca7 View commit details
    Browse the repository at this point in the history
  2. trigger GitHub actions

    jubnzv committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    2abfbd4 View commit details
    Browse the repository at this point in the history