Skip to content
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

Closed
wants to merge 14 commits into from
Closed

Markers update #9348

wants to merge 14 commits into from

Conversation

ApsZoldat
Copy link
Contributor

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:

  • I have read the contribution guidelines.
  • I have ensured that my code compiles, if applicable.
  • I have ensured that any new features in this PR function correctly in-game, if applicable.

@ApsZoldat
Copy link
Contributor Author

And again i found accidental autoformatting issues (probably happened before i unbinded file reformat in intellij idea)

@ApsZoldat ApsZoldat closed this Dec 4, 2023
@ApsZoldat
Copy link
Contributor Author

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){
Copy link
Owner

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)

@ApsZoldat
Copy link
Contributor Author

Fixed reformatting/splitted variable getter method in LExec

@ApsZoldat ApsZoldat reopened this Dec 7, 2023
@ApsZoldat
Copy link
Contributor Author

Ok don't ask any questions

@ApsZoldat ApsZoldat closed this Dec 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants