|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
[jira] Created: (BOO-1257) Unexplained compiler errorUnexplained compiler error
-------------------------- Key: BOO-1257 URL: http://jira.codehaus.org/browse/BOO-1257 Project: Boo Issue Type: Bug Affects Versions: 0.9.2 Environment: Sharpdevelop 3.1, Windows XP Reporter: Sandeep Datta Attachments: HashGenerator.boo Steps to reproduce: 1. Compile the attached file (HashGenerator.boo) using sharpdevelop 3.1 (booc 0.9.2.3383 (CLR 2.0.50727.3053)) Expected result: 1. The file should compile without any errors OR should indicate the correct problem Obtained result: HashGenerator.boo(33,18) : Error BCE0019: 'Add' is not a member of 'System.Type'. -- 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-1257) Unexplained compiler error[ http://jira.codehaus.org/browse/BOO-1257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rodrigo B. de Oliveira closed BOO-1257. --------------------------------------- Resolution: Not A Bug Line 30 reads: list = List[of (string)] It should read instead as: list = List[of (string)]() Otherwise the code would just be storing a reference to the type List[of (string)] instead of an instance of the same type. > Unexplained compiler error > -------------------------- > > Key: BOO-1257 > URL: http://jira.codehaus.org/browse/BOO-1257 > Project: Boo > Issue Type: Bug > Affects Versions: 0.9.2 > Environment: Sharpdevelop 3.1, Windows XP > Reporter: Sandeep Datta > Attachments: HashGenerator.boo > > > Steps to reproduce: > 1. Compile the attached file (HashGenerator.boo) using sharpdevelop 3.1 (booc 0.9.2.3383 (CLR 2.0.50727.3053)) > Expected result: > 1. The file should compile without any errors OR should indicate the correct problem > Obtained result: > HashGenerator.boo(33,18) : Error BCE0019: 'Add' is not a member of 'System.Type'. -- 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] Commented: (BOO-1257) Unexplained compiler error[ http://jira.codehaus.org/browse/BOO-1257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=195684#action_195684 ] Sandeep Datta commented on BOO-1257: ------------------------------------ Wow! No wonder it says Add is not a member of System.Type. Thanks for the help. > Unexplained compiler error > -------------------------- > > Key: BOO-1257 > URL: http://jira.codehaus.org/browse/BOO-1257 > Project: Boo > Issue Type: Bug > Affects Versions: 0.9.2 > Environment: Sharpdevelop 3.1, Windows XP > Reporter: Sandeep Datta > Attachments: HashGenerator.boo > > > Steps to reproduce: > 1. Compile the attached file (HashGenerator.boo) using sharpdevelop 3.1 (booc 0.9.2.3383 (CLR 2.0.50727.3053)) > Expected result: > 1. The file should compile without any errors OR should indicate the correct problem > Obtained result: > HashGenerator.boo(33,18) : Error BCE0019: 'Add' is not a member of 'System.Type'. -- 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 |
| Free embeddable forum powered by Nabble | Forum Help |