killme2008 / killme2008/aviatorscript
【建议】布尔类型参数的表达式,当CTX无对应参数时,可以将参数默认为false
Open
- Dominant language
- Java
- Stars
- 5.2k
- Forks
- 906
- PR merge metrics
- No merged PRs in 30d
Description
举例:(a||b)&&c,a=true,b=false,d=false,未指定c,则c默认为false,得到最终结果为false
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue provides only the expression example and does not name files or tests. Start by locating boolean expression evaluation and context-parameter lookup in the Java implementation, then inspect related tests; done means the shown expression has the requested result when c is absent, without changing established behavior for supplied parameters.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100