bilibili / bilibili/gengine

&& || 的优先级反人类呀

Open
#45 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
2.1k
Forks
281
PR merge metrics
No merged PRs in 30d

Description

true || true && false 返回false 正常不是应该&& 优先级高于||吗

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing the reported expression `true || true && false` and then trace the parser or evaluator responsible for logical-operator precedence. Confirm the intended `&&`-before-`||` behavior with a focused test; the issue is done when the expression evaluates as expected without regressing related logical expressions.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
backend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.