Opened 6 years ago

Closed 6 years ago

#1532 closed enhancement (fixed)

"lint mode" for csc

Reported by: Mario Domenech Goulart Owned by:
Priority: minor Milestone: 5.1
Component: core tools Version: 5.0.0rc1
Keywords: csc, -M Cc:
Estimated difficulty:

Description

I sometimes run csc4 with -AM just to have my moduleless code checked by the scrutinizer. That's particularly useful for code that loads configuration files (in which case having a module would require some trickery to be able to use symbols exported by the module from the configuration file).

Could/should we add the -M option to csc5?

Change History (2)

comment:1 Changed 6 years ago by evhan

CHICKEN 5 has -m for -module, which takes the module name as an argument instead of always using "main" like the -M did in CHICKEN 4.

So, this use case is still supported via csc -A -m _ x.scm.

comment:2 Changed 6 years ago by Mario Domenech Goulart

Resolution: fixed
Status: newclosed

Perfect. Thanks, Evan.

Note: See TracTickets for help on using tickets.