Skip to content
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.

Fix nil peer scope issues #104

Merged
merged 4 commits into from
Feb 3, 2022
Merged

Fix nil peer scope issues #104

merged 4 commits into from
Feb 3, 2022

Commits on Feb 2, 2022

  1. always set the peer if the peer scope is null

    Removes the very ugly contract of "if you know the peer you have set it" and makes the
    code robust against upstream bugz.
    vyzo committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    a4e70fe View commit details
    Browse the repository at this point in the history
  2. fix tests

    vyzo committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    4ded4b5 View commit details
    Browse the repository at this point in the history
  3. more robust nil check

    vyzo committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    b19a80d View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. avoid reflection

    vyzo committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    e0dde75 View commit details
    Browse the repository at this point in the history