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

Support Arguments with Colons in Their Values #842

Merged
merged 3 commits into from
Dec 2, 2024

Conversation

benyissa
Copy link
Member

@benyissa benyissa commented Dec 2, 2024

Summary

This PR fixes an issue with handling argument values containing colons (:) when constructing arguments. Previously, arguments with colons in their values were not processed correctly, leading to unexpected behavior.

Before Fix:

Before Fix

After Fix:

After Fix

rabsondev
rabsondev previously approved these changes Dec 2, 2024
@3asm
Copy link
Member

3asm commented Dec 2, 2024

@benyissa the crash is weird.

adnaneserrar
adnaneserrar previously approved these changes Dec 2, 2024
Copy link
Member

@oussamaessaji oussamaessaji left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My concern is whether we really need to split the : in the first place.

@benyissa benyissa dismissed stale reviews from adnaneserrar and rabsondev via 536ffc8 December 2, 2024 16:27
Copy link

codecov bot commented Dec 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 62.62%. Comparing base (f71298f) to head (8f6d729).
Report is 5 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #842   +/-   ##
=======================================
  Coverage   62.62%   62.62%           
=======================================
  Files         342      342           
  Lines       14430    14430           
=======================================
  Hits         9037     9037           
  Misses       5393     5393           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@3asm 3asm merged commit b73b604 into main Dec 2, 2024
12 checks passed
@3asm 3asm deleted the fix/support_many_colon_in_agent_args branch December 2, 2024 17:12
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.

6 participants