Ticket #626 (closed bug: fixed)

Opened 13 years ago

Last modified 12 years ago

parrot_config with multiple options, bad output

Reported by: coke Owned by:
Priority: normal Milestone:
Component: none Version: trunk
Severity: medium Keywords:
Cc: Language:
Patch status: Platform:

Description

$ parrot_config bindir
/opt/local/lib/parrot/bin
$ parrot_config --dump | head -2
-falign-functions=16 => '1'
-funit-at-a-time => '1'
$ parrot_config bindir test_prog VERSION
/opt/local/lib/parrot/binparrot1.1.0

This last version should probably generate the same style output as --dump

Change History

Changed 13 years ago by coke

  • version set to 1.1.0

Changed 12 years ago by NotFound

Bug fixed (or feature added?) in r45982. Please check this is the desired output.

Ticket left open until verified and some test added.

Changed 12 years ago by coke

  • version changed from 1.1.0 to trunk

It's at least consistent now. WFM.

Changed 12 years ago by coke

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

Tests added in r47624.

Note: See TracTickets for help on using tickets.