Opened 14 years ago

Closed 14 years ago

Last modified 13 years ago

#242 closed defect (fixed)

-verbose not recognized by csc

Reported by: Mario Domenech Goulart Owned by: felix winkelmann
Priority: minor Milestone:
Component: core tools Version: 4.5.0
Keywords: csc, verbose Cc:
Estimated difficulty:

Description

csc doesn't recognize -verbose, although csc -help says it should be supported:

 $ csc -help | grep verbose
    -vv  -verbose                  display information about translation
$ csc -verbose foo.scm
csc: invalid option `-verbose'
$ csc -version
(c)2008-2010 The Chicken Team
(c)2000-2007 Felix L. Winkelmann
Version 4.5.0 
linux-unix-gnu-x86 [ manyargs dload ptables ]
compiled 2010-05-13 on mario (Linux)

Enter "chicken -help" for information on how to use it.

Change History (3)

comment:1 Changed 14 years ago by felix winkelmann

Owner: set to felix winkelmann
Status: newassigned

comment:2 Changed 14 years ago by felix winkelmann

Resolution: fixed
Status: assignedclosed

See commit 4a04895c43c0f21337d4ce17934223b488dce4a4 (experimental). Thanks for reporting this!

comment:3 Changed 13 years ago by felix winkelmann

Milestone: 4.6.0

Milestone 4.6.0 deleted

Note: See TracTickets for help on using tickets.