Skip to content

Fixes for D version 2.071#1

Open
mzdravkov wants to merge 2 commits intokiith-sa:masterfrom
mzdravkov:master
Open

Fixes for D version 2.071#1
mzdravkov wants to merge 2 commits intokiith-sa:masterfrom
mzdravkov:master

Conversation

@mzdravkov
Copy link
Copy Markdown

Hello,

Firstly, I want to say that I've never written in D. I just saw your paper about concurrent ECS design and decided to try tharsis. These are the changes I made in order to successfully compile the project. Maybe I've made stupid things, don't know.

Basically, there were two missing imports - I added them;
The algorithm.join seems to have been moved to array.join, so I changed that, and
to!string(type) was referring to a function called to from some package about time, which I believe should have been a mistake.

Anyway, I'm leaving to you to decide whether these fixes are ok.

mzdravkov added 2 commits May 28, 2016 12:38
std.algorithm.sorting was missing and the function `sort` could not be found
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.

1 participant