Skip to content

Commit

Permalink
Merge pull request #109 from Omikhleia/some-2024-refactors
Browse files Browse the repository at this point in the history
Improve logging and refactor AST utilities
  • Loading branch information
Omikhleia authored Jan 28, 2024
2 parents 07cf1b4 + 8c7a22d commit efbb8a4
Show file tree
Hide file tree
Showing 7 changed files with 132 additions and 77 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,6 @@ luac.out
tests/*.pdf
tests/*.debug

# I often have crappy test files here
temp/*

3 changes: 2 additions & 1 deletion .luacheckrc
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ files["lua-libraries/djot"] = {
}
max_line_length = false
ignore = {
"581" -- operator order warning doesn't account for custom table metamethods
"581", -- operator order warning doesn't account for custom table metamethods
"212/self", -- unused argument self: counterproductive warning
}
-- vim: ft=lua
Loading

0 comments on commit efbb8a4

Please sign in to comment.