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

Fix Inner bug: TypeError: __init__() got an unexpected keyword argument 'escape_forward_slashes' #2740 #2772

Merged
merged 5 commits into from
Jul 5, 2023

Conversation

chidoben
Copy link
Contributor

@chidoben chidoben commented Jul 5, 2023

No description provided.

chidoben and others added 3 commits July 5, 2023 13:52
…tor.py:86 as this argument is specific to ujson and isn't supported by the python standard library json.dumps
…dumpsas opposed to adding it to the code in places where it's being called. This is because this argument is only needed by ujson and not by the python standard library implementation of json.dumps
@chidoben chidoben requested a review from a team as a code owner July 5, 2023 12:08
@chidoben chidoben requested a review from a team as a code owner July 5, 2023 12:12
@codecov
Copy link

codecov bot commented Jul 5, 2023

Codecov Report

Patch coverage: 100.000% and project coverage change: +0.059 🎉

Comparison is base (f48506d) 88.887% compared to head (c6642f8) 88.946%.

Additional details and impacted files
@@              Coverage Diff              @@
##              main     #2772       +/-   ##
=============================================
+ Coverage   88.887%   88.946%   +0.059%     
=============================================
  Files           92        92               
  Lines         6956      6957        +1     
  Branches      1185      1185               
=============================================
+ Hits          6183      6188        +5     
+ Misses         529       527        -2     
+ Partials       244       242        -2     
Impacted Files Coverage Δ
sanic/response/types.py 84.916% <100.000%> (+0.084%) ⬆️
sanic/worker/inspector.py 94.117% <100.000%> (ø)

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@ahopkins ahopkins merged commit 70da5e9 into sanic-org:main Jul 5, 2023
moshe742 pushed a commit to moshe742/sanic that referenced this pull request Jul 8, 2023
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.

2 participants