Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: seaofvoices/darklua
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.13.0
Choose a base ref
...
head repository: seaofvoices/darklua
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.13.1
Choose a head ref
  • 5 commits
  • 114 files changed
  • 1 contributor

Commits on Mar 17, 2024

  1. Configuration menu
    Copy the full SHA
    1df4b13 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Fix extra spaces when generating field-like structures (#193)

    This removes the extra space when generating field expressions, function
    statements (like `Table0.fun`) and types using namespaces when the 
    identifier before the `.` symbol ends with a number.
    jeparlefrancais authored May 17, 2024
    Configuration menu
    Copy the full SHA
    a76494e View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. Add except parameter to remove_comments rule (#194)

    Add a `except` parameter to the `remove_comments` rule to make
    it possible to avoid removing `--!native` comments for example.
    jeparlefrancais authored May 18, 2024
    Configuration menu
    Copy the full SHA
    f4c763b View commit details
    Browse the repository at this point in the history
  2. Fix remove_unused_variable rule (#192)

    These changes fixes the `remove_unused_variable` rule by removing the
    variables in the right order and fixing the scoping issue with repeat
    statements.
    jeparlefrancais authored May 18, 2024
    Configuration menu
    Copy the full SHA
    dd8173b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60c886e View commit details
    Browse the repository at this point in the history
Loading