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 specification.config_specification on empty spec #2107

Merged
merged 2 commits into from
Feb 21, 2025

Conversation

PProfizi
Copy link
Contributor

@PProfizi PProfizi commented Feb 21, 2025

This used to throw an "invalid type" CLayer error for an empty Specification when InProcess. Now it returns an empty ConfigSpecification.

…rns an empty ConfigSpecification instead of throwing.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@PProfizi PProfizi added the bug Something isn't working label Feb 21, 2025
@PProfizi PProfizi added this to the 0.13.5 milestone Feb 21, 2025
@PProfizi PProfizi self-assigned this Feb 21, 2025
Copy link

codecov bot commented Feb 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.48%. Comparing base (640780c) to head (bd01ac1).
Report is 7 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2107      +/-   ##
==========================================
+ Coverage   86.22%   86.48%   +0.25%     
==========================================
  Files          90       90              
  Lines       10274    10275       +1     
==========================================
+ Hits         8859     8886      +27     
+ Misses       1415     1389      -26     

@PProfizi PProfizi merged commit 05c565c into master Feb 21, 2025
46 checks passed
@PProfizi PProfizi deleted the fix/specification.config_specification_on_empty_spec branch February 21, 2025 12:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants