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

--emit-lua: Don't "math.ln=math.log" at the start of every file #630

Closed
wants to merge 1 commit into from

Commits on Aug 31, 2024

  1. --emit-lua: Don't "math.ln=math.log" at the start of every file

    It cluttered the start of *every* file, for something that was a corner
    case. I've replaced it with a simple gsub for math.ln-->math.log. It's
    not perfect, but should be good enough until we can get rid of math.ln.
    hugomg committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    b56704f View commit details
    Browse the repository at this point in the history