Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dart2js integration in editor broken (wrote 0.0kb) #3063

Closed
kasperl opened this issue May 15, 2012 · 3 comments
Closed

Dart2js integration in editor broken (wrote 0.0kb) #3063

kasperl opened this issue May 15, 2012 · 3 comments
Assignees
Labels
P1 A high priority bug; for example, a single project is unusable or has many test failures web-dart2js

Comments

@kasperl
Copy link

kasperl commented May 15, 2012

Looks like the dart2js integration in the editor broke. I now always get the dart2js help shown.


Generating JavaScript...

dart2js results:
Usage: dart2js [options] dartfile

Compiles Dart to JavaScript.

Common options:
  -o<file> Generate the output into <file>.
  -c Insert runtime type checks and enable assertions (checked mode).
  -h Display this message (add -v for information about all options).
Wrote <file>.dart.js_ [0.0kb written in 0.4 seconds]

@kasperl
Copy link
Author

kasperl commented May 15, 2012

Peter figured out that this is because the file I'm trying to compile is in /home/... and the regular expression for the /h option matches that.


Set owner to @peter-ahe-google.
Removed Area-Editor label.

@peter-ahe-google
Copy link
Contributor

Added Started label.

@kasperl
Copy link
Author

kasperl commented May 15, 2012

Fixed by Peter in r7654.


Added Fixed label.

@kasperl kasperl added Type-Defect P1 A high priority bug; for example, a single project is unusable or has many test failures web-dart2js labels May 15, 2012
dart-bot pushed a commit that referenced this issue Aug 10, 2021
Bump pub

```
> git log --format="%C(auto) %h %s" 70b1a4f9229a36bac6340ec7eae2b2068baac96c..9f2ddc02f066c68fb638ff65fbb73761ece23267
 9f2ddc02 Use uris for paths in git source descriptions (#3063)
 97a0033e Update README.md (#3069)
 2ef10adf Roll setup-dart (#3054)
 4b5450d3 Updated repository specification. (#3050)
 0f3055db Add executables to allErrors (#3048)
```

Change-Id: Iaa42df2339b6f62aeb63e0f2e7eaf062da84e7c6
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/209681
Reviewed-by: Jonas Jensen <[email protected]>
Commit-Queue: Sigurd Meldgaard <[email protected]>
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P1 A high priority bug; for example, a single project is unusable or has many test failures web-dart2js
Projects
None yet
Development

No branches or pull requests

2 participants