[AC-4972] Error: Assigning to rvalue after installing Hyperloop Module
GitHub Issue | n/a |
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2017-05-22T18:53:52.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | dbenhenni |
Assignee | Shak Hossain |
Created | 2017-05-19T14:46:53.000+0000 |
Updated | 2017-05-22T18:53:52.000+0000 |
Description
Steps to Reproduce
I'm trying to setup hyperloop inside of my alloy project. After that I can't build my project. I receive the following error:
[ERROR] : An error occurred during build after 48s 115ms
[ERROR] : Assigning to rvalue (2684:63)
Actual Result
[ERROR] : An error occurred during build after 48s 115ms
[ERROR] : Assigning to rvalue (2684:63)
Expected Result
no error
Attachments
Hello, Can you provide a sample code that you ware testing? Thanks
I didn't even start doing any test. Just took my existing project, open tiapp.xml and add and enable the hyperloop module. Edit the xml file with the
@Sharif AbuDarda I finally found the reason by try and error search. Inside of a Viewcontroller (I'm working with Alloy) I had a userdefined getValue-Function-Call and I had assigned a value to this functioncall: $.textfield.c_getValue = 0 Don't know why this did not crash without Hyperloop Module. I've already corrected the code and now the error message disappears. You can close this ticket.