Summary
-verbose not recognized by csc
Metadata
- Id: de5cba187ee6be78eb79287592fe7a792baff5a9
- Trac id: 242
- Type: defect
- Reporter: mario
- Owner: felix
- Cc:
- Status: closed
- Component: core tools
- Estimated difficulty:
- Resolution: fixed
- Priority: minor
- Milestone:
- Version: 4.5.0
- Changetime: 2011-04-04 08:31:00 UTC
- Created: 2010-05-19 16:37:54 UTC
- Keywords: csc, verbose
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.
Changes and comments
[2010-05-20 15:29:38 UTC] felix changed status from new to assigned
[2010-05-20 15:29:38 UTC] felix set owner to felix
[2010-05-20 15:51:58 UTC] felix changed status from assigned to closed
[2010-05-20 15:51:58 UTC] felix set resolution to fixed
[2010-05-20 15:51:58 UTC] felix wrote:
See commit 4a04895c43c0f21337d4ce17934223b488dce4a4 (experimental). Thanks for reporting this!
[2011-04-04 08:31:00 UTC] felix removed milestone 4.6.0
[2011-04-04 08:31:00 UTC] felix wrote:
Milestone 4.6.0 deleted