dart-lang / sdk

The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.
https://dart.dev
BSD 3-Clause "New" or "Revised" License
10.21k stars 1.57k forks source link

dartdoc fails to compile after update to r3539 (bleeding_edge) #1315

Closed DartBot closed 9 years ago

DartBot commented 12 years ago

This issue was originally filed by michael.haubenwal...@gmail.com


At revision 3539.

d2m@zaphod:~/workspace/dartlang/dev/dart/utils/dartdoc$ ./dartdoc dartdoc.dart

node.js:201         throw e; // process.nextTick error, or 'error' event on first tick               ^ ReferenceError: fs is not defined     at evalmachine.<anonymous>:8162:9     at main (/home/d2m/workspace/dartlang/dev/dart/frog/minfrog:14510:10)     at Object.<anonymous> (/home/d2m/workspace/dartlang/dev/dart/frog/minfrog:14535:1)     at Module._compile (module.js:432:26)     at Object..js (module.js:450:10)     at Module.load (module.js:351:31)     at Function._load (module.js:310:12)     at Array.0 (module.js:470:10)     at EventEmitter._tickCallback (node.js:192:40)

DartBot commented 12 years ago

This comment was originally written by michael.haubenwallne...@gmail.com


a more verbose error message


Attachment: dartdoc.log (2.34 KB)

munificent commented 12 years ago

Should be fixed now.


Added Fixed label.

DartBot commented 12 years ago

This comment was originally written by michael.haubenwa...@gmail.com


Works again - thanks for fixing.