awesome/lib
Uli Schlachter 4744a744f0 gears.table.join: Ignore nil arguments (#2440)
When calling join with e.g. arguments (nil, {"a"}), then everything past
the nil was ignored, because the code internally used ipairs() to
iterate over the arguments and this stops at the first nil it
encounters.

Fix this by using select() to iterate over the arguments.

This also adds a unit test for this problem.

Signed-off-by: Uli Schlachter <psychon@znc.in>
2018-10-16 10:17:45 -04:00
..
awful Merge pull request #2423 from Elv13/better_rules_doc 2018-10-16 08:44:58 -04:00
beautiful Grammar correction. 2018-08-14 06:47:41 -05:00
gears gears.table.join: Ignore nil arguments (#2440) 2018-10-16 10:17:45 -04:00
menubar feat(menubar): expose menubar styling to beautiful (#2375) 2018-09-28 00:35:10 -04:00
naughty dbus: fix nil notifications (#2180) 2018-10-07 16:09:12 +02:00
wibox doc: Add missing C-object documentation and fix some papercuts. 2018-07-25 18:26:11 -04:00
beautiful.lua Add pointless naughty.lua and beautiful.lua files (#1259) 2016-12-08 23:53:50 +01:00
naughty.lua Add pointless naughty.lua and beautiful.lua files (#1259) 2016-12-08 23:53:50 +01:00