mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 09:23:52 -05:00
1. Gives a proper type to the metadata 2. Fixes a typo in `screenshot_dimentions` 3. Removes home-made partition function in favor of underscore 4. Reads file asynchronously (and consequently rest of API is async) 5. Strips the `https://godbolt.org/#` from each entry in the config file As an added benefit this should also cut some startup time reading this file before it's used :)