You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since that package haven't changed for 2 years, maybe it's a dub bug?
System information
$ uname -a
Linux 4.15.0-117-generic #118-Ubuntu SMP Fri Sep 4 20:02:41 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
$ /usr/bin/dub --version
DUB version 1.23.0, built on Sep 27 2020
$ /usr/bin/dmd --version
DMD64 D Compiler v2.094.0
Copyright (C) 1999-2020 by The D Language Foundation, All Rights Reserved written by Walter Bright
$ /usr/bin/dub build -v
Using dub registry url 'https://code.dlang.org/'
Refreshing local packages (refresh existing: true)...
Looking for local package map at /var/lib/dub/packages/local-packages.json
...
...
No valid package found in current working directory: Enforcement failed
Enforcement failed
Bug Description
Enforcement failed
How to reproduce?
git clone https://github.com/AntonMeep/profdump
cd profdump
dub build
The text was updated successfully, but these errors were encountered:
As I can see the configuration file is incorrect or dub has changed its behavior. If you add targetType "executable" to sub-configuration "executable" and remove sub-configuration "unittest" then the project builds as expected. I guess that dub fails due to the missing version of "fluent-assert"
At least if you remove "unittest" sub-configuration and add targetType "executable" to sub-configuration "executable" (or delete of sub-configurations at all) the project builds
I remember I used to able to build this package:
https://github.com/AntonMeep/profdump
but now, I cannot.
AntonMeep/profdump#6
Since that package haven't changed for 2 years, maybe it's a dub bug?
System information
Bug Description
Enforcement failed
How to reproduce?
The text was updated successfully, but these errors were encountered: