Summary
csc's command line switch -output-file is ignored
Metadata
- Id: e9654356e1d774de8b51d7e2363474e8a95d3cda
- Trac id: 903
- Type: defect
- Reporter: zio_tom78
- Owner:
- Cc:
- Status: closed
- Component: unknown
- Estimated difficulty:
- Resolution: fixed
- Priority: minor
- Milestone: 4.9.0
- Version: 4.7.x
- Changetime: 2012-09-24 21:47:48 UTC
- Created: 2012-08-19 16:22:49 UTC
- Keywords:
Description
Using Chicken Scheme 4.7.0, -output-file is ignored. However, -o works as expected.
Example:
$ ls foo.scm $ csc foo.scm -output-file bar $ ls foo* foo.scm $ csc foo.scm -o bar $ ls bar* foo* foo.scm
Changes and comments
[2012-08-23 21:44:24 UTC] mario wrote:
Fixed by 91d56ee4be941fb0b63b9d2f60b57dd2660c451f
[2012-08-23 21:44:55 UTC] mario changed status from new to closed
[2012-08-23 21:44:55 UTC] mario set resolution to fixed
[2012-09-24 21:47:48 UTC] felix changed milestone from 4.8.0 to 4.9.0
[2012-09-24 21:47:48 UTC] felix wrote:
Milestone 4.8.0 deleted