View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0027678 | Community | OCCT:Documentation | public | 2016-07-14 16:22 | 2016-12-09 16:39 |
Reporter | Timo | Assigned To | |||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Product Version | 7.0.0 | ||||
Target Version | 7.1.0 | Fixed in Version | 7.1.0 | ||
Summary | 0027678: Draw User's guide contains wrong example for for-loop | ||||
Description | In the Draw User's guide (chapter "The Command Language"), there are examples for TCL for-loops, but the condition of the for loop is wrong. for {set i 0} {$i 10} {incr i} { => for {set i 0} {$i < 10} {incr i} { for {set i 1} {$i = 100} {incr i} { => for {set i 1} {$i < 100} {incr i} { | ||||
Steps To Reproduce | NA | ||||
Tags | No tags attached. | ||||
Test case number | Not needed | ||||
|
Branch CR27678 has been created by ysn. SHA-1: 0e0bcb810ab650c04882053092c47a80ec07ba3d Detailed log of new commits: Author: ysn Date: Tue Sep 6 13:45:06 2016 +0300 0027018: Documentation -- blockquotes are incorrectly formatted in PDF Signs have been restored in draw UG as per its DOC version |
|
I've added signs in the given conditions (and some other places, where they were missing) as per the Word document. However, they do not exactly match your suggestion (<= instead of <). |
|
Yes, I think what you did is better. There is still a small English mistake: # make a helix of circles. create a scripte file with => # make a helix of circles. create a script file with |
|
Branch CR27678_1 has been created by ysn. SHA-1: 34e0855e0f3b438ad0f4d954f2df67131fd686bb Detailed log of new commits: Author: ysn Date: Thu Nov 3 14:29:56 2016 +0300 Signs have been restored in draw UG as per its DOC version. Fixed misspelling. Merged with current document version. |
|
Fixed in branch 27678_1 |
|
Tested in scope of CR0-2016-11-09. |
|
Branch CR27678 has been deleted by kgv. SHA-1: 0e0bcb810ab650c04882053092c47a80ec07ba3d |
|
Branch CR27678_1 has been deleted by kgv. SHA-1: 34e0855e0f3b438ad0f4d954f2df67131fd686bb |
Date Modified | Username | Field | Change |
---|---|---|---|
2016-07-14 16:22 | Timo | New Issue | |
2016-07-14 16:22 | Timo | Assigned To | => ysn |
2016-07-14 16:23 | Timo | Description Updated | |
2016-09-06 13:44 | git | Note Added: 0057511 | |
2016-09-06 13:51 |
|
Assigned To | ysn => Timo |
2016-09-06 13:56 |
|
Note Added: 0057513 | |
2016-09-06 13:56 |
|
Status | new => feedback |
2016-09-07 11:49 | Timo | Note Added: 0057548 | |
2016-09-07 11:50 | Timo | Assigned To | Timo => ysn |
2016-11-03 14:30 | git | Note Added: 0059852 | |
2016-11-03 14:31 |
|
Note Added: 0059853 | |
2016-11-03 14:31 |
|
Assigned To | ysn => bugmaster |
2016-11-03 14:31 |
|
Status | feedback => resolved |
2016-11-03 14:31 |
|
Steps to Reproduce Updated | |
2016-11-09 17:30 | apn | Test case number | => Not needed |
2016-11-09 17:30 | apn | Note Added: 0060137 | |
2016-11-09 17:30 | apn | Status | resolved => reviewed |
2016-11-09 17:30 | apn | Status | reviewed => tested |
2016-11-09 17:43 |
|
Changeset attached | => occt master d5cdd12a |
2016-11-09 17:43 |
|
Assigned To | bugmaster => abv |
2016-11-09 17:43 |
|
Status | tested => verified |
2016-11-09 17:43 |
|
Resolution | open => fixed |
2016-12-07 11:25 | git | Note Added: 0061200 | |
2016-12-07 11:30 | git | Note Added: 0061245 | |
2016-12-09 16:30 |
|
Status | verified => closed |
2016-12-09 16:39 |
|
Fixed in Version | => 7.1.0 |