On Sat, Aug 7, 2021 at 11:46 AM sebb <seb...@gmail.com> wrote:
>
> On Sat, 7 Aug 2021 at 16:28, Sam Ruby <ru...@intertwingly.net> wrote:
> >
> > The 'gem' lines with path values in Gemfiles are effectively a way to
> > add another part of the source tree to the ruby lib path.
>
> But is the Gem packaging code still needed for Whimsy?

Indeed, there is no need to package the gem.  There may be a few rare
cases where it was useful for bootstrapping (setupmymac, docker), but
those can be addressed by other (and frankly better) ways.

> I've created a branch to work on this.
> It mostly works, but it looks like some code which was previously
> pulled in by the Whimsy gem needs to be explicitly referenced.

That's what the 'gem' lines with path values in Gemfiles do.  Those
lines either need to be restored, or another way to achieve this needs
to be created.

- Sam Ruby

> > On Sat, Aug 7, 2021 at 8:43 AM sebb <seb...@gmail.com> wrote:
> > >
> > > AFAICT it is not necessary for the whimsy library code to be packaged as 
> > > a Gem.
> > >
> > > However there is still some code relating to the packaging.
> > > This may or may not still work.
> > >
> > > I think it would be best to drop the code to reduce the burden on
> > > future maintainers.
> > >
> > > Sebb

Reply via email to