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

Signal traits #490

Merged
merged 37 commits into from
Feb 18, 2023
Merged

Signal traits #490

merged 37 commits into from
Feb 18, 2023

Commits on Feb 7, 2023

  1. fixed rustdoc warnings

    jquesada2016 committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    89610c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ab440b View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Configuration menu
    Copy the full SHA
    bbea9be View commit details
    Browse the repository at this point in the history
  2. reverted update to original behavior, deprecated update_teturning

    …, and improved DX for warnings/panicks
    jquesada2016 committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    822d1d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ee0180 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    302ef98 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    524ecd7 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Configuration menu
    Copy the full SHA
    3b10b57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bc9ceb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45e5d86 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    53818b0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bbb68da View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d906381 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c2a33dd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dba1e5b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    faf76d9 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

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

Commits on Feb 13, 2023

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

Commits on Feb 16, 2023

  1. Configuration menu
    Copy the full SHA
    ecab99f View commit details
    Browse the repository at this point in the history
  2. added try_get_untracked

    jquesada2016 committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    1c18f13 View commit details
    Browse the repository at this point in the history
  3. fixed a todo!()

    jquesada2016 committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    e64c81d View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. Configuration menu
    Copy the full SHA
    fb410e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16dc4b9 View commit details
    Browse the repository at this point in the history
  3. Fix cargo fmt -- my bad

    gbj committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    164a202 View commit details
    Browse the repository at this point in the history
  4. typo

    gbj committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    5e85fd3 View commit details
    Browse the repository at this point in the history
  5. warnings

    gbj committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    14b86a0 View commit details
    Browse the repository at this point in the history
  6. Hiding closing }) in docs

    gbj committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    de39c83 View commit details
    Browse the repository at this point in the history
  7. Fix up tests

    gbj committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    4be610f View commit details
    Browse the repository at this point in the history
  8. add panics to docs

    gbj committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    b15b07a View commit details
    Browse the repository at this point in the history
  9. random docs fixes

    gbj committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    bf45c6c View commit details
    Browse the repository at this point in the history
  10. Update docs with panics etc.

    gbj committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    84fc5c2 View commit details
    Browse the repository at this point in the history
  11. Updated StoredValue docs

    gbj committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    5baee82 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8a9dc21 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2023

  1. Updated docs in a couple places

    gbj committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    7cd2340 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58a9f2c View commit details
    Browse the repository at this point in the history
  3. Document stream trait

    gbj committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    d967065 View commit details
    Browse the repository at this point in the history
  4. cargo fmt

    gbj committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    8313a4d View commit details
    Browse the repository at this point in the history