[Issue 3420] [PATCH] Allow string import of files using subdirectories

2010-06-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3420 Don changed: What|Removed |Added Keywords|patch | CC||

[Issue 3420] [PATCH] Allow string import of files using subdirectories

2010-03-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3420 --- Comment #17 from Walter Bright 2010-03-08 22:20:35 PST --- Posix-only fix in dmd 1.057 and 2.041 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 3420] [PATCH] Allow string import of files using subdirectories

2010-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3420 --- Comment #16 from Walter Bright 2010-02-21 22:59:36 PST --- Changeset 396, for Posix only. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 3420] [PATCH] Allow string import of files using subdirectories

2009-12-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3420 --- Comment #15 from Vladimir 2009-12-05 13:15:26 PST --- So, my programs relied on a bug in DMD, which was recently rightfully fixed. Well, that sucks. Hoping your patch is accepted. -- Configure issuemail: http://d.puremagic.com/issues/

[Issue 3420] [PATCH] Allow string import of files using subdirectories

2009-12-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3420 --- Comment #14 from Leandro Lucarella 2009-12-04 10:12:16 PST --- Doesn't work on Linux, so this is a Windows-only problem (well, it was a Windows-only fix really :). Here is the fix: http://www.dsource.org/projects/dmd/changeset/156#file64

[Issue 3420] [PATCH] Allow string import of files using subdirectories

2009-12-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3420 --- Comment #13 from Vladimir 2009-12-04 08:36:49 PST --- C:\Downloads\dmd.1.041\dmd\windows\bin> dmd | head -n 1 Digital Mars D Compiler v1.041 C:\Downloads\dmd.1.041\dmd\windows\bin> type test.d const data = import("dir/data.txt"); C:\Down

[Issue 3420] [PATCH] Allow string import of files using subdirectories

2009-12-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3420 --- Comment #12 from Leandro Lucarella 2009-12-04 06:09:29 PST --- I just tried DMD 1.041 and I can't make const data = import("dir/data.txt"); work using -J. (or any other -J option for that matter). Can you try again with DMD 1.041? I can'

[Issue 3420] [PATCH] Allow string import of files using subdirectories

2009-12-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3420 --- Comment #11 from Vladimir 2009-12-03 19:23:58 PST --- Yes, I was very careful in finding the exact version this problem was introduced. As stated in the issue description, the problem manifests in DMD 1.042 (and newer), but not 1.041. At f

[Issue 3420] [PATCH] Allow string import of files using subdirectories

2009-12-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3420 Leandro Lucarella changed: What|Removed |Added Version|1.042 |1.006 Severity|enhancemen

[Issue 3420] [PATCH] Allow string import of files using subdirectories

2009-12-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3420 --- Comment #9 from Vladimir 2009-12-03 18:26:16 PST --- It's really frustrating when such unannounced changes in compiler behavior break my code. Today I needed to fix up an old program I wrote, which makes extensive usage of importing files