[Scons-dev] Issues that can potentially be closed

William Blevins wblevins001 at gmail.com
Wed Jul 9 19:57:51 EDT 2014


*Duplicates:*

1594, 1849, 2547, 2548 - Java() misses anonymous inner class file from
private instances

I recommend we close 3 of the 4 and move comments as necessary; no reason
to have four P1 issues open for the same problem.

*Might be a no issue:*

1772 – Java builder doesn't process lists of directories correctly

Thoughts: elements of a list of sources for javac are executed in parallel
which works as designed?

    Javac( <buildDir>, [ source1, source2, sourceN] )

    Items source[1-N] are executed in parallel regardless of type (java
file, directory, list of java files)

Note: we should update the documentation to show this before closing.

Question: do we want to change the behavior based on the type as listed
above?

Doing [ <javac item> for item in <list of java files> ] might not be very
efficient but this makes a lot of sense of the other two options [ <javac
item> for item in <list of directories> ] or [ <javac item> for item in
<list of lists of java files> ].

V/R,

William
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://two.pairlist.net/pipermail/scons-dev/attachments/20140709/ceabdbf1/attachment.html>


More information about the Scons-dev mailing list