Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions changelog.dd
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ $(BUGSTITLE Library Changes,
to get the index of the minimum element of a range.))
$(LI $(RELATIVE_LINK2 maxIndex, Added `std.algorithm.searching.maxIndex`
to get the index of the maximum element of a range.))
$(LI $(RELATIVE_LINK2 ndslice-removal, `std.experimental.ndslice`
has been deprecated.))

)

Expand Down Expand Up @@ -71,6 +73,14 @@ assert(a.minIndex == -1);
-------
)

$(LI $(LNAME2 ndslice-removal, `std.experimental.ndslice` has been
deprecated.)
The synchronization between Phobos and Mir turned out to be a lot of work
with litte gain. Users of `std.experimental.ndslice` are advised to
switch to the upstream $(LINK2 https://github.com/libmir/mir-algorithm,
mir package).
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@9il I used the same link as you proposed in the deprecation warning.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was changed to mir-algorithm. I don't think I understand now what we should put into mir-std, probably this would be only traits and meta and maybe compiler intrinsics.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mir Algorithm package

)

)

Macros:
Expand Down