Ticket #18 (closed enhancement: fixed)

Opened 6 years ago

Last modified 6 years ago

Handle forced exports in the compiler

Reported by: stephan Owned by: stephan
Priority: major Milestone: OTDT_1.1.5
Component: compiler Version: 1.1.4
Keywords: Cc: mosconi

Description

The compiler should read the ForcedExports declarations of a project's plugin.xml. Considering these declarations base imports should not be flagged as inaccessible or discouraged access, but as a form of decapsulation. Thus, the standard compiler configuration will treat the use of forced exports as warnings, not as errors.

The warning regarding forced exports should mention the need to additionally grant forced exports in the deployed system's config.ini.

Change History

Changed 6 years ago by stephan

  • status changed from new to closed
  • resolution set to fixed

Tests in r16539 and r16544, implementation in r16541, r16542, r16543.

Note: See TracTickets for help on using tickets.