-
Notifications
You must be signed in to change notification settings - Fork 8
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
Comments
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. |
Is either sequence a typo which should be corrected? Otherwise it can be safely be ignored?
On Wednesday, April 26, 2023 at 04:56:00 AM EDT, stanmaz ***@***.***> wrote:
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.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Where have you found the Basic.txt file ? |
The file path is "Systems/Bridge Base Basic.txt". I also worked with "BBO-Advanced.txt" and found the same kind of errors and, additionally, duplicate lines. The issue with duplicate lines, besides duplication, is they have different descriptions thus creating potential "failure to alert" conditions.
On Thursday, April 27, 2023 at 03:45:13 AM EDT, stanmaz ***@***.***> wrote:
Where have you found the Basic.txt file ?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Found errors in Bridge Base Basic.txt. Both consider a bid which has already been made.
The text was updated successfully, but these errors were encountered: