Changes between Version 2 and Version 3 of CodeRefactoringWarningsEnum
- Timestamp:
- 01/15/09 00:08:31 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CodeRefactoringWarningsEnum
v2 v3 1 2009-01-14, Chuck Esterbrook: Why is this a wiki page instead of a ticket? How does this help document Cobra for the users?2 3 1 Please look at theses error messages, find duplicates, find a english readable enumeration member name and put it in the enum at the bottom of the code. 4 2 … … 91 89 92 90 }}} 91 92 93 94 == Discussion == 95 96 2009-01-14, Chuck Esterbrook: Why is this a wiki page instead of a ticket? How does this help document Cobra for the users? 97 98 2009-01-15, Gauthier Segay: I just took a post from you about [http://cobra-language.com/forums/viewtopic.php?f=4&t=272&p=1610&hilit=warning#p1602 Warning Id for the compiler] and checked the use of warning signaling, instead of skipping to another task I thought the wiki could be a workspace for editing the messages and have your agreement for the enumeration name before someone could commit to the patch.