prosody
log
graph
tags
bookmarks
branches
936ee55e1ae3
browse
changeset
util/set.lua
annotate
comparison
diff
file
raw
Log
latest
help
RSS:
Atom:
Find changesets by keywords by author, files, the commit message, revision number or hash, or
revset expression
.
Software
/
code
/
prosody
Log
util/set.lua @ 11037:
936ee55e1ae3
less
more
|
(0)
-15
tip
description
author
age
util.set: Fix equality metamethod in Lua 5.3
Kim Alvefur
2020-01-15
util.set: Add freeze metamethod
Kim Alvefur
2018-10-11
vairious: Add annotation when an empty environment is set [luacheck]
Kim Alvefur
2018-02-28
util.set: Add a __name field to metatable
Kim Alvefur
2018-02-16
util.*: Remove use of module() function, make all module functions local and return them in a table at the end
Kim Alvefur
2015-02-21
util.set: Rename method argument to avoid name clash [luacheck]
Matthew Wild
2015-05-06
util.set: Add luacheck annotation for methods not referencing 'self'
Matthew Wild
2015-05-06
util.set: Remove unnecessary local declaration, arguments are already locals [luacheck]
Matthew Wild
2015-05-06
Merge 0.9->0.10
Matthew Wild
2013-11-10
util.set: Remove unused variable
Matthew Wild
2013-11-10
util.set: :items() now returns an iterator instead of the underlying table. This is much more efficient than 'for item in set' (which still works for now). Current access to _items is generally done directly, this may change.
Matthew Wild
2013-09-03
Merge 0.9->trunk
Matthew Wild
2013-09-02
util.set: Fix :include() and :exclude() methods to iterate the input set correctly
Matthew Wild
2013-09-02
Remove all trailing whitespace
Florian Zeitz
2013-08-09
util.set: Change '/' operator from filter to map+filter (nil to drop from set, false is a valid item). No code found which depends on current behaviour.
Matthew Wild
2012-05-24
less
more
|
(0)
-15
tip