Merge branch 'main' into verify-existing-optimizations-refactor

This commit is contained in:
Kevin Turcios 2025-01-07 01:58:09 -05:00 committed by GitHub
commit 13e6dcb7f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 10 deletions

View file

@ -3,7 +3,7 @@ Business Source License 1.1
Parameters
Licensor: CodeFlash Inc.
Licensed Work: Codeflash Client version 0.8.x
Licensed Work: Codeflash Client version 0.9.x
The Licensed Work is (c) 2024 CodeFlash Inc.
Additional Use Grant: None. Production use of the Licensed Work is only permitted
@ -13,7 +13,7 @@ Additional Use Grant: None. Production use of the Licensed Work is only permitte
Platform. Please visit codeflash.ai for further
information.
Change Date: 2028-12-03
Change Date: 2029-01-06
Change License: MIT

View file

@ -73,10 +73,6 @@ def generate_concolic_tests(
ph("cli-optimize-concolic-tests", {"num_tests": num_discovered_concolic_tests})
else:
(
logger.warning(
"Error running CrossHair Cover" f"{': ' + cover_result.stderr if cover_result.stderr else '.'}"
)
)
logger.debug(f"Error running CrossHair Cover {': ' + cover_result.stderr if cover_result.stderr else '.'}")
console.rule()
return function_to_concolic_tests, concolic_test_suite_code

View file

@ -1,3 +1,3 @@
# These version placeholders will be replaced by poetry-dynamic-versioning during `poetry build`.
__version__ = "0.8.4"
__version_tuple__ = (0, 8, 4)
__version__ = "0.9.0"
__version_tuple__ = (0, 9, 0)

View file

@ -7,7 +7,7 @@ license = "BSL-1.1"
authors = ["CodeFlash Inc. <contact@codeflash.ai>"]
homepage = "https://codeflash.ai"
readme = "README.md"
packages = [{ include = "codeflash" }]
packages = [{ include = "codeflash", format = ["sdist"] }]
keywords = [
"codeflash",
"performance",