On Sunday, 26 February 2017 at 10:34:07 UTC, Patrick Schluter wrote:
On Sunday, 26 February 2017 at 09:53:42 UTC, Seb wrote:
On Sunday, 26 February 2017 at 09:41:46 UTC, rumbu wrote:
[...]

If you want a module with a lot less features, the low-level core.checkedint might be interesting for you:

http://dlang.org/phobos/core_checkedint.html

[...]


It is now: http://dlang.org/phobos-prerelease/std_experimental_checkedint.html

If this is still unclear, please submit a PR to improve the docs! ;-)

The runnable examples fail at compilation with
/d947/f268.d(1): Error: module checkedint is in file 'std/experimental/checkedint.d' which cannot be read

Yes that's expected as DPaste doesn't support dmd-nightly builds :/ There's not much I can update this - the maintainer of DPaste hasn't been very active recently.
So if you want to do sth. about it, there are two ways:

1) Ping him friendly -> https://github.com/nazriel
2) Write your DPaste replacement (could be based on the dlang-tour [1])

[1] https://github.com/stonemaster/dlang-tour/issues/501

Reply via email to