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

perl6 htmlify.p6 --no-proc-async - dies #1152

Closed
coke opened this issue Jan 21, 2017 · 2 comments
Closed

perl6 htmlify.p6 --no-proc-async - dies #1152

coke opened this issue Jan 21, 2017 · 2 comments

Comments

@coke
Copy link
Collaborator

coke commented Jan 21, 2017

...
 243/244: doc/Type/X/TypeCheck/Return.pod6         => type/X::TypeCheck::Return
 244/244: doc/Type/X/TypeCheck/Splice.pod6         => type/X::TypeCheck::Splice
No such method 'started' for invocant of type 'Any'
  in method throw at /Users/williamcoleda/.rakudobrew/moar-e182deb529/install/share/perl6/runtime/CORE.setting.moarvm line 1
  in sub highlight-code-blocks at htmlify.p6 line 967
  in sub MAIN at htmlify.p6 line 183
  in block <unit> at htmlify.p6 line 1005

on OS X 10.12.2, rakudo 2017.01

@coke coke changed the title perl htmlify.p6 --no-proc-async - dies perl6 htmlify.p6 --no-proc-async - dies Jan 21, 2017
@coke
Copy link
Collaborator Author

coke commented Jan 21, 2017

Changing line 967 to read

if $proc.DEFINITE && !$proc.started {

seems to help.

@coke coke added the build label Jan 21, 2017
@coke
Copy link
Collaborator Author

coke commented Jan 24, 2017

fixed in 4a8f8f5

@coke coke closed this as completed Jan 24, 2017
@JJ JJ unassigned samcv Nov 25, 2019
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