-
Notifications
You must be signed in to change notification settings - Fork 36
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
Show something on unconnected ports #24
Comments
Marked as a UI bug, but this will require some adjustments in the logic, i.e. return a map from port description to proposition. When this is done, it might make sense to return only the status of each connection, as the label for the connection can be fetched from map just mentioned. |
The port to prop map is something that is also needed for the rule export, see 315f8f8, |
Nice. Although I would expect type |
Do they? They have their proposition written on them anyways, so if nothing is connected, there is no extra information to display on their ports, right? |
Yes, but the fact that the proposition written on them is, in a way, a deviation from the usual. If I knew what else I could put on there, I’d rather do that :-) |
Maybe "START" and "GOAL"? But I'd also prefer to directly see the propositions written on them. It's like these blocks are good for providing these propositions, and the other blocks are good for providing some "adaptors" or something. So I don't see a real deviation there. |
to return a more polished and selfcontained description of the proof, with renaming and scopes taken care of. This simplifies later stages (look, no "task" any more), and also prepares for #24. I removed one of the test cases; the test suite looks a bit too messy anyway right now. At least I could not make quick sense of what belongs to what :-). We should rely more on the tests based on the examples directory, that is easier to maintain.
we now return a map from PortSpec to Proposition (more preparation for bug #24) and a simple enumeration type for the status of each connection. This patch is incomplete, as there is no nice way to represent the map from PortSpec in JSON. So I’ll first refacort PortSpec into a simple product type, and then work on this can continue.
Also wanted by one of the ITP reviewers. |
I.e. the proposition that would be there if one had a connection with nothing else there.
Could use the same display style as for the prototypes.
The text was updated successfully, but these errors were encountered: