all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Moving general useful procedures to the utils-modules
@ 2018-12-26 12:17 swedebugia
  2018-12-28 15:10 ` Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: swedebugia @ 2018-12-26 12:17 UTC (permalink / raw)
  To: guix-devel

Hi

I found this in guix/build/cargo-build-system.scm:

(define (touch file-name)
   (call-with-output-file file-name (const #t)))

I think we should move useful ones like this to (build utils) and 
consider merging (build utils) and (import utils) into a single 
utils-module.

I think we should also consider factoring out some of these utils in a 
separate guix-utils library that can be used by other guile-projects 
WITHOUT depending on the whole of guix.

These steps makes it easier for newcomers to overview our many modules 
and use our very valuable tools.

-- 
Cheers Swedebugia

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

end of thread, other threads:[~2018-12-28 15:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-26 12:17 Moving general useful procedures to the utils-modules swedebugia
2018-12-28 15:10 ` Ricardo Wurmus

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.