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

2164 cancel button python gui #2165

Draft
wants to merge 68 commits into
base: master
Choose a base branch
from
Draft

Conversation

JoKurth
Copy link
Collaborator

@JoKurth JoKurth commented Aug 14, 2024

No description provided.

b-gehrke and others added 29 commits July 25, 2023 09:43
Previously relied on false assumption that obligations must be in the input sentences.
This reverts commit 6de1816.
@JoKurth
Copy link
Collaborator Author

JoKurth commented Aug 14, 2024

This branch is based on #2162 .

current status:
Conceptually, everything should work. But there is a bug that needs to be fixed:
When starting a proof the following error occurs and the program crashes.

[2024-08-14 19:29:22.083] [ WARNING ] [hetsgui.windows.ProveWindow] Proving at node ToProve failed for goal this_is_incorrect: Traceback (most recent call last):
  File "/usr/local/lib/python3.10/dist-packages/hetsgui/windows/ProveWindow.py", line 162, in prove_goal
    self.node.prove(prover, comorphism, include_theorems, [g], axioms, timeout)
  File "/usr/local/lib/python3.10/dist-packages/hets/DevGraphNode.py", line 91, in prove
    threadId = apnR[0]
  File "/usr/local/lib/python3.10/dist-packages/hyphen/marshall_ctor.py", line 341, in tuple_getitem
    return self._components[idx]
AttributeError: '(,)' object has no attribute '_components'

Additionally, when opening a file to prove the following warning is printed multiple times:

(hets:7): dconf-WARNING **: 19:29:05.866: failed to commit changes to dconf: Failed to execute child process “dbus-launch” (No such file or directory)

This is especially interesting as I did not change any code that should be involved in the choosing process.

Functionality for aborting conservativity check or consistency check is not implemented.

@b-gehrke Maybe you can take a look at it.

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.

5 participants