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: Remove panics from document #881

Merged
merged 1 commit into from
Oct 7, 2022
Merged

Conversation

AndrewSisley
Copy link
Contributor

Relevant issue(s)

Resolves #615

Description

Removes panics from document. Got pushed out of 0.3.1 due to func signature change. I am assuming that there is no std-lib compatibility-type interface with func String() string that we want to implement here that will now break.

Specify the platform(s) on which this was tested:

  • Debian Linux

@AndrewSisley AndrewSisley added bug Something isn't working action/no-benchmark Skips the action that runs the benchmark. labels Oct 7, 2022
@AndrewSisley AndrewSisley added this to the DefraDB v0.4 milestone Oct 7, 2022
@AndrewSisley AndrewSisley requested a review from a team October 7, 2022 17:46
@AndrewSisley AndrewSisley self-assigned this Oct 7, 2022
@codecov
Copy link

codecov bot commented Oct 7, 2022

Codecov Report

Merging #881 (134852e) into develop (398fe03) will decrease coverage by 0.01%.
The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #881      +/-   ##
===========================================
- Coverage    59.84%   59.82%   -0.02%     
===========================================
  Files          157      157              
  Lines        17443    17445       +2     
===========================================
- Hits         10439    10437       -2     
- Misses        6067     6070       +3     
- Partials       937      938       +1     
Impacted Files Coverage Δ
client/document.go 64.25% <0.00%> (-0.47%) ⬇️
events/simple.go 83.82% <0.00%> (-2.95%) ⬇️

@AndrewSisley AndrewSisley merged commit 3ef8b15 into develop Oct 7, 2022
@AndrewSisley AndrewSisley deleted the sisley/fix/I615-doc-panics branch October 7, 2022 18:06
shahzadlone pushed a commit to shahzadlone/defradb that referenced this pull request Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action/no-benchmark Skips the action that runs the benchmark. bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Panic reduction
2 participants