Activity log for bug #1476521

Date Who What changed Old value New value Message
2015-07-21 07:26:06 Marcus Tomlinson bug added bug
2015-07-22 09:49:20 Marcus Tomlinson unity-js-scopes: assignee Marcus Tomlinson (marcustomlinson)
2015-07-22 09:49:23 Marcus Tomlinson unity-js-scopes: status New In Progress
2015-07-22 09:50:08 Marcus Tomlinson branch linked lp:~marcustomlinson/unity-js-scopes/lp-1476521
2015-07-22 09:52:37 Marcus Tomlinson description Running "unity-scope-tool ./examples/simple/simple.ini" should work. Firstly we can't have an argument in the ScopeRunner parameter of the .ini file be something like "scope=%S" as the scope runtime only substitutes "%S" and "%R" as whole parameters. the "%S" substring of "scope=%S" will not be substituted. Secondly, you have to take in the "%R" argument as well. The unity-scope-tool uses a temporary runtime and passes with via that parameter. The launcher needs to accept the runtime config and pass it on accordingly to the create_scope_runtime() call in scope.cc. These were part of the fixes I made in lp:~marcustomlinson/unity-js-scopes/fix-launcher. Running "unity-scope-tool ./examples/simple/simple.ini" should work. Firstly we can't have an argument in the ScopeRunner parameter of the .ini file be something like "scope=%S" as the scope runtime only substitutes "%S" and "%R" as whole parameters. the "%S" substring of "scope=%S" will not be substituted. Secondly, you have to take in the "%R" argument as well. The unity-scope-tool uses a temporary runtime and passes with via that parameter. The launcher needs to accept the runtime config and pass it on accordingly to the create_scope_runtime() call in scope.cc.
2015-07-22 17:41:40 Marcus Tomlinson unity-js-scopes: status In Progress Fix Committed
2015-07-23 14:56:05 Alexandre Abreu unity-js-scopes: importance Undecided High
2016-02-18 19:17:47 Alexandre Abreu unity-js-scopes: status Fix Committed Fix Released