Opened 10 years ago
Last modified 10 years ago
#3177 new defect
Loading libraries with non existing names in package.order should not fail
Reported by: | Adrian Pop | Owned by: | somebody |
---|---|---|---|
Priority: | high | Milestone: | Future |
Component: | Frontend | Version: | trunk |
Keywords: | Cc: |
Description
Currently we fail if we find a name in package.order which does not exist as a directory_name/package.mo or name.mo. We should only give a warning and continue. Unfortunately a lot of libraries (especially in development) have this issue and we fail to load them because of it.
Change History (4)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Yes. But they will be fixed also if we issue a warning and not just bluntly refuse to load them.
comment:3 by , 10 years ago
Are you sure? Who of us will go filing bug reports when they are working and the coverage tests work just fine regardless.
Note:
See TracTickets
for help on using tickets.
It's very good that we find these libraries as otherwise they stay broken forever :(