Have you broken Constraint Sets in the new 5.1.9 client?
Advanced settings, with my dealer scripts, works fine. However the simpler constraints sets do not.
I can create a Constraint set but no constraints are visible to set.
Page 1 of 1
Constraints broken? Bidding or Teaching table
#2
Posted 2020-January-15, 03:37
Seems to be an issue with (my?) Chrome Version 79.0.3945.117 (Official Build) (64-bit) as Edge works fine. Clearing Chrome's cache and appropriate cookies did not affect the behaviour.
The problem is that the constraints are not visible at the bottom of the Deal Source window.
The problem is that the constraints are not visible at the bottom of the Deal Source window.
#3
Posted 2020-January-15, 08:47
paulg, on 2020-January-15, 03:37, said:
Seems to be an issue with (my?) Chrome Version 79.0.3945.117 (Official Build) (64-bit) as Edge works fine. Clearing Chrome's cache and appropriate cookies did not affect the behaviour.
The problem is that the constraints are not visible at the bottom of the Deal Source window.
The problem is that the constraints are not visible at the bottom of the Deal Source window.
Thanks Paul. That was a recent chrome update breaking something with the deal source constraints. It'll be fixed in the next upgrade (coming in a few days).
#5
Posted 2020-April-19, 07:10
I'm also having trouble with Constraint Sets, in Chrome and Edge. I created this Constraint Set via the interface (intended to generate 1 NT opening bid hands):
((clubs(south) >= 2 && clubs(south) <= 5 && diamonds(south) >= 2 && diamonds(south) <= 5 && hearts(south) >= 2 && hearts(south) <= 5 && spades(south) >= 2 && spades(south) <= 5 && hcp(south) >= 15 && hcp(south) <= 17 ))
When I save and redeal I get an "Error Generating Deal" message.
((clubs(south) >= 2 && clubs(south) <= 5 && diamonds(south) >= 2 && diamonds(south) <= 5 && hearts(south) >= 2 && hearts(south) <= 5 && spades(south) >= 2 && spades(south) <= 5 && hcp(south) >= 15 && hcp(south) <= 17 ))
When I save and redeal I get an "Error Generating Deal" message.
#6
Posted 2020-April-19, 07:44
Uptown3, on 2020-April-19, 07:10, said:
I'm also having trouble with Constraint Sets, in Chrome and Edge. I created this Constraint Set via the interface (intended to generate 1 NT opening bid hands):
((clubs(south) >= 2 && clubs(south) <= 5 && diamonds(south) >= 2 && diamonds(south) <= 5 && hearts(south) >= 2 && hearts(south) <= 5 && spades(south) >= 2 && spades(south) <= 5 && hcp(south) >= 15 && hcp(south) <= 17 ))
When I save and redeal I get an "Error Generating Deal" message.
((clubs(south) >= 2 && clubs(south) <= 5 && diamonds(south) >= 2 && diamonds(south) <= 5 && hearts(south) >= 2 && hearts(south) <= 5 && spades(south) >= 2 && spades(south) <= 5 && hcp(south) >= 15 && hcp(south) <= 17 ))
When I save and redeal I get an "Error Generating Deal" message.
I believe that support for && was deprecated sometime recently (along with ||)
Alderaan delenda est
#7
Posted 2020-April-19, 09:20
Uptown3, on 2020-April-19, 07:10, said:
I'm also having trouble with Constraint Sets, in Chrome and Edge. I created this Constraint Set via the interface (intended to generate 1 NT opening bid hands):
((clubs(south) >= 2 && clubs(south) <= 5 && diamonds(south) >= 2 && diamonds(south) <= 5 && hearts(south) >= 2 && hearts(south) <= 5 && spades(south) >= 2 && spades(south) <= 5 && hcp(south) >= 15 && hcp(south) <= 17 ))
When I save and redeal I get an "Error Generating Deal" message.
((clubs(south) >= 2 && clubs(south) <= 5 && diamonds(south) >= 2 && diamonds(south) <= 5 && hearts(south) >= 2 && hearts(south) <= 5 && spades(south) >= 2 && spades(south) <= 5 && hcp(south) >= 15 && hcp(south) <= 17 ))
When I save and redeal I get an "Error Generating Deal" message.
Replace && with "and"
I'm not sure whether && has been deprecated or it is a bug, not that it really matters.
Page 1 of 1