public inbox for goredo-devel@lists.cypherpunks.ru
Atom feed
* Support for virtual targets
@ 2022-04-16 19:13 Jan Niklas Böhm
  2022-04-16 21:11 ` Sergey Matveev
  0 siblings, 1 reply; 6+ messages in thread
From: Jan Niklas Böhm @ 2022-04-16 19:13 UTC (permalink / raw)
  To: goredo-devel

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

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

end of thread, other threads:[~2022-04-24 18:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-16 19:13 Support for virtual targets Jan Niklas Böhm
2022-04-16 21:11 ` 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