Activity

From 03/29/2014 to 04/27/2014

04/27/2014

04:27 PM Feature #1668 (Rejected): Support projects without SCM repository
J. Moringen
01:01 PM Revision a00a3865: Support error policies in src/commandline-interface/main.lisp
fixes #1840
* src/commandline-interface/main.lisp (update-synopsis): added on-error
commandline option
(call-wit...
J. Moringen
01:01 PM Revision 7343214e: Added locate-specifications in src/commandline-interface/main.lisp
* src/commandline-interface/main.lisp (locate-specifications): new
function; locate multiple specification files wi...
J. Moringen
12:37 PM Revision 5791f9d6: Report errors immediately at ends of phases in src/commandline-interface/main....
refs #1840
* src/commandline-interface/main.lisp (load-projects): do not analyze
projects
(analyze-projects): ne...
J. Moringen
12:29 PM Revision 038b57a0: Allow deferring errors in src/commandline-interface/main.lisp
refs #1840
* src/commandline-interface/conditions.lisp: new file; contains
conditions used in the commandline-inte...
J. Moringen
12:29 PM Revision 01cc97ff: Fix required CMake dependencies in src/analysis/cmake.lisp
refs #1854
The problem with 33459cc is that required CMake dependencies have to be
used to generate the -D<package>_...
J. Moringen
04:00 AM Enhancement #1841 (Resolved): Provide a command line switch to move the temp directory
Applied in changeset commit:af2904e85c82acc9cc64642f202011a0d1cd2a31. J. Moringen
03:18 AM Revision af2904e8: Support specifying temp directory in src/analysis/*.lisp
fixes #1841
* src/analysis/util.lisp (default-temporary-directory): new function;
compute a temporary directory ba...
J. Moringen
02:10 AM Enhancement #1858 (Resolved): Use -l option for svn log
Applied in changeset commit:25c33bba9f30a230db1c3dabadf1ed26fc046e18. J. Moringen
02:02 AM Revision 25c33bba: Limit number of analyzed revisions in src/analysis/subversion.lisp
fixes #1858
This will hopefully speed up log analysis for subversion projects with
long histories.
* src/analysis/s...
J. Moringen

04/25/2014

06:34 PM Revision bd908a4d: Fixed debug commandline option in src/commandline-interface/main.lisp
* src/commandline-interface/main.lisp (main): adjust log-level based on
debug commandline option
J. Moringen
06:34 PM Revision a8f189db: Added num-processes commandline options in src/commandline-interface/main.lisp
* src/commandline-interface/main.lisp (update-synopsis): added
num-processes commandline option
(main): choose nu...
J. Moringen
06:34 PM Revision 434640b6: Added missing function collect-option-values in src/commandline-interface/main...
refs #1666
Should have been part of commit 2311534.
* src/commandline-interface/main.lisp (collect-option-values): ...
J. Moringen
03:44 PM Enhancement #1858 (Resolved): Use -l option for svn log
Use @-l@ as a command line option for @svn log@ to reduce the log parsing time. J. Wienke
03:20 PM Enhancement #1843 (Resolved): Mention the underlying project for every reported error
Applied in changeset commit:8c23c2e44945740ffdf71caf34c312c1408ecf4a. J. Moringen
03:13 PM Revision 8c23c2e4: Report analysis errors with more detail in src/analysis/*.lisp
fixes #1843
* src/analysis/conditions.lisp: new file; contains analysis-condition
and analysis-error
* src/analysi...
J. Moringen
03:10 PM Feature #1666 (Resolved): Allow setting/overwriting values of variables from the commandline
Applied in changeset commit:231153424b3bd33abc7a6831c9291a71e0dbfc7d. J. Moringen
03:10 PM Bug #1854 (Resolved): rci-lwr does not resolve dependency to kdl
Applied in changeset commit:33459ccf061e592550d76ad5fc935f1f3d60e921. J. Moringen
02:52 PM Revision 51bce6d5: Moved version-related functions into src/version/*.lisp
* src/version/version.lisp: renamed src/{analysis ->
version}/version.lisp
* src/version/package.lisp: new file; pa...
J. Moringen
02:52 PM Revision 23115342: Added "set" commandline option in src/commandline-interface/main.lisp
fixes #1666
* src/commandline-interface/main.lisp (update-synopsis): added "set"
commandline option
(parse-overw...
J. Moringen
02:40 PM Revision 33459ccf: Convert CMake dependencies to lower-case in src/analysis/cmake.lisp
fixes #1854
* src/analysis/cmake.lisp (analyze pathname eql cmake): convert names of
provided and required CMake d...
J. Moringen
01:11 PM Feature #1663: Utilize distribution information to load relevant project files
Attached is a small script to resolve the project files externally. You can use it like this:... J. Wienke
12:52 PM Enhancement #1856 (Resolved): SVN checks out too many folders for analysis
Fixed in commit:6abe39e0. J. Moringen
09:30 AM Enhancement #1842 (Resolved): Make errors of failing sub-commands visible
Applied in changeset commit:fc18a0384bce766f34cb7d3e02afaa1f62026f32. J. Moringen
09:30 AM Feature #1857 (Resolved): Provide a project type or an option to specify a project without any re...
Applied in changeset commit:09563c0e0eb3b3819f0b6a4dae4020addaf8766a. J. Moringen
08:35 AM Feature #1857 (In Progress): Provide a project type or an option to specify a project without any...
J. Moringen
08:48 AM Revision fc18a038: Report errors from subversion, git subprocesses in src/analysis/*.lisp
fixes #1842
* src/analysis/util.lisp (header): updated copyright
(run): new function; execute command capturing it...
J. Moringen
08:41 AM Revision 6abe39e0: Only checkout required sub-directories in src/analysis/subversion.lisp
fixes #1857
* src/analysis/subversion.lisp (analyze uri eql :svn): for each branch,
construct appropriate minimal ...
J. Moringen
08:38 AM Revision 09563c0e: Support projects without repository via src/analysis/scm-null.lisp
fixes #1857
* src/analysis/scm-null.lisp: new file; contains analysis for projects
without repository
* src/comman...
J. Moringen

04/24/2014

05:54 PM Feature #1857 (Resolved): Provide a project type or an option to specify a project without any re...
Some projects do not need a repository or repository analysis is not required because of binary distributions. At lea... J. Wienke
10:57 AM Revision a85bb487: Fixed sub-directory handling in src/analysis/subversion.lisp
refs #1821
* src/analysis/subversion.lisp (analyze uri eql :svn): expect
sub-directory to be a directory pathname,...
J. Moringen
10:55 AM Enhancement #1855 (Resolved): Set PKG_CONFIG_PATH in non-cpp CMake projects
Commited to the repo. J. Wienke
10:42 AM Enhancement #1856 (Resolved): SVN checks out too many folders for analysis
E.g for the project flexirob-vdemorunner the following path is checked out: @https://projects.cor-lab.org/svn/flexiro... J. Wienke
10:39 AM Bug #1854: rci-lwr does not resolve dependency to kdl
Despite being unable to parse the config of KDL correctly cause of evil CMake logic by the KDL developers, the matchi... J. Wienke
10:04 AM Bug #1854: rci-lwr does not resolve dependency to kdl
Sorry, the original project was rci-lwr without rave suffix. J. Wienke
09:02 AM Bug #1854: rci-lwr does not resolve dependency to kdl
Hm, that may be the right repository after all. I extracted the following repository information from @projects/rci-l... J. Moringen
08:59 AM Bug #1854: rci-lwr does not resolve dependency to kdl
Sorry, wrong "module". J. Moringen
08:59 AM Bug #1854: rci-lwr does not resolve dependency to kdl
Can you point me to responsible CMake file? I cannot find it:... J. Moringen
08:49 AM Bug #1854: rci-lwr does not resolve dependency to kdl
The automatic analysis of that project does not find the dependency an KDL, even though CMake searches for KDL. J. Wienke
09:50 AM Bug #1821 (Resolved): No dependencies found for cca-oncilla
Applied in changeset commit:d27e4c3e3e891ce626f0daa6b8acae64fe6c9f08. J. Moringen
09:44 AM Bug #1821 (In Progress): No dependencies found for cca-oncilla
J. Moringen
09:50 AM Bug #1847 (Resolved): pkg-config dependency not found
Applied in changeset commit:03ce139e13cf31161b520856cdd57739b0279c03. J. Moringen
09:20 AM Bug #1847 (In Progress): pkg-config dependency not found
J. Moringen
09:41 AM Revision d27e4c3e: Handle sub-directory variable more carefully in src/commandline-interface/main...
fixes #1821
* src/commandline-interface/main.lisp (analyze-project): make sure that
the value of the sub-directory...
J. Moringen
09:41 AM Revision 03ce139e: Handle pkg_search_module[s] in src/analysis/cmake.lisp
fixes #1847
* src/analysis/cmake.lisp (header): updated copyright
(*pkg-check-modules-scanner*): additionally matc...
J. Moringen
09:20 AM Enhancement #1840 (In Progress): Report syntax errors before starting the lengthy analysis process
J. Moringen
09:20 AM Enhancement #1843 (In Progress): Mention the underlying project for every reported error
J. Moringen
09:20 AM Enhancement #1842 (In Progress): Make errors of failing sub-commands visible
J. Moringen
09:19 AM Enhancement #1848: Do not remove repository credentials while regenerating a job
Considering how Jenkins' new credentials architecture works, this is unlikely to happen. J. Moringen

04/23/2014

01:56 AM Enhancement #1855 (In Progress): Set PKG_CONFIG_PATH in non-cpp CMake projects
Looks fine. Does it work for you? Did you check whether the variable is inherited (and therefore duplicated) in cmake... J. Moringen
11:59 AM Enhancement #1855 (Resolved): Set PKG_CONFIG_PATH in non-cpp CMake projects
Please review the attached patch for the cmake template.
I need this e.g. for vdemo-based projects.
J. Wienke
01:51 AM Bug #1854 (Feedback): rci-lwr does not resolve dependency to kdl
I do not understand the title (and there is no description). Please provide more information. J. Moringen
11:53 AM Bug #1854 (Resolved): rci-lwr does not resolve dependency to kdl
J. Wienke

04/22/2014

05:37 PM Enhancement #1852 (New): Generate redmine repository viewer into jenkins subversion plugin
The subversion plugin for jenkins supports specifying a repository browser. Use this feature for redmine projects. J. Wienke
05:18 PM Bug #1851 (Closed): Job descriptions from redmine are wrong
E.g. for flexirob-config:... J. Wienke
05:10 PM Enhancement #1840: Report syntax errors before starting the lengthy analysis process
In case the generator stops prematurely, add an explicit warning message and a hint on how to ignore errors with the ... J. Wienke
01:56 PM Enhancement #1850: Allow to switch off the --depth option for git clone
For unexpected reasons the pure git url to the repo is not affected by this issue. So I decrease the urgency level. J. Wienke
01:54 PM Enhancement #1850 (Resolved): Allow to switch off the --depth option for git clone
It seems there are some git repositories that cannot handle @--depth@ while cloning. Please add a variable to project... J. Wienke

04/16/2014

06:43 PM Enhancement #1848 (Rejected): Do not remove repository credentials while regenerating a job
In case a jenkins job already exists and the user configured credentials manually for the repository checkout, do not... J. Wienke
06:32 PM Bug #1847 (Resolved): pkg-config dependency not found
The dependency of the following cmake script on vdemo is not discovered automatically:
https://projects.cor-lab.org/...
J. Wienke
10:50 AM Enhancement #1843 (Resolved): Mention the underlying project for every reported error
Please output the project that caused an error for everything that is reported. As multiple projects use the same SVN... J. Wienke
10:49 AM Enhancement #1842 (Resolved): Make errors of failing sub-commands visible
In case one of the sub-commands like svn fails, please also show the reason for the failure, which probably means the... J. Wienke
10:40 AM Enhancement #1841 (Resolved): Provide a command line switch to move the temp directory
My /tmp partition is still too small to contain all checked out projects for my distributions and I can't find a swit... J. Wienke
10:36 AM Enhancement #1840 (Resolved): Report syntax errors before starting the lengthy analysis process
Please report syntax errors in any for the files to load before starting to analyze projects. Otherwise ages are wast... J. Wienke
 

Also available in: Atom