REBOL3 tracker
  0.9.12 beta
Ticket #0001681 User: anonymous

Project:



rss
TypeWish Statustested Date20-Oct-2010 11:39
Versionalpha 108 CategoryMezzanine Submitted byBrianH
PlatformAll Severitymajor Prioritynormal

Summary IMPORT block! enhancements
Description IMPORT block! just calls the internal Needs header processor, but this could use some improvement. Some proposals:
- Have IMPORT block! return a block of the modules imported.
- Propagate the /isolate and /only options to the imported modules.

Now here's an advanced one:
- In /no-user mode (see #1680), if not /only, return the words from the private modules imported, collected into an object. This object could then be passed to MODULE/mixin (see #1682) to incorporate in the created module.

These all would make the IMPORT function more useful, especially when called within module code.
Example code

			

Assigned ton/a Fixed inalpha 109 Last Update21-Oct-2010 05:32


Comments

Date User Field Action Change
21-Oct-2010 05:32 BrianH Fixedin Modified => alpha 109
21-Oct-2010 05:32 BrianH Status Modified pending => tested
20-Oct-2010 16:47 BrianH Status Modified submitted => pending
20-Oct-2010 11:45 BrianH Description Modified -
20-Oct-2010 11:39 BrianH Ticket Added -