Thread overview
[Issue 17038] support for std.uni store / load trie entry table
Jan 08, 2017
Remi Thebault
Sep 08, 2017
Dmitry Olshansky
Dec 17, 2022
Iain Buclaw
January 08, 2017
https://issues.dlang.org/show_bug.cgi?id=17038

--- Comment #1 from Remi Thebault <remi.thebault@gmail.com> ---
In addition, it should be supported to store the table for both 32 bits and 64 bits.

Currently the Trie.store method outputs D code for the running architecture
only.
64 bits code output cannot compile in 32 bits.
32 bits code output will compile in 64 bits, but will likely give false
results.

And what about endianness?

--
September 08, 2017
https://issues.dlang.org/show_bug.cgi?id=17038

Dmitry Olshansky <dmitry.olsh@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|nobody@puremagic.com        |dmitry.olsh@gmail.com

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=17038

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P4

--
December 01
https://issues.dlang.org/show_bug.cgi?id=17038

--- Comment #2 from dlangBugzillaToGithub <robert.schadek@posteo.de> ---
THIS ISSUE HAS BEEN MOVED TO GITHUB

https://github.com/dlang/phobos/issues/9705

DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB

--