Skip to content

Feature request: string interpolate in magic arguments #84

@frankfliu

Description

@frankfliu

I'd like to use "${XXX}" or "$XXX" style string interpolate in magic arguments. So I can run dynamic magic programmatically, for example:

String classifier = System.getProperty("os.name").startsWith("Mac") ? "osx-x86_64" : "linux-x86_64";

%maven ai.djl.mxnet:mxnet-native-mkl:jar:${classifier}:1.6.0-a-SNAPSHOT

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions