From 6234c2113a2b52ddc9fa900e7848f2cd19bd9394 Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Wed, 27 Jun 2012 14:07:55 +0200 Subject: * when a transfered function is not found in source, guess its name to help the user find out what's wrong * new function lanes.nameof() --- docs/index.html | 111 +++++++------------------------------------------------- 1 file changed, 13 insertions(+), 98 deletions(-) (limited to 'docs') diff --git a/docs/index.html b/docs/index.html index 52ba852..2d1c78e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -56,7 +56,7 @@


Copyright © 2007-12 Asko Kauppi, Benoit Germain. All rights reserved.
Lua Lanes is published under the same MIT license as Lua 5.1. -

This document was revised on 23-Jun-12, and applies to version 3.1.4 +

This document was revised on 26-Jun-12, and applies to version 3.1.4

@@ -359,6 +359,17 @@ also in the new lanes.

Each lane also gets a function set_debug_threadname() that it can use anytime to do as the name says. Supported debuggers are Microsoft Visual Studio (for the C side) and Decoda (for the Lua side). +

+

+ If a lane body pulls a C function imported by a module required before Lanes itself (thus not through a hooked require), the lane generator creation will raise an error. + The function name it shows is a path where it was found by scanning _G. As a utility, the name guessing functionality is exposed as such: + + +
+ + "type", "name" = lanes.nameof( o) + +

Free running lanes

@@ -1089,103 +1100,7 @@ its actual value.

Change log

- Apr-2012 -

- - - Feb-2012 - - - - Nov-2011 - - - Mar-2011 (not yet versioned) - - - Mar-2011 (2.1.0) - -Feb-2011 (2.0.11): - - -Jan-2011 (2.0.10): - - -Dec-2010 (2.0.9): - - -Aug-2010 (2.0.6): - - -Jan-2009 (2.0.3): - - -Jul-2008 (2.0): - + See CHANGES.

-- cgit v1.2.3-55-g6feb