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(datatype): unintentional hex breaking change #1306

Merged
merged 7 commits into from Aug 28, 2022

Conversation

import-brain
Copy link
Member

@import-brain import-brain commented Aug 26, 2022

This PR resolves a BREAKING CHANGE introduced in #1238.

@import-brain import-brain added c: bug Something isn't working s: accepted Accepted feature / Confirmed bug m: datatype Something is referring to the datatype module labels Aug 26, 2022
@import-brain import-brain added this to the v7 - Current Major milestone Aug 26, 2022
@import-brain import-brain requested review from xDivisionByZerox and a team August 26, 2022 22:53
@import-brain import-brain requested a review from a team as a code owner August 26, 2022 22:53
@import-brain import-brain self-assigned this Aug 26, 2022
@codecov
Copy link

codecov bot commented Aug 26, 2022

Codecov Report

Merging #1306 (3a69ce9) into main (f78843e) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #1306      +/-   ##
==========================================
- Coverage   99.62%   99.62%   -0.01%     
==========================================
  Files        2160     2160              
  Lines      240440   240454      +14     
  Branches     1008     1006       -2     
==========================================
+ Hits       239546   239550       +4     
- Misses        873      883      +10     
  Partials       21       21              
Impacted Files Coverage Δ
src/modules/finance/index.ts 100.00% <ø> (ø)
src/modules/color/index.ts 99.71% <100.00%> (+<0.01%) ⬆️
src/modules/database/index.ts 100.00% <100.00%> (ø)
src/modules/datatype/index.ts 96.03% <100.00%> (ø)
src/modules/git/index.ts 100.00% <100.00%> (ø)
src/modules/internet/user-agent.ts 81.74% <0.00%> (-2.65%) ⬇️

import-brain and others added 2 commits August 26, 2022 19:05
Co-authored-by: Leyla Jähnig <leyla.jaehnig@gmx.de>
@xDivisionByZerox xDivisionByZerox added the p: 2-high Fix main branch label Aug 27, 2022
@xDivisionByZerox xDivisionByZerox requested a review from a team August 27, 2022 08:38
src/modules/git/index.ts Outdated Show resolved Hide resolved
@import-brain
Copy link
Member Author

@xDivisionByZerox Thank you for the refactoring help, I missed those instances of string manipulation.

@Shinigami92 Shinigami92 merged commit 379ba79 into main Aug 28, 2022
@Shinigami92 Shinigami92 deleted the fix/hexadecimal_break branch August 28, 2022 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: bug Something isn't working m: datatype Something is referring to the datatype module p: 2-high Fix main branch s: accepted Accepted feature / Confirmed bug
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants