-
-
Notifications
You must be signed in to change notification settings - Fork 34
Comparing changes
Open a pull request
base repository: seaofvoices/darklua
base: v0.14.0
head repository: seaofvoices/darklua
compare: v0.14.1
- 9 commits
- 67 files changed
- 2 contributors
Commits on Oct 21, 2024
-
Add rule to remove
if
expressions (#221)This PR add a new rule that remove `if` expressions and convert them into an equivalent expression. --------- Co-authored-by: jiwonz <jiwonz0113@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1752449 - Browse repository at this point
Copy the full SHA 1752449View commit details -
Fix negative zero sign erasure (#222)
This avoids bugs were the evaluator was replacing `-0` results with only `0`.
Configuration menu - View commit details
-
Copy full SHA for 9cbf20d - Browse repository at this point
Copy the full SHA 9cbf20dView commit details
Commits on Nov 22, 2024
-
Add rule to remove continue statements (#227)
This rule converts `continue` statements into an equivalent construct that only uses `break` statements. Co-authored-by: jiwonz <jiwonz0113@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f132b28 - Browse repository at this point
Copy the full SHA f132b28View commit details -
Configuration menu - View commit details
-
Copy full SHA for bfab269 - Browse repository at this point
Copy the full SHA bfab269View commit details -
Add rule to remove floor division operations (#230)
Add a new rule `remove_floor_division` to remove usage of `//` in expressions or compound assignments (`//=`). The code is replaced with a `math.floor` call on a regular division.
Configuration menu - View commit details
-
Copy full SHA for 38ff2da - Browse repository at this point
Copy the full SHA 38ff2daView commit details -
Fix
append_text_comment
rule to not add an extra space (#231)Remove the extra space that is added in front of comments. This makes it possible to generate comments like `--!native` which are useful in Luau.
Configuration menu - View commit details
-
Copy full SHA for c189e63 - Browse repository at this point
Copy the full SHA c189e63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 852dd2c - Browse repository at this point
Copy the full SHA 852dd2cView commit details
Commits on Nov 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 62eb311 - Browse repository at this point
Copy the full SHA 62eb311View commit details
Commits on Nov 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1ef2a42 - Browse repository at this point
Copy the full SHA 1ef2a42View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.14.0...v0.14.1