Thomas Leplus
Thomas Leplus
Hi @trimechee, Let me see if I understand correctly what you need. I will describe the steps and please correct my mistakes: 1. You go to the page of a...
Thank you for confirming, I will figure out another solution. If you feel like this is a worthwhile feature to implement in v4, maybe this issue can serve as a...
LuaRocks 3.12.2 fails to install pinned package version (same package version works without pinning)
I don't know if it is a clue but I wonder why the logs say `Forcing lua to pinned version 5.1-1` when it's the `lua-resty-session` version that is supposed to...
LuaRocks 3.12.2 fails to install pinned package version (same package version works without pinning)
@luau-project any chance that this issue could be looked into? Thanks!
LuaRocks 3.12.2 fails to install pinned package version (same package version works without pinning)
Wow, thank you for the detailed analysis. I would tend to agree with you that scenario 2 seems the most likely. My 2 cents is that I found the following...
LuaRocks 3.12.2 fails to install pinned package version (same package version works without pinning)
Hi, Any chance that someone will look into this and fix it? Cheers, Tom
I am facing the same issue.
In my experience, large projects or enterprise rarely monitor compilation warnings. If we were to start a project today, I would definitely enforce `-Werror` but for existing code bases it's...
I agree that the `UnsupportedJdkApiUsage` rule that you suggest would be very useful. It would cover what `DontImportSun` does, usages of the `Unsafe` classes and more. And I would also...