serve-d icon indicating copy to clipboard operation
serve-d copied to clipboard

Bump dub version to 1.29.0 for workspace-d

Open Rubikoid opened this issue 3 years ago • 2 comments

Dump dub version to the most recent 1.29.0

Fixes crash on some projects with backtrace like that:

Running dub build
2022-07-22T00:48:39.974 [error] serverbase.d:338:__lambda2 Failed processing notification: object.Exception@../../../.dub/packages/dub-1.28.0-beta.1/dub/source/dub/project.d(1485): Invalid variable: DC
----------------
??:? [0x55f165c556f5]
??:? [0x55f165c57196]
??:? [0x55f165c38c7f]
??:? [0x55f165b930d0]
??:? [0x55f165b929fb]
??:? [0x55f165b89dc0]
??:? [0x55f165b2d13b]
??:? [0x55f165b2d1c4]
??:? [0x55f165b8414b]
??:? [0x55f165b84119]
??:? [0x55f165b84119]
??:? [0x55f165b83fb4]
??:? [0x55f165b2ca7e]
??:? [0x55f1659662b0]
??:? [0x55f165c31383]
??:? [0x7efcbde1f54c]
??:? clone [0x7efcbdea4873]

Rubikoid avatar Jul 22 '22 14:07 Rubikoid

I believe that error is caused by trying to build newer versions of the openssl bindings. Specifically this commit: 8718928.

jnms-me avatar Sep 15 '22 17:09 jnms-me

this will be implemented once I fixed the CI

WebFreak001 avatar Sep 15 '22 18:09 WebFreak001

sorry about the delay, I forgot about this PR and had updated it myself. The current nightly and pre-release contain the latest DUB version.

WebFreak001 avatar Dec 13 '22 20:12 WebFreak001