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

refactor: rework error handling #878

Merged
merged 62 commits into from
Jan 8, 2025
Merged

Conversation

crowlKats
Copy link
Member

@crowlKats crowlKats commented Aug 21, 2024

Closes #810

@crowlKats crowlKats marked this pull request as ready for review August 26, 2024 12:29
# Conflicts:
#	core/modules/map.rs
# Conflicts:
#	core/extension_set.rs
#	core/ops.rs
#	core/runtime/jsruntime.rs
# Conflicts:
#	Cargo.toml
# Conflicts:
#	Cargo.toml
#	core/Cargo.toml
#	core/extension_set.rs
#	core/lib.rs
#	core/modules/map.rs
#	core/ops.rs
#	core/runtime/bindings.rs
#	core/runtime/jsruntime.rs
#	testing/checkin/runner/ts_module_loader.rs
# Conflicts:
#	Cargo.lock
#	Cargo.toml
#	core/modules/map.rs
# Conflicts:
#	core/runtime/bindings.rs
#	core/runtime/jsruntime.rs
#	core/runtime/snapshot.rs
#	dcore/src/main.rs
#	testing/checkin/runner/ops.rs
# Conflicts:
#	core/error.rs
#	core/error_codes.rs
#	core/extension_set.rs
#	core/lib.rs
#	core/modules/loaders.rs
#	core/modules/recursive_load.rs
#	core/ops_builtin_v8.rs
#	core/resources.rs
#	core/runtime/bindings.rs
#	core/runtime/ops.rs
#	core/runtime/tests/error.rs
#	core/runtime/tests/jsrealm.rs
#	core/runtime/tests/misc.rs
#	core/runtime/tests/mod.rs
#	core/runtime/tests/snapshot.rs
#	ops/op2/test_cases/sync/bool_result.out
#	ops/op2/test_cases/sync/result_external.out
#	ops/op2/test_cases/sync/result_primitive.out
#	ops/op2/test_cases/sync/result_scope.out
#	testing/checkin/runner/ops_error.rs
#	testing/checkin/runner/ops_io.rs
#	testing/checkin/runner/ops_worker.rs
#	testing/unit/error_test.ts
@nathanwhit nathanwhit self-requested a review January 7, 2025 21:21
# Conflicts:
#	core/lib.rs
#	ops/op2/dispatch_slow.rs
Copy link
Member

@nathanwhit nathanwhit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Just a handful of small comments that don't necessarily need to be addressed in this PR

Cargo.lock Show resolved Hide resolved
core/benches/snapshot/snapshot.rs Show resolved Hide resolved
core/runtime/op_driver/op_results.rs Outdated Show resolved Hide resolved
ops/op2/signature.rs Outdated Show resolved Hide resolved
core/error.rs Show resolved Hide resolved
core/error.rs Outdated Show resolved Hide resolved
@crowlKats crowlKats merged commit 22939ed into denoland:main Jan 8, 2025
18 checks passed
@crowlKats crowlKats deleted the error-rework branch January 8, 2025 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove usages of anyhow::Error in library code
3 participants