From 57176e9b135b037fd33b8291d12416b9485b759b Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Wed, 26 Jun 2024 11:01:01 +0200 Subject: Make lanes.gen stricter on base libraries --- CHANGES | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 292af52..dc38f1b 100644 --- a/CHANGES +++ b/CHANGES @@ -23,6 +23,7 @@ CHANGE 2: BGe 11-Jun-24 - lane:join() returns nil, error in case of problem. - lane function body must return a non-nil first value on success if lane is waited upon with lane:join(). - lanes.sleep() accept a new argument "indefinitely" to block forever (until hard cancellation is received). + - lanes.gen() is stricter wrt base libraries (can raise an error if it doesn't exist in the Lua flavor it's built against). - Lindas: - providing "auto" as name when constructing a Linda cause Lanes to provide a name built from the source location of the construction. - specifying a group to lanes.linda() is mandatory when Lanes is configured with user Keepers. -- cgit v1.2.3-55-g6feb