-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Markers update #9348
Markers update #9348
Conversation
…ype and id arguments for instruction consistency
…ercontrol instructions cleanup, fix renderer's draw color breaking after drawing markers
And again i found accidental autoformatting issues (probably happened before i unbinded file reformat in intellij idea) |
Finishing this tomorrow |
@@ -157,18 +157,29 @@ public boolean bool(int index){ | |||
return v.isobj ? v.objval != null : Math.abs(v.numval) >= 0.00001; | |||
} | |||
|
|||
@Nullable | |||
public double num(int index, boolean nullToNan){ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To avoid slowing down the common case (not nullToNan), I think this should be a separate method (e.g. numOrNan
)
Fixed reformatting/splitted variable getter method in LExec |
Ok don't ask any questions |
Everything here should be done, but i don't have time to fill PR description (it will just probably appear tomorrow). If lack of description is fine, here it is.
If your pull request is not translation or serverlist-related, read the list of requirements below and check each box: