| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | build: enable lintlua for src/ dir #26395 | Justin M. Keyes | 2023-12-04 |
| | | | | | | | | | | | | Problem: Not all Lua code is checked by stylua. Automating code-style is an important mechanism for reducing time spent on accidental (non-essential) complexity. Solution: - Enable lintlua for `src/` directory. followup to 517f0cc634b985057da5b95cf4ad659ee456a77e | ||
| * | feat(keyset): allow hash conflicts | bfredl | 2022-05-09 |
| | | |||
| * | refactor(api): handle option dicts properly | Björn Linse | 2021-10-03 |
| Do not copy a lot of lua strings (dict keys) to just strequal() them Just compare them directly to a dedicated hash function. feat(generators): HASHY McHASHFACE | |||