From 0a481b9aef3726763c572ad3ce6d44ea14dd35ba Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Mon, 24 Jun 2024 12:24:07 +0200 Subject: linda:dump correctly outputs limit as "unlimited" for unlimited keys --- CHANGES | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index f2031f7..8234215 100644 --- a/CHANGES +++ b/CHANGES @@ -29,6 +29,7 @@ CHANGE 2: BGe 11-Jun-24 - linda:deep() result no longer contains the raw C pointer of the Linda object. - linda :receive(), :send(), :get(), :set(), :limit() return nil, error in case of problem. Returned values in case of success change too. - Lindas have a __close metamethod that calls any suitable handler that was provided at Linda creation. + - linda:dump outputs .limit as 'unlimited' instead of -1 for unlimited keys. - Lane generator settings: - error_trace_level added. Replaces the global verbose_errors setting. - name added. Can be used to set the name early (before the lane body calls set_debug_threadname()). -- cgit v1.2.3-55-g6feb