--- Begin Message ---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 <pie...@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
--- End Message ---
Re: [Pharo-users] Glorp + P3 + SQLite
Todd Blanchard via Pharo-users Tue, 22 Oct 2019 08:29:04 -0700
- [Pharo-users] Glorp + P3 + SQLite Todd Blanchard via Pharo-users
- Re: [Pharo-users] Glorp + P3 + SQLite Sven Van Caekenberghe
- Re: [Pharo-users] Glorp + P3 + SQL... Todd Blanchard via Pharo-users
- Re: [Pharo-users] Glorp + P3 +... HernĂ¡n Morales Durand
- Re: [Pharo-users] Glorp + P3 + SQLite Pavel Krivanek
- Re: [Pharo-users] Glorp + P3 + SQLite Pierce Ng
- Re: [Pharo-users] Glorp + P3 + SQL... Todd Blanchard via Pharo-users
- Re: [Pharo-users] Glorp + P3 +... Paul DeBruicker