all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#57694] [PATCH 0/1] Support for importing a specified version of a gem.
@ 2022-09-09 13:44 Taiju HIGASHI
  2022-09-09 13:47 ` [bug#57694] [PATCH 1/1] import: gem: " Taiju HIGASHI
  0 siblings, 1 reply; 5+ messages in thread
From: Taiju HIGASHI @ 2022-09-09 13:44 UTC (permalink / raw)
  To: 57694; +Cc: Taiju HIGASHI

Hi,

I've improved the guix gem importer. We can import a specific version gem by
this patch.
Hopefully, I'd like to improve gem-recursive-import so that become can import
specific version dependencies.
To do so, we need to implement a parser for the gem version string and a
resolver to fetch the latest gem of the version range. (such as the go
importer)
It may be difficult for me, but I'll try later.
However, this patch is not perfect, but I think that still useful.

I recognize that I should modify the documentation, but I'm not good at
English, so could you modify the documentation if you need it?

Regard,

Taiju HIGASHI (1):
  import: gem: Support for importing a specified version of a gem.

 guix/import/gem.scm         |  19 ++++--
 guix/scripts/import/gem.scm |  39 +++++++------
 tests/gem.scm               | 113 ++++++++++++++++++++++++++++++++++++
 3 files changed, 148 insertions(+), 23 deletions(-)

--
2.37.2




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-09-17 23:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-09 13:44 [bug#57694] [PATCH 0/1] Support for importing a specified version of a gem Taiju HIGASHI
2022-09-09 13:47 ` [bug#57694] [PATCH 1/1] import: gem: " Taiju HIGASHI
2022-09-14  9:55   ` Taiju HIGASHI
2022-09-17 17:18     ` bug#57694: " Christopher Baines
2022-09-17 23:52       ` [bug#57694] " Taiju HIGASHI

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.