Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-13 | Meta: Remove unused and outdated lint-missing-resources.sh lint | Ben Wiederhake | |
This was apparently never used by anyone except me, and currently fails silently. The script originally allowed easy inspection of potentially missing resources, but that seems no longer useful. Even after restoring the script to a working state, I found nothing with it. A somewhat usable version might be available at https://github.com/BenWiederhake/serenity/tree/historic/lint-missing-resources.sh However, there seems to be no interest in the script, so it is better to remove it. | |||
2021-11-02 | Meta: Use grep -E/F, not grep -P | thislooksfun | |
grep -E and -F are POSIX standard, and meets all our matching needs. | |||
2021-01-22 | Meta: Get building on NixOS (#5005) | Jonathan Turner | |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling | |
2021-01-12 | Shell: Move to Userland/Shell/ | Andreas Kling | |
2020-12-27 | Meta: Set 'pipefail' option correctly in shell scripts | Linus Groh | |
This needs '-o' to work correctly. Also update the shebang to bash in some scripts as shellcheck was complaining about pipefail not being a POSIX shell thing otherwise. | |||
2020-07-29 | Meta: Find potentially missing resources | Ben Wiederhake | |