Re: [racket-dev] shadowing imports with definitions

2015-06-24 Thread Greg Hendershott
p.s. I guess a third way is to always use prefix-in, which IIUC is the convention in Clojure. (I feel having prefixes on everything is distracting, but, it's another possible way.) -- You received this message because you are subscribed to the Google Groups Racket Developers group. To

Re: [racket-dev] shadowing imports with definitions

2015-06-23 Thread Alexis King
Would it perhaps be possible to support compilation “warnings” in addition to flat-out errors? I think the logic behind this change is good—simply adding exports being a potentially breaking change is problematic—but being completely silent about it is also possibly confusing. Having a concept