close Warning: Can't synchronize with repository "(default)" ("(default)" is not readable or not a Git repository.). Look in the Trac log for more information.

Opened 13 years ago

Closed 13 years ago

#49 closed defect (fixed)

RCS keywords need to be updated

Reported by: Raymond Toy Owned by: somebody
Priority: trivial Milestone:
Component: Core Version: 2011-09
Keywords: Cc:

Description

With the move to git, the RCS keywords in the file-comment's need to be updated. The revision number, dates, and author are no longer correct. With the fix for ticket:48, we don't need any information in the file-comment.

Change History (1)

comment:1 Changed 13 years ago by toy.raymond@…

Resolution: fixed
Status: newclosed

commit 99a5797f72ae3a43d8e5909653770f044f993c17 Author: Raymond Toy <toy.raymond@…> Date: Sat Sep 24 23:10:18 2011 -0700

Fix ticket:49. In every file-comment, replace the existing $Header$ entries with just the file path, removing the revision number, date, author and state. The actual information is now computed during compilation and stored in the fasl itself. (See ticket:48.)

Note: See TracTickets for help on using tickets.