[Issue 7730] Make imports work case-sensitive on all platforms

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7730 Iain Buclaw changed: What|Removed |Added Priority|P2 |P4 --

[Issue 7730] Make imports work case-sensitive on all platforms

2012-03-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7730 Don changed: What|Removed |Added CC||clugd...@yahoo.com.au --- Comment #10 from Don

[Issue 7730] Make imports work case-sensitive on all platforms

2012-03-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7730 --- Comment #9 from Stewart Gordon 2012-03-20 15:29:55 PDT --- (In reply to comment #8) > (In reply to comment #4) >> I wouldn't really exaggerate that. Actually using a find/sed >> expression thats quite easy to fix. > > That might be the c

[Issue 7730] Make imports work case-sensitive on all platforms

2012-03-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7730 --- Comment #8 from Jacob Carlborg 2012-03-19 08:30:57 PDT --- (In reply to comment #4) > I wouldn't really exaggerate that. Actually using a find/sed expression thats > quite easy to fix. That might be the case but it would still break a lot

[Issue 7730] Make imports work case-sensitive on all platforms

2012-03-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7730 --- Comment #7 from Armin Kazmi 2012-03-19 05:31:12 PDT --- Another reason to change that as early as possible, is, a breaking change now is partially acceptable, but becomes more and more a problem if the language gets popular and multi-milli

[Issue 7730] Make imports work case-sensitive on all platforms

2012-03-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7730 --- Comment #6 from Armin Kazmi 2012-03-19 05:28:29 PDT --- > The problem at the moment is that the capitalisation of a module's name, in > the > absence of a module declaration, depends on the name by which it is > referenced. > Try this a

[Issue 7730] Make imports work case-sensitive on all platforms

2012-03-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7730 Stewart Gordon changed: What|Removed |Added CC||s...@iname.com --- Comment #5 from St

[Issue 7730] Make imports work case-sensitive on all platforms

2012-03-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7730 --- Comment #4 from Armin Kazmi 2012-03-19 03:41:27 PDT --- (In reply to comment #3) > (In reply to comment #1) > > This is an interesting idea, but I think there are also other alternatives. > > Like requiring & enforcing all module names to

[Issue 7730] Make imports work case-sensitive on all platforms

2012-03-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7730 Jacob Carlborg changed: What|Removed |Added CC||d...@me.com --- Comment #3 from Jacob

[Issue 7730] Make imports work case-sensitive on all platforms

2012-03-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7730 --- Comment #2 from Armin Kazmi 2012-03-18 19:37:40 PDT --- (In reply to comment #1) > This is an interesting idea, but I think there are also other alternatives. > Like requiring & enforcing all module names to be fully lower-case. That's al

[Issue 7730] Make imports work case-sensitive on all platforms

2012-03-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7730 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc --- Com

[Issue 7730] Make imports work case-sensitive on all platforms

2012-03-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7730 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com Seve