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

DO NOT MERGE fix: uptake at_lookup to verify socket.write exception handling #1457

Draft
wants to merge 1 commit into
base: trunk
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions packages/at_client/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ dependencies:
meta: ^1.8.0
version: ^3.0.2

dependency_overrides:
at_lookup:
git:
url: https://github.com/atsign-foundation/at_libraries.git
path: packages/at_lookup
ref: 716-exception-handling-in-at_lookups-baseconnectionwrite

dev_dependencies:
lints: ^5.0.0
test: ^1.25.8
Expand Down
7 changes: 7 additions & 0 deletions tests/at_end2end_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ dependencies:
at_client:
path: ../../packages/at_client

dependency_overrides:
at_lookup:
git:
url: https://github.com/atsign-foundation/at_libraries.git
path: packages/at_lookup
ref: 716-exception-handling-in-at_lookups-baseconnectionwrite

dev_dependencies:
test: ^1.25.8
lints: ^2.0.0
Expand Down
7 changes: 7 additions & 0 deletions tests/at_functional_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ dependencies:
at_auth: ^2.0.7
at_lookup: ^3.0.49

dependency_overrides:
at_lookup:
git:
url: https://github.com/atsign-foundation/at_libraries.git
path: packages/at_lookup
ref: 716-exception-handling-in-at_lookups-baseconnectionwrite

dev_dependencies:
test: ^1.25.8
lints: ^5.0.0
Expand Down
Loading