diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-06-24 12:24:07 +0200 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-06-24 12:24:07 +0200 |
commit | 0a481b9aef3726763c572ad3ce6d44ea14dd35ba (patch) | |
tree | 06ebfda7180a81a7c48ea0c119631c58b7ce6dfc /CHANGES | |
parent | a3f500cd3ef0b4b333cc3bf403c64995dea33d5f (diff) | |
download | lanes-0a481b9aef3726763c572ad3ce6d44ea14dd35ba.tar.gz lanes-0a481b9aef3726763c572ad3ce6d44ea14dd35ba.tar.bz2 lanes-0a481b9aef3726763c572ad3ce6d44ea14dd35ba.zip |
linda:dump correctly outputs limit as "unlimited" for unlimited keys
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ CHANGE 2: BGe 11-Jun-24 | |||
29 | - linda:deep() result no longer contains the raw C pointer of the Linda object. | 29 | - linda:deep() result no longer contains the raw C pointer of the Linda object. |
30 | - linda :receive(), :send(), :get(), :set(), :limit() return nil, error in case of problem. Returned values in case of success change too. | 30 | - linda :receive(), :send(), :get(), :set(), :limit() return nil, error in case of problem. Returned values in case of success change too. |
31 | - Lindas have a __close metamethod that calls any suitable handler that was provided at Linda creation. | 31 | - Lindas have a __close metamethod that calls any suitable handler that was provided at Linda creation. |
32 | - linda:dump outputs <key>.limit as 'unlimited' instead of -1 for unlimited keys. | ||
32 | - Lane generator settings: | 33 | - Lane generator settings: |
33 | - error_trace_level added. Replaces the global verbose_errors setting. | 34 | - error_trace_level added. Replaces the global verbose_errors setting. |
34 | - name added. Can be used to set the name early (before the lane body calls set_debug_threadname()). | 35 | - name added. Can be used to set the name early (before the lane body calls set_debug_threadname()). |