GetComponents: use of uninitialized values.

Issue #272 closed
Bruno Mundim created an issue

Hi,

I am receiving the following kind of messages when updating my tree with the newest version of GetComponents (./GetComponents -u -a --noshallow thorns.th):


Updating module: Carpet/doc
from repository: git://carpetcode.dyndns.org/carpet
located in: Cactus/arrangements
Use of uninitialized value in regexp compilation at ./GetComponents line 1569.
Use of uninitialized value in concatenation (.) or string at ./GetComponents line 1572.
Use of uninitialized value in concatenation (.) or string at ./GetComponents line 1572.
Already on 'master'


Thanks, Bruno.

Keyword: uninitialized
Keyword: values

Comments (2)

  1. Eric Seidel
    • changed status to resolved
    • removed comment

    Thanks for catching this. !GetComponents was populating the list of branches to update with one `undef` element if there were no branches specified by the user. This has been fixed.

  2. Log in to comment