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

Fix some internal dependencies #1543

Closed
wants to merge 1 commit into from

Conversation

kristapsk
Copy link
Member

  • txtorcon is used by jmbase too, not only jmdaemon
  • fidelity_bond_sanity_check() is used by jmclient, which should not depend on jmdaemon

Fixes #1540.

Fixes #1541.

* txtorcon is used by jmbase too, not only jmdaemon
* fidelity_bond_sanity_check() is used by jmclient, which should not
  depend on jmdaemon
@kristapsk kristapsk added the dependencies Pull requests that update a dependency file label Aug 30, 2023
@AdamISZ
Copy link
Member

AdamISZ commented Sep 1, 2023

This clearly works, but as per my comment, I don't think we really need this as a separate module (especially in jmbase). Just remove the call in jmclient and check the length, imo.

@kristapsk
Copy link
Member Author

Closing in favour of #1549.

@kristapsk kristapsk closed this Sep 15, 2023
@kristapsk kristapsk deleted the fix-internal-deps branch September 15, 2023 19:26
kristapsk added a commit that referenced this pull request Sep 15, 2023
47bc77f Fix some internal dependencies (Kristaps Kaupe)

Pull request description:

  Alternative to #1543 (see [this comment](#1541 (comment))).

  * `txtorcon` is used by `jmbase` too, not only `jmdaemon`;
  * get rid of `jmdaemon` dependency in `jmclient`.

  Fixes #1540.

  Fixes #1541.

ACKs for top commit:
  AdamISZ:
    utACK 47bc77f

Tree-SHA512: f0c60172d286d5b8baeb46288291d3a7ade1a7ed4d7945cd4f11a7ed04aa118a665dee0c6da0ee346b6a8c5270d2616ad3a31bb37dcbcf027b0d844566793bcc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
2 participants