the patch seems to break std.bitmanip unittests:
bitmanip.d(284): Error: template instance taggedPointer!(uint*, "x", bool, "b1", 1, bool, "b2", 1) does not match template declaration taggedPointer(T : T*, string name, Ts...)
bitmanip.d(396): Error: template instance taggedPointer!(int*, "a", uint, "b", 2) does not match template declaration taggedPointer(T : T*, string name, Ts...)
Comment #3 by k.hara.pg — 2015-03-29T10:39:03Z
(In reply to Ketmar Dark from comment #2)
> the patch seems to break std.bitmanip unittests:
>
> bitmanip.d(284): Error: template instance taggedPointer!(uint*, "x", bool,
> "b1", 1, bool, "b2", 1) does not match template declaration taggedPointer(T
> : T*, string name, Ts...)
> bitmanip.d(396): Error: template instance taggedPointer!(int*, "a", uint,
> "b", 2) does not match template declaration taggedPointer(T : T*, string
> name, Ts...)
The first version had a bug so it broke dmd test suite. then I updated pull request to fix the issues.
Comment #4 by ketmar — 2015-03-29T11:25:10Z
thank you.
it's a pity that bugzilla has no notifications about patch updates...
Comment #5 by github-bugzilla — 2015-04-01T04:24:12Z