nvim-neorocks / rocks

An alternative frontend app for luarocks.org
MIT License
27 stars 1 forks source link

[Bug] Gracefully handle corrupted cached manifest #107

Open mrcjkb opened 1 month ago

mrcjkb commented 1 month ago

Sometimes the cached manifest can become corrupted. When this happens, it has to be deleted manually, or rocks will panic. rocks should handle this automatically by redownloading the manifest if it can't be decoded.

malikrohail commented 1 month ago

can i fix this?

mrcjkb commented 1 month ago

can i fix this?

Sure. Contributions are always welcome 😄 🙏

malikrohail commented 1 month ago

sounds good, on it.