Ticket #73 (closed defect: fixed)

Opened 4 months ago

Last modified 2 months ago

import("file_name") does not evaluate in IDE

Reported by: aarti_pl Assigned to:
Priority: major Component: descent.astview
Version: 0.5 Keywords:
Cc:

Description

I couldn't find a way to specify -J switch for Descent to allow reading file, and evaluating it in Descent. Tested for 'trunk' version of Descent.

My code looks like below:

module examples.database.TestSchema;

import doost.database.Schema;

const string val = schema(import("TestSchema.schema"));
mixin(val);


Change History

07/06/08 11:09:44 changed by asterite

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

You can now. The import path is the same as the build path, until I put the new UI for this.