Nice! Thanks. So here is maybe a stupid question (and I'm gonna read the wiki stuff on packages next) but it seems to me that the package loader should notice that glorp is already loaded and not load it if glorp is specified as a prerequisite but instead it fails. Is the package loader not smart enough to understand what is already loaded and skip load attempts? Puzzling.
On Oct 19, 2019, at 11:23 PM, Pierce Ng <pierce@samadhiweb.com> wrote:
On Sat, Oct 19, 2019 at 01:26:10AM -0700, Todd Blanchard via Pharo-users wrote:
I loaded GLORP+P3 without issue. Trying to load SQLite3 - it also wants to load GLORP which complains of conflict.
Todd, to load SQLite3 only:
Metacello new repository: 'github://astares/Pharo-UDBC/src'; baseline: 'UDBC'; load: 'SQLite'
Pierce