&& || 的优先级反人类呀
Open
- 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