MantisBT - CMake | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0012303 | CMake | CMake | public | 2011-06-24 12:40 | 2016-01-04 11:51 |
| Reporter | Clinton Stimpson | ||||
| Assigned To | Clinton Stimpson | ||||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Platform | OS | OS Version | |||
| Product Version | |||||
| Target Version | Fixed in Version | CMake 3.3 | |||
| Summary | 0012303: ARGN stripped of empty elements | ||||
| Description | When creating a function with optional arguments, ARGN is strip of empty arguments. This means one cannot use ARGN for optional arguments that are ordered. function(foo arg1 arg2) message("ARGV=${ARGV}") # should give "arg1;arg2;;arg4" message("ARGN=${ARGN}") # should give ";arg4" instead of "arg4" endfunction(foo) foo("arg1" "arg2" "" "arg4") | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2011-06-24 12:40 | Clinton Stimpson | New Issue | |||
| 2012-08-11 11:38 | David Cole | Status | new => backlog | ||
| 2012-08-11 11:38 | David Cole | Note Added: 0030274 | |||
| 2015-06-12 22:01 | Clinton Stimpson | Note Added: 0038918 | |||
| 2015-06-12 22:01 | Clinton Stimpson | Status | backlog => resolved | ||
| 2015-06-12 22:01 | Clinton Stimpson | Fixed in Version | => CMake 3.3 | ||
| 2015-06-12 22:01 | Clinton Stimpson | Resolution | open => fixed | ||
| 2015-06-12 22:01 | Clinton Stimpson | Assigned To | => Clinton Stimpson | ||
| 2016-01-04 11:51 | Robert Maynard | Note Added: 0040067 | |||
| 2016-01-04 11:51 | Robert Maynard | Status | resolved => closed | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||