Skip to content

Add arguments to the compiler to make certain functions easier #1934

@Lamparter

Description

@Lamparter

It would be nice to be able to compile some things automatically as input to the compiler rather than copying the same thing into each file.

Rather than putting

import clr
clr.AddReference("bla bla bla")
from whatever import foo

I might want to add these as arguments to the IronPython compiler so that they don't need to be in every file.

This will make it easier to support PackageReference via the IronPython SDK and other features.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions