Summary
get rid of ##sys#alias-global-hook
Metadata
- Id: 4ba936bbcbe378353ef3f78cb29fde0a016c9b33
- Trac id: 613
- Type: task
- Reporter: felix
- Owner:
- Cc:
- Status: closed
- Component: expander
- Estimated difficulty:
- Resolution: worksforme
- Priority: minor
- Milestone:
- Version: 4.7.x
- Changetime: 2011-11-14 13:45:14 UTC
- Created: 2011-06-18 19:41:32 UTC
- Keywords: eval/meta modules renaming
Description
Populating the initial environment for normal and compile-time evaluation would be a cleaner solution than using `##sys#alias-global-hook` (probably), which does some rather ugly renaming because it has to figure out the correct identifier->symbol mapping (with/without a current-module, etc.).
Changes and comments
[2011-06-18 19:41:46 UTC] felix removed milestone 4.8.0
[2011-11-14 13:45:14 UTC] felix changed status from new to closed
[2011-11-14 13:45:14 UTC] felix set resolution to worksforme
[2011-11-14 13:45:14 UTC] felix wrote:
I see no immediate demand for this, and would require a complicated and error-prone change in various parts of the module and macro system. Therefore I close this ticket until we either have lots of time to make the change or until something breaks seriously that requires such a change.