[jira] Created: (BOO-1194) Any autocompletion on an array crashes Boo interpreter

View: New views
5 Messages — Rating Filter:   Alert me  

[jira] Created: (BOO-1194) Any autocompletion on an array crashes Boo interpreter

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Any autocompletion on an array crashes Boo interpreter
------------------------------------------------------

                 Key: BOO-1194
                 URL: http://jira.codehaus.org/browse/BOO-1194
             Project: Boo
          Issue Type: Bug
          Components: Command line tools
    Affects Versions: 0.9.1
            Reporter: Lubos Pintes
            Priority: Minor


Run the booish and do the following:


b=(1,2,3,4,5)
b.L<Tab>


--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



[jira] Updated: (BOO-1194) Any autocompletion on an array crashes Boo interpreter

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ http://jira.codehaus.org/browse/BOO-1194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Cedric Vivier updated BOO-1194:
-------------------------------

    Testcase included: yes
          Description:
Run booish and do the following:

b=(1,2,3,4,5)
b.L<Tab>


This is a regression as it worked in 0.9


  was:
Run the booish and do the following:


b=(1,2,3,4,5)
b.L<Tab>


        Fix Version/s: 0.9
                       0.9.2

> Any autocompletion on an array crashes Boo interpreter
> ------------------------------------------------------
>
>                 Key: BOO-1194
>                 URL: http://jira.codehaus.org/browse/BOO-1194
>             Project: Boo
>          Issue Type: Bug
>          Components: Command line tools
>    Affects Versions: 0.9.1
>            Reporter: Lubos Pintes
>            Priority: Minor
>             Fix For: 0.9, 0.9.2
>
>
> Run booish and do the following:
> b=(1,2,3,4,5)
> b.L<Tab>
> This is a regression as it worked in 0.9

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



[jira] Updated: (BOO-1194) Any autocompletion on an array crashes Boo interpreter

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ http://jira.codehaus.org/browse/BOO-1194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rodrigo B. de Oliveira updated BOO-1194:
----------------------------------------

    Fix Version/s:     (was: 0.9.2)
                   0.9.3

> Any autocompletion on an array crashes Boo interpreter
> ------------------------------------------------------
>
>                 Key: BOO-1194
>                 URL: http://jira.codehaus.org/browse/BOO-1194
>             Project: Boo
>          Issue Type: Bug
>          Components: Command line tools
>    Affects Versions: 0.9.1
>            Reporter: Lubos Pintes
>            Priority: Minor
>             Fix For: 0.9, 0.9.3
>
>
> Run booish and do the following:
> b=(1,2,3,4,5)
> b.L<Tab>
> This is a regression as it worked in 0.9

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



[jira] Assigned: (BOO-1194) Any autocompletion on an array crashes Boo interpreter

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ http://jira.codehaus.org/browse/BOO-1194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rodrigo B. de Oliveira reassigned BOO-1194:
-------------------------------------------

    Assignee: Rodrigo B. de Oliveira

> Any autocompletion on an array crashes Boo interpreter
> ------------------------------------------------------
>
>                 Key: BOO-1194
>                 URL: http://jira.codehaus.org/browse/BOO-1194
>             Project: Boo
>          Issue Type: Bug
>          Components: Command line tools
>    Affects Versions: 0.9.1
>            Reporter: Lubos Pintes
>            Assignee: Rodrigo B. de Oliveira
>            Priority: Minor
>             Fix For: 0.9, 0.9.3
>
>
> Run booish and do the following:
> b=(1,2,3,4,5)
> b.L<Tab>
> This is a regression as it worked in 0.9

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



[jira] Closed: (BOO-1194) Any autocompletion on an array crashes Boo interpreter

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ http://jira.codehaus.org/browse/BOO-1194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rodrigo B. de Oliveira closed BOO-1194.
---------------------------------------

    Resolution: Fixed

Fixed in rev. 3426. Thanks for the report!

> Any autocompletion on an array crashes Boo interpreter
> ------------------------------------------------------
>
>                 Key: BOO-1194
>                 URL: http://jira.codehaus.org/browse/BOO-1194
>             Project: Boo
>          Issue Type: Bug
>          Components: Command line tools
>    Affects Versions: 0.9.1
>            Reporter: Lubos Pintes
>            Assignee: Rodrigo B. de Oliveira
>            Priority: Minor
>             Fix For: 0.9.3, 0.9
>
>
> Run booish and do the following:
> b=(1,2,3,4,5)
> b.L<Tab>
> This is a regression as it worked in 0.9

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email