← Back to index
|
Original Bugzilla link
Bug 24146 – Linker error with SysTime and std.conv
Status
NEW
Severity
normal
Priority
P1
Component
dmd
Product
D
Version
D2
Platform
x86_64
OS
Linux
Creation time
2023-09-14T08:25:14Z
Last change time
2024-12-13T19:30:47Z
Assigned to
No Owner
Creator
Andrea Fontana
Moved to GitHub: dmd#20331 →
Comments
Comment #0
by trikkuz — 2023-09-14T08:25:14Z
main.d ---- import test; int main() {return 0;} auto blabla(string d) { import std; SysTime.fromISOString(d); } ---- test.di: (test.d works!) ---- module test; enum XXX = bla("1.1"); int bla()(string s) { import std; s.splitter('.').front.to!uint; return 0; } ---- dmd -i main.d See Also:
https://github.com/D-Programming-Deimos/openssl/issues/107
Comment #1
by robert.schadek — 2024-12-13T19:30:47Z
THIS ISSUE HAS BEEN MOVED TO GITHUB
https://github.com/dlang/dmd/issues/20331
DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB