Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #18 +/- ##
=====================================
Coverage 3.70% 3.70%
=====================================
Files 4 4
Lines 135 135
=====================================
Hits 5 5
Misses 130 130
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
On the other hand, the Julia exception types all use |
|
I'm referring to https://github.com/julia-vscode/JSONRPC.jl/blob/master/src/typed.jl#L71 rather than the within-julia error throwing. The receiver of that error message will expect to get a "message" entry won't they? |
|
The code you link to is a bug, #16 is meant to fix that. We should probably merge that first before we make further changes. |
|
Do you think we should still do this, or is the current |
|
It's mildly confusing, may as well change it |
davidanthoff
left a comment
There was a problem hiding this comment.
Cool, sounds good.
I think it also need to be changed at https://github.com/julia-vscode/JSONRPC.jl/blob/master/src/typed.jl#L67.
I don't think any of the downstream packages need an update.
|
@ZacLN Bump, I think you need to make one more change and then we can merge this. |
msgwas inconsistent with the JSONRPC spec and usage within the package (catch block ofdispatch_msg).Not clear if this requires downstream changes/version bump?