[Issue 15148] Linker error with packages

2023-06-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15148

RazvanN  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||razvan.nitu1...@gmail.com
 Resolution|--- |WORKSFORME

--- Comment #3 from RazvanN  ---
This now fails with:

```
app.d(5): Error: undefined identifier `a`

```

So it is no longer an error.

--


[Issue 15148] Linker error with packages

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15148

Iain Buclaw  changed:

   What|Removed |Added

   Priority|P1  |P3

--


[Issue 15148] Linker error with packages

2015-10-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15148

--- Comment #2 from yazan.dab...@gmail.com ---
I think it should either be a compilation error or it should just work, but not
a linker error. I don't have a preference to either.

--


[Issue 15148] Linker error with packages

2015-10-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15148

Vladimir Panteleev  changed:

   What|Removed |Added

 CC||thecybersha...@gmail.com

--- Comment #1 from Vladimir Panteleev  ---
package.d needs a module statement, it doesn't know where the hierarchy root
is.

I think this is invalid.

--


[Issue 15148] Linker error with packages

2015-10-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15148

yazan.dab...@gmail.com changed:

   What|Removed |Added

   Severity|enhancement |normal

--