|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
[jira] Created: (BOO-1261) cross-namespace inheritance from an interface failscross-namespace inheritance from an interface fails
--------------------------------------------------- Key: BOO-1261 URL: http://jira.codehaus.org/browse/BOO-1261 Project: Boo Issue Type: Bug Components: Compiler Affects Versions: 0.9.2 Environment: WinXP SP3, .Net 3.5, #D 3.1 Reporter: Dmitry Malyshev Fix For: 0.9.3 Attachments: Main.boo, Physics.boo Error while building a project with attached sources: The name 'IBase' does not denote a valid type ('not found'). (BCE0018) - C:\svn\xxx\code\ani\Main.boo:6,20 -- 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-1261) cross-namespace inheritance from an interface fails[ http://jira.codehaus.org/browse/BOO-1261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=196903#action_196903 ] Cedric Vivier commented on BOO-1261: ------------------------------------ Seems like an order-dependent issue: {code} tmp$ booc Main.boo Physics.boo Boo Compiler version 0.9.2.3400 (/trunk/mono r144331 Mon Oct 19 18:31:21 SGT 2009) tmp$ booc Physics.boo Main.boo Boo Compiler version 0.9.2.3400 (/trunk/mono r144331 Mon Oct 19 18:31:21 SGT 2009) Main.boo(6,20): BCE0018: The name 'IBase' does not denote a valid type ('not found'). 1 error(s). {code} > cross-namespace inheritance from an interface fails > --------------------------------------------------- > > Key: BOO-1261 > URL: http://jira.codehaus.org/browse/BOO-1261 > Project: Boo > Issue Type: Bug > Components: Compiler > Affects Versions: 0.9.2 > Environment: WinXP SP3, .Net 3.5, #D 3.1 > Reporter: Dmitry Malyshev > Fix For: 0.9.3 > > Attachments: Main.boo, Physics.boo > > > Error while building a project with attached sources: > The name 'IBase' does not denote a valid type ('not found'). (BCE0018) - C:\svn\xxx\code\ani\Main.boo:6,20 -- 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-1261) cross-namespace inheritance from an interface fails[ http://jira.codehaus.org/browse/BOO-1261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=196904#action_196904 ] Cedric Vivier commented on BOO-1261: ------------------------------------ Works in both orders if IBase is fully qualified ("A.IBase"). > cross-namespace inheritance from an interface fails > --------------------------------------------------- > > Key: BOO-1261 > URL: http://jira.codehaus.org/browse/BOO-1261 > Project: Boo > Issue Type: Bug > Components: Compiler > Affects Versions: 0.9.2 > Environment: WinXP SP3, .Net 3.5, #D 3.1 > Reporter: Dmitry Malyshev > Fix For: 0.9.3 > > Attachments: Main.boo, Physics.boo > > > Error while building a project with attached sources: > The name 'IBase' does not denote a valid type ('not found'). (BCE0018) - C:\svn\xxx\code\ani\Main.boo:6,20 -- 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-1261) cross-namespace inheritance from an interface fails[ http://jira.codehaus.org/browse/BOO-1261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rodrigo B. de Oliveira reassigned BOO-1261: ------------------------------------------- Assignee: Rodrigo B. de Oliveira > cross-namespace inheritance from an interface fails > --------------------------------------------------- > > Key: BOO-1261 > URL: http://jira.codehaus.org/browse/BOO-1261 > Project: Boo > Issue Type: Bug > Components: Compiler > Affects Versions: 0.9.2 > Environment: WinXP SP3, .Net 3.5, #D 3.1 > Reporter: Dmitry Malyshev > Assignee: Rodrigo B. de Oliveira > Fix For: 0.9.3 > > Attachments: Main.boo, Physics.boo > > > Error while building a project with attached sources: > The name 'IBase' does not denote a valid type ('not found'). (BCE0018) - C:\svn\xxx\code\ani\Main.boo:6,20 -- 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-1261) cross-namespace inheritance from an interface fails[ http://jira.codehaus.org/browse/BOO-1261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rodrigo B. de Oliveira closed BOO-1261. --------------------------------------- Resolution: Fixed Fixed in revision 3436. Thank you very much for the report! > cross-namespace inheritance from an interface fails > --------------------------------------------------- > > Key: BOO-1261 > URL: http://jira.codehaus.org/browse/BOO-1261 > Project: Boo > Issue Type: Bug > Components: Compiler > Affects Versions: 0.9.2 > Environment: WinXP SP3, .Net 3.5, #D 3.1 > Reporter: Dmitry Malyshev > Assignee: Rodrigo B. de Oliveira > Fix For: 0.9.3 > > Attachments: Main.boo, Physics.boo > > > Error while building a project with attached sources: > The name 'IBase' does not denote a valid type ('not found'). (BCE0018) - C:\svn\xxx\code\ani\Main.boo:6,20 -- 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 |