-
Notifications
You must be signed in to change notification settings - Fork 208
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
Warn for remotables not declared Remotable or Far #3504
Conversation
@michaelfig @warner I have two remaining failures: which both seem to be about timeouts. But I suspect it is something else. Could you take a quick look and let me know what else comes to mind? Thanks. |
I don't know what's happening with those failures. I'm tempted to just push the "re-run all jobs" button and see if they go away. And/or if you rebase to current trunk and force-push, or add a commit, that will also trigger a rebuild. |
https://github.com/Agoric/agoric-sdk/pull/3504/checks?check_run_id=3127742280#step:8:280 shows that the ag-solo is waiting on a notifier that never fires.
https://github.com/Agoric/agoric-sdk/pull/3504/checks?check_run_id=3127767756#step:7:1 could be the same thing. Please run that test on your computer with
|
|
All those |
89f7364
to
673bea9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
a110d22
to
ff7c767
Compare
A step towards #3525
Deprecates implicit remotables. Makes more implicit remotables explicit.