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

Error generating highlights with --no-proc-async on MacOS #1128

Closed
coke opened this issue Jan 10, 2017 · 1 comment
Closed

Error generating highlights with --no-proc-async on MacOS #1128

coke opened this issue Jan 10, 2017 · 1 comment
Assignees

Comments

@coke
Copy link
Collaborator

coke commented Jan 10, 2017

See #1127

When I run

perl6 htmlify --sparse --no-proc-async

I get errors of the form:

Highlights is reading /Users/coke/sandbox/perl6-doc
Error: EISDIR: illegal operation on a directory, read
  at Object.fs.readSync (fs.js:656:19)
  at tryReadSync (fs.js:457:20)
  at Object.fs.readFileSync (fs.js:494:19)
  at foo (/Users/coke/sandbox/perl6-doc/highlights/highlight-file.coffee:13:6)
  at Object.<anonymous> (/Users/coke/sandbox/perl6-doc/highlights/highlight-file.coffee:16:17)
  at Object.<anonymous> (/Users/coke/sandbox/perl6-doc/highlights/highlight-file.coffee:3:1)
  at Module._compile (module.js:571:32)
  at Object.exports.run (/Users/coke/sandbox/perl6-doc/highlights/node_modules/coffee-script/lib/coffee-script/coffee-script.js:166:23)
  at compileScript (/Users/coke/sandbox/perl6-doc/highlights/node_modules/coffee-script/lib/coffee-script/command.js:224:29)
  at compilePath (/Users/coke/sandbox/perl6-doc/highlights/node_modules/coffee-script/lib/coffee-script/command.js:174:14)
  at Object.exports.run (/Users/coke/sandbox/perl6-doc/highlights/node_modules/coffee-script/lib/coffee-script/command.js:98:20)
  at Object.<anonymous> (/Users/coke/sandbox/perl6-doc/highlights/node_modules/coffee-script/bin/coffee:7:41)
  at Module._compile (module.js:571:32)
  at Object.Module._extensions..js (module.js:580:10)
  at Module.load (module.js:488:32)
  at tryModuleLoad (module.js:447:12)
  at Function.Module._load (module.js:439:3)
  at Module.runMain (module.js:605:10)
  at run (bootstrap_node.js:420:7)
  at startup (bootstrap_node.js:139:9)
  at bootstrap_node.js:535:3
@coke coke added the build label Jan 10, 2017
@samcv samcv changed the title Error generating highlights Error generating highlights with --no-proc-async on MacOS Jan 11, 2017
@samcv
Copy link
Collaborator

samcv commented Jan 11, 2017

This was fixed in f7ff9b7 closing.

@samcv samcv closed this as completed Jan 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants