Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Bump dub to v1.40.0#317

Merged
atilaneves merged 1 commit intoatilaneves:masterfrom
kinke:dub_1.40
Jun 10, 2025
Merged

Bump dub to v1.40.0#317
atilaneves merged 1 commit intoatilaneves:masterfrom
kinke:dub_1.40

Conversation

@kinke
Copy link
Contributor

@kinke kinke commented Apr 14, 2025

No description provided.

@Geod24
Copy link
Contributor

Geod24 commented Apr 15, 2025

Warning Sub package unit-threaded:exception, referenced by unit-threaded:assertions dub.package_.Package must be referenced using the path to its base package

I don't think this warning was meant to be this way :)

@kinke
Copy link
Contributor Author

kinke commented Apr 15, 2025

Yeah, and I'm wondering where those warnings are coming from - reggae itself depends on unit-threaded (for the unittest config only), and then there's

{
"name": "unittest",
"targetName": "ut",
"preBuildCommands": ["dub run unit-threaded -c gen_ut_main -- -f ut.d"],
"mainSourceFile": "ut.d",
"excludedSourceFiles": ["source/lemain.d"],
"dependencies": {
"unit-threaded": "~>0.7.10"
}
}

I haven't found any other unit-threaded occurrences in the whole repo, so no idea where those warnings wrt. unit-threaded subpackages come from.

@Geod24
Copy link
Contributor

Geod24 commented Apr 15, 2025

I think this: https://github.com/atilaneves/unit-threaded/blob/bdad1fe190c8f77f382bbc0e00a21e0d13839c04/subpackages/exception/dub.sdl#L6

dependency "unit-threaded:from" path="../.."

Is the issue. But I'm not sure why TBH.

@kinke kinke marked this pull request as ready for review May 19, 2025 19:04
@kinke
Copy link
Contributor Author

kinke commented Jun 2, 2025

Ping @atilaneves. I've originally wanted to dig a bit, but don't anymore. ;)

@atilaneves atilaneves merged commit 8ea0a80 into atilaneves:master Jun 10, 2025
17 checks passed
@kinke kinke deleted the dub_1.40 branch June 10, 2025 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants