Dexed, revived!

Basile B. b2.temp at gmx.com
Mon Oct 21 13:39:00 UTC 2019


On Thursday, 17 October 2019 at 13:03:08 UTC, Akira1364 wrote:
> I was able to track down a full copy of 
> almost-the-latest-version of the Dexed repo (version 3.7.4) and 
> have put it up here:
>
> https://github.com/Akira13641/dexed

You shouldn't have added mir-core dependency.

stdx allocators repository has a branch named "2.77.z" ([1]) that 
doesn't rely on mir-core. Most (if not all) of the tools based on 
dparse + stdx allocs use this branch, exactly to prevent the 
dependency. For example here, in the folder names, [2], the "@ 
<hash>" points to the last commit of this "2.77.z" branch. The 
reference is concretely stored somewhere in the ".git" folder, so 
when people do "git submodule update" the right branch is 
automatically selected.

[1]: https://github.com/dlang-community/stdx-allocator/tree/2.77.z
[2]: https://github.com/dlang-community/DCD



More information about the Digitalmars-d-ide mailing list