[Aceunit-devel] [ aceunit-Bugs-1851271 ] The Generator SHOULD declare constant data as const
Status: Beta
Brought to you by:
christianhujer
From: SourceForge.net <no...@so...> - 2007-12-15 16:36:30
|
Bugs item #1851271, was opened at 2007-12-15 12:48 Message generated for change (Comment added) made by christianhujer You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1000227&aid=1851271&group_id=207094 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Java Generator Group: 0.3.2 >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Christian Hujer (christianhujer) Assigned to: Christian Hujer (christianhujer) Summary: The Generator SHOULD declare constant data as const Initial Comment: The Generator SHOULD declare constant data as const. Expected Behaviour: All data that will not change during runtime and initialized by the compiler or linker is declared as const so it could be placed in ROM. Actual Behaviour: Data that will not change during runtime and initialized by the compiler or linker is not declared as const. Therefore linkers will eventually complain. ---------------------------------------------------------------------- >Comment By: Christian Hujer (christianhujer) Date: 2007-12-15 17:36 Message: Logged In: YES user_id=465603 Originator: YES Fixed in r250. Will be released in 0.4. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1000227&aid=1851271&group_id=207094 |