Ticket #366 (closed patch: fixed)

Opened 13 years ago

Last modified 10 years ago

[PATCH] --target=parse/past/post does not dump in -e mode

Reported by: chrisdolan Owned by: pmichaud
Priority: normal Milestone:
Component: PCT Version: 0.9.1
Severity: medium Keywords:
Cc: Language:
Patch status: Platform:

Description

PCT::HLLCompiler does not dump output in adverbstarget? = 'parse' mode if adverbse? is true. Same for 'past' and 'post'. The attached patch fixes this (but with some unpleasant code duplication).

Before this patch, "perl6 --target=past -e 'say 1'" would emit nothing.

Attachments

HLLCompiler-dump-on-eval.patch Download (0.9 KB) - added by chrisdolan 13 years ago.
emit if -e and --target anything but pir,none

Change History

Changed 13 years ago by chrisdolan

emit if -e and --target anything but pir,none

follow-up: ↓ 2   Changed 12 years ago by jkeenan

Patrick, do you have any comments on this patch?

Thank you very much.
kid51

in reply to: ↑ 1   Changed 11 years ago by jkeenan

Replying to jkeenan:

Patrick, do you have any comments on this patch?

Patrick, should we still be evaluating this patch?

Thank you very much.

kid51

  Changed 10 years ago by benabik

  • status changed from new to closed
  • resolution set to fixed

An updated version of this patch was applied as 7428bb5.

Note: See TracTickets for help on using tickets.