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

WIP: use compatibility for testing #340

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

dominictarr
Copy link
Contributor

patchbay includes a distribution of ssb-server. It uses a custom selection of modules and versions.
theirfore, it should run those modules tests, so that it's can detect when something breaks.

this uses a tool recently refactored out of ssb-server. I present this as a Work in Progress, because there where a few small problems

  • patchbay runs inside electron, so native modules are built for the electron version which means that they don't run in node... currently i do npm rebuild before running the tests. that's not ideal.
  • also, lots of things depend on ssb-server, which the script that resolved versions originally special-cased for ssb-server... am wondering if the dependency checking script is a little bit pedantic

what are your thoughts @christianbundy ?

@stale
Copy link

stale bot commented Aug 25, 2019

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

@stale stale bot added the stale label Aug 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant