Mathias LANG
Mathias LANG
So this lazy initialization is done by Phobos. If it can't find Curl, it [throws an Exception](https://github.com/dlang/phobos/blob/ad9f87d1b816783bd8c13f461490e68f7fcae20a/std/net/curl.d#L4262-L4263). Which we end up catching: https://github.com/dlang/dub/blob/a91307124eaa87d0fbdf47a5766c21ad00dfc4f3/source/dub/dub.d#L1804-L1807 I assume `dub --verbose` would help here,...
`>0.0.0` is a valid format, although slightly useless: https://devhints.io/semver @WebFreak001 looks like your documentation is incomplete, it does not include `>=1.0.0
Transfered to eventcore from Vibe.d, although there's probably some error in Vibe.d too.
That looks like an eventcore issue. I am transferring this accordingly.
Although I think D doesn't support FreeBSD 12 yet because of some issues with ino64
Upstream fix: https://github.com/dlang/druntime/pull/3301 But that will only work with v2.095.0+
Indeed, thanks for doing this! I haven't personally needed Musl for a few years so never got around to fixing the more tedious issues, but I do remember backtraces not...
@kfangw : We had a long discussion with @Charleslee522 about this yesterday. My point was that all immutable data (blockchain data) should be serialized in the most efficient manner, e.g....
> Block, BlockAccount, BlockTransaction, and BlockOperation, is blockchain data Yep. Application data would be things like indexes, transaction pool, etc...
We checked with @outsideris the disk usage on testnet. Turns out that we are producing around 0.1Mb/second of data with 0 traffic. This means: - 144 Mb / day -...