You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Frog does not run from the SDK currently, due to a dependency on the svn repo path structure. When running it:
Unable to open file: /Users/foo/tools/eclipse_37/dart-sdk/lib/utils/compiler/source_file.dart'
file:///Users/foo/tools/eclipse_37/dart-sdk/lib/frog/leg/frog_leg.dart': Error: line 8 pos 1: library handler failed
import('../../utils/compiler/source_file.dart');
^
'file:///Users/foo/tools/eclipse_37/dart-sdk/lib/frog/frogc.dart': Error: line 6 pos 1: library handler failed
import('leg/frog_leg.dart', prefix: 'leg');
^
We need to modify the frog source so that it can be run in either the repo or SDK context, or post-process frog when creating the SDK so that the paths are patched up.
This is a high priority item for the editor as currently users cannot generate javascript or run in non-Dartium browsers.
The text was updated successfully, but these errors were encountered:
Frog does not run from the SDK currently, due to a dependency on the svn repo path structure. When running it:
Unable to open file: /Users/foo/tools/eclipse_37/dart-sdk/lib/utils/compiler/source_file.dart'
file:///Users/foo/tools/eclipse_37/dart-sdk/lib/frog/leg/frog_leg.dart': Error: line 8 pos 1: library handler failed
import('../../utils/compiler/source_file.dart');
^
'file:///Users/foo/tools/eclipse_37/dart-sdk/lib/frog/frogc.dart': Error: line 6 pos 1: library handler failed
import('leg/frog_leg.dart', prefix: 'leg');
^
We need to modify the frog source so that it can be run in either the repo or SDK context, or post-process frog when creating the SDK so that the paths are patched up.
This is a high priority item for the editor as currently users cannot generate javascript or run in non-Dartium browsers.
The text was updated successfully, but these errors were encountered: