Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Fixed binding issues with slices #118

Merged
merged 2 commits into from
Mar 4, 2022
Merged

Conversation

pmahindrakar-oss
Copy link
Contributor

@pmahindrakar-oss pmahindrakar-oss commented Mar 4, 2022

Signed-off-by: Prafulla Mahindrakar [email protected]

TL;DR

Tested this using the ENV flag flytectl PR flyteorg/flytectl#273 which is currently failing due to this bug

Type

  • Bug Fix
  • Feature
  • Plugin

Are all requirements met?

  • Code completed
  • Smoke tested
  • Unit tests added
  • Code documentation added
  • Any pending items have an associated Issue

Complete description

How did you fix the bug, make the feature etc. Link to any design docs etc

Tracking Issue

fixes flyteorg/flyte#2119

Follow-up issue

NA

Signed-off-by: Prafulla Mahindrakar <[email protected]>
Signed-off-by: Prafulla Mahindrakar <[email protected]>
@codecov
Copy link

codecov bot commented Mar 4, 2022

Codecov Report

Merging #118 (88a70a3) into master (30f45d3) will increase coverage by 0.13%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #118      +/-   ##
==========================================
+ Coverage   68.00%   68.14%   +0.13%     
==========================================
  Files          65       66       +1     
  Lines        3216     3252      +36     
==========================================
+ Hits         2187     2216      +29     
- Misses        863      867       +4     
- Partials      166      169       +3     
Flag Coverage Δ
unittests 66.74% <100.00%> (+0.12%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
cli/pflags/api/generator.go 71.30% <100.00%> (-0.68%) ⬇️
promutils/labeled/summary.go 80.00% <0.00%> (ø)
promutils/scope.go 88.28% <0.00%> (+0.43%) ⬆️
promutils/labeled/stopwatch.go 67.56% <0.00%> (+0.90%) ⬆️
promutils/labeled/gauge.go 48.21% <0.00%> (+0.94%) ⬆️
promutils/labeled/counter.go 42.85% <0.00%> (+2.11%) ⬆️
bitarray/bitset.go 67.74% <0.00%> (+3.45%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 30f45d3...88a70a3. Read the comment docs.

@pmahindrakar-oss pmahindrakar-oss requested a review from yindia March 4, 2022 09:45
@pmahindrakar-oss pmahindrakar-oss merged commit 8aba39c into master Mar 4, 2022
@welcome
Copy link

welcome bot commented Mar 4, 2022

Congrats on merging your first pull request! 🎉

@pmahindrakar-oss pmahindrakar-oss deleted the pmahindrakar/2119 branch March 4, 2022 11:44
eapolinario pushed a commit that referenced this pull request Sep 6, 2023
* Fixed binding issues with slices

Signed-off-by: Prafulla Mahindrakar <[email protected]>

* Removed unnecessary changes

Signed-off-by: Prafulla Mahindrakar <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Flytestdlib pflags doesn't bind to passed in default string slice
2 participants