Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion chc/app/CHVersion.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
chcversion: str = "0.2.0-2025-12-06"
chcversion: str = "0.2.0-2026-02-02"
4 changes: 2 additions & 2 deletions chc/cmdline/AnalysisManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
# Copyright (c) 2017-2020 Kestrel Technology LLC
# Copyright (c) 2020-2022 Henny Sipma
# Copyright (c) 2023-2024 Aarno Labs LLC
# Copyright (c) 2023-2026 Aarno Labs LLC
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -350,7 +350,7 @@ def generate_and_check_file(
stdout=open(os.devnull, "w"),
stderr=subprocess.STDOUT,
)
print("\nResult: " + str(result))
print_status("\nGenerate-and-check: result: " + str(result))
if result != 0:
chklogger.logger.error(
"Error in generating invariants for %s", cfilename)
Expand Down