Patches item #3500383, was opened at 2012-03-09 02:13 Message generated for change (Comment added) made by denis-w You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=757418&aid=3500383&group_id=144022
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Denis Washington (denis-w) Assigned to: Genete (genete) Summary: Fix ETL "value" testcase Initial Comment: The current "value" testcase currently aborts with a segmentation fault as a required 'value_store_type' is not declared. There is a declaration in the source code, but is commented out and, above of that, wrong. This patch fixes the test. ---------------------------------------------------------------------- >Comment By: Denis Washington (denis-w) Date: 2012-03-22 10:27 Message: Oops, that .gitignore change shouldn't have been part of the patch, sorry. Just ignore it! (I guess Netbeans added that when I played around with it.) ---------------------------------------------------------------------- Comment By: Genete (genete) Date: 2012-03-22 10:23 Message: Hi! patch works perfectly and will be included in the master branch. I would like to know what does the addition of those lines mean: diff --git a/.gitignore b/.gitignore index afb4e42..ba1a4df 100644 --- a/.gitignore +++ b/.gitignore @@ -197,3 +197,4 @@ ETL/test/smart_ptr ETL/test/stringf ETL/test/surface +/nbproject/private/ \ No newline at end of file ---------------------------------------------------------------------- Comment By: Genete (genete) Date: 2012-03-13 00:24 Message: Hi Denis, I'll test the patch as soon as possible. i've been having particular busy days lately. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=757418&aid=3500383&group_id=144022 ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Synfig-devl mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synfig-devl
