Squirrel

The programming language
Welcome to Squirrel Sign in | Join | Help
in Search

Squirrel 2.1.2 stable is out

Last post 08-05-2007, 2:27 PM by fagiano. 5 replies.
Sort Posts: Previous Next
  •  07-29-2007, 11:41 AM 1975

    Squirrel 2.1.2 stable is out

    Squirrel 2.1.2 stable is out, let me know if you encounter any problem.

    change list :

    ***version 2.1.2 stable***
    -new behaviour for generators iteration using foreach now when a generator is iterated by foreach the value returned by a 'return val' statement will terminate the iteration but will not be returned as foreach iteration
    -added sq_setclassudsize()
    -added sq_clear()
    -added table.clear(), array.clear()
    -fixed sq_cmp() (thx jyuill)
    -fixed minor bugs

    ciao

    Alberto

  •  08-02-2007, 5:32 PM 2004 in reply to 1975

    Re: Squirrel 2.1.2 stable is out

    Does this release include the fixes for the debug hook call and return asymmetry from http://squirrel-lang.org/forums/thread/1902.aspx? At first glance it doesn't appear to. If not, were there reasons this was cut or perhaps you've simple come up with a better way of doing it?

  •  08-03-2007, 3:40 AM 2006 in reply to 2004

    Re: Squirrel 2.1.2 stable is out

    I thought I did integrate the changes, but I could have forgotten, I need to check. Damn, If I have forgotten I'll have to do another release.

    Alberto

  •  08-03-2007, 4:05 AM 2007 in reply to 2006

    Re: Squirrel 2.1.2 stable is out

    Indeed I've forgotten to merge the fix(that I did in the office). So I guess 2.1.3 will come soon :)

    Alberto

  •  08-03-2007, 11:32 AM 2011 in reply to 2007

    Re: Squirrel 2.1.2 stable is out

    Two documentation details for that next release: the generator code sample doesn't work as described, and you've omitted "push" from the list of array built-in functions.

    Thanks again for all your tireless effort!
  •  08-05-2007, 2:27 PM 2018 in reply to 2011

    Re: Squirrel 2.1.2 stable is out

    Thanks, I'll fix it.

    Alberto

View as RSS news feed in XML
Powered by Community Server, by Telligent Systems