Skip to content

Errors in Bridge Base Basic.txt #13

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

Open
BSalita opened this issue Apr 26, 2023 · 4 comments
Open

Errors in Bridge Base Basic.txt #13

BSalita opened this issue Apr 26, 2023 · 4 comments

Comments

@BSalita
Copy link

BSalita commented Apr 26, 2023

Found errors in Bridge Base Basic.txt. Both consider a bid which has already been made.

1S--2D--2S--,2S,13+ | 3-4 !S | Natural; game forcing
1S--2D--3S--,3S,Control showing cuebid
@stanmaz
Copy link
Owner

stanmaz commented Apr 26, 2023

The algorithm is based on string matching (explicit of Regex). No analysis is performed if the coded bidding sequence makes sense or not. It is intentional because the data record can contain RegEx expressions or script calls or aliases making the strict "a priori" analysis impossible. The program uses what's usable and ignores the rest.

As the combination of the bidding context and the call in your example can not occur, it will be ignored.

BTW bridge laws allow insufficient bids if accepted by the opponents. So the sequence 1S--2D--2S--2S sequence is perfectly legal if the LHO passes or makes a bid. Unfortunately BBO makes insufficient bids impossible.

@BSalita
Copy link
Author

BSalita commented Apr 26, 2023 via email

@stanmaz
Copy link
Owner

stanmaz commented Apr 27, 2023

Where have you found the Basic.txt file ?

@BSalita
Copy link
Author

BSalita commented Apr 27, 2023 via email

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

No branches or pull requests

2 participants