public inbox for goredo-devel@lists.cypherpunks.ru
Atom feed
From: "Jan Niklas Böhm" <mail@jnboehm•com>
To: goredo-devel@lists.cypherpunks.ru
Subject: Support for virtual targets
Date: Sat, 16 Apr 2022 21:13:50 +0200	[thread overview]
Message-ID: <b7baa8ea-24d3-b5f9-59c9-ced5843269af@jnboehm.com> (raw)

Hello,

I was wondering why this implementations lists under its notes [1] 
(third point) that:

	- empty targets are considered always out of date

This caught me a bit by surprise and I was wondering whether its 
possible to actually check whether the target is ood by looking at its 
dependencies, similar to how redo-python does it.  The use case is also 
given in those documents, e. g. compiling a latex document [2].

 From what I was able to gather the corresponding lines are probably l. 
130 and/or l.158 in ood.go.  I am going off of the most recent version 
1.24.0.  If I can help with this, please let me know, although I am 
afraid that I have not written anything in Go so far.

Cheers
Nik


[1]: http://www.goredo.cypherpunks.ru/Notes.html
[2]: 
https://redo.readthedocs.io/en/latest/cookbook/latex/#virtual-targets-side-effects-and-multiple-outputs

             reply	other threads:[~2022-04-16 19:41 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-16 19:13 Jan Niklas Böhm [this message]
2022-04-16 21:11 ` Support for virtual targets Sergey Matveev
2022-04-17 20:37   ` Resolving paths within symlinked dirs (Re: Support for virtual targets) Jan Niklas Böhm
2022-04-22  9:27     ` Resolving paths within symlinked dirs targets) Sergey Matveev
2022-04-22 20:42       ` Resolving paths within symlinked dirs targets Jan Niklas Böhm
2022-04-24 18:34         ` Sergey Matveev