MantisBT - CMake |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0014188 | CMake | CMake | public | 2013-06-02 18:24 | 2013-11-04 09:33 |
|
Reporter | Yichao Yu | |
Assigned To | Brad King | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | Linux | OS | Arch Linux | OS Version | |
Product Version | | |
Target Version | CMake 2.8.12 | Fixed in Version | CMake 2.8.12 | |
|
Summary | 0014188: variable_watch print REMOVED_ACCESS instead of MODIFIED_ACCESS when set the value of the variable. |
Description | See summary and steps to reproduce.
|
Steps To Reproduce | set(b "a")
variable_watch(b)
set(b "b")
expected output:
* Variable "b" was accessed using MODIFIED_ACCESS in: ....
actual output:
* Variable "b" was accessed using REMOVED_ACCESS in: ....
|
Additional Information | |
Tags | No tags attached. |
Relationships | related to | 0014187 | closed | Brad King | variable_watch with no command name will cause READ_ACCESS for all variables in the current scope. |
|
Attached Files | 0001-BUG-0014188-variable_watch-print-REMOVED_ACCESS-inst.patch (764) 2013-06-02 22:15 https://public.kitware.com/Bug/file/4777/0001-BUG-0014188-variable_watch-print-REMOVED_ACCESS-inst.patch |
|
Issue History |
Date Modified | Username | Field | Change |
2013-06-02 18:24 | Yichao Yu | New Issue | |
2013-06-02 22:13 | Yichao Yu | Note Added: 0033172 | |
2013-06-02 22:15 | Yichao Yu | File Added: 0001-BUG-0014188-variable_watch-print-REMOVED_ACCESS-inst.patch | |
2013-06-02 22:15 | Yichao Yu | Note Added: 0033173 | |
2013-06-03 10:59 | Brad King | Note Added: 0033209 | |
2013-06-03 10:59 | Brad King | Assigned To | => Brad King |
2013-06-03 10:59 | Brad King | Status | new => resolved |
2013-06-03 10:59 | Brad King | Resolution | open => fixed |
2013-06-03 10:59 | Brad King | Fixed in Version | => CMake 2.8.12 |
2013-06-03 10:59 | Brad King | Target Version | => CMake 2.8.12 |
2013-06-03 13:26 | Brad King | Relationship added | related to 0014187 |
2013-11-04 09:33 | Robert Maynard | Note Added: 0034356 | |
2013-11-04 09:33 | Robert Maynard | Status | resolved => closed |