Tcl Source Code

View Ticket
Login
Ticket UUID: 3522426
Title: Comment Words with Leading {#}
Type: Patch Version: TIP Implementation
Submitter: lars_h Created on: 2012-04-29 20:03:02
Subsystem: 45. Parsing and Eval Assigned To: msofer
Priority: 5 Medium Severity:
Status: Open Last Modified: 2012-05-01 22:12:29
Resolution: None Closed By:
    Closed on:
Description:
This is a patch against fossil check-out 0589ebf465de4e2c7218a376d2ce7f4eebd6f040 (trunk as of 2012-04-26 13:21:01 UTC), implementing a TIP of the same name.
User Comments: dgp added on 2012-05-01 22:12:29:
There's room for some improvements
in how to handle this feature when bytecompiling.
Since we always know this syntax will produce
zero words, there's no requirement to disable all
compiling when encountering it.  This is in contrast
to {*} where the inability to know how many words
are coming disables compilation.

dgp added on 2012-05-01 03:21:48:
Branch tip-401 checked in.

dgp added on 2012-04-30 20:32:56:
Would you like fossil commit access to create
a branch?

lars_h added on 2012-04-30 03:03:03:

File Added - 442413: comment-words.diff

Attachments: