The Wayback Machine - https://web.archive.org/web/20200628222256/https://github.com/topics/luarocks
Skip to content
#

luarocks

Here are 84 public repositories matching this topic...

osch
osch commented Feb 3, 2020

Could it be possible to have a warning message when installing a rock that contains a module that is already provided by another rock? Or is there already an option for this and I didn't find it?

At least with Luarocks version 3.2.1 I verified that there are no warnings for this case.

However it seems that Luarocks is aware of the collision and installs the new module under another name and

yurikhan
yurikhan commented Mar 14, 2018

Documentation says:

fun.remove_if(predicate, gen, param, state)
iterator:remove_if(predicate)

An alias for filter().

The name remove_if strongly suggests that elements satisfying the predicate will be removed, keeping only those that do not satisfy the predicate; while filter actually keeps the elements satisfying the predicate.

In other words, the linguistic expec

Improve this page

Add a description, image, and links to the luarocks topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the luarocks topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.