RejectedSoftware Forums

Sign up

dub strips off my configurations

in pyd: https://github.com/ariovistus/pyd

I have a bunch of configurations defined in dub.json, but it looks like when dub downloads pyd, it strips them off and replaces them with

        "configurations": [
            {
                "targetType": "library",
                "name": "library"
            }
        ]

Is this expected and/or is there a way to export configurations?

Re: dub strips off my configurations

On Fri, 09 Jan 2015 21:51:44 GMT, ellery-newcomer@utulsa.edu wrote:

in pyd: https://github.com/ariovistus/pyd

I have a bunch of configurations defined in dub.json, but it looks like when dub downloads pyd, it strips them off and replaces them with

        "configurations": [
            {
                "targetType": "library",
                "name": "library"
            }
        ]

Is this expected and/or is there a way to export configurations?

This is definitely unexpected behavior. Can you add a quick ticket to the bug tracker? I'll try to catch up with bug reports over the coming weeks.

Re: dub strips off my configurations

nvm, looks like I'm just being dumb.