View Issue Details

IDProjectCategoryView StatusLast Update
0027678CommunityOCCT:Documentationpublic2016-12-09 16:39
ReporterTimo Assigned Toabv 
PrioritynormalSeverityminor 
Status closedResolutionfixed 
Product Version7.0.0 
Target Version7.1.0Fixed in Version7.1.0 
Summary0027678: Draw User's guide contains wrong example for for-loop
DescriptionIn 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 ReproduceNA
TagsNo tags attached.
Test case numberNot needed

Activities

git

2016-09-06 13:44

administrator   ~0057511

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

ysn

2016-09-06 13:56

developer   ~0057513

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 <).

Timo

2016-09-07 11:49

developer   ~0057548

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

git

2016-11-03 14:30

administrator   ~0059852

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.

ysn

2016-11-03 14:31

developer   ~0059853

Fixed in branch 27678_1

apn

2016-11-09 17:30

administrator   ~0060137

Tested in scope of CR0-2016-11-09.

git

2016-12-07 11:25

administrator   ~0061200

Branch CR27678 has been deleted by kgv.

SHA-1: 0e0bcb810ab650c04882053092c47a80ec07ba3d

git

2016-12-07 11:30

administrator   ~0061245

Branch CR27678_1 has been deleted by kgv.

SHA-1: 34e0855e0f3b438ad0f4d954f2df67131fd686bb

Related Changesets

occt: master d5cdd12a

2016-11-03 11:29:56

abv


Committer: abv Details Diff
0027678: Draw User's guide contains wrong example for for-loop

Signs have been restored in draw UG as per its DOC version.
Affected Issues
0027678
mod - dox/user_guides/draw_test_harness/draw_test_harness.md Diff File

Issue History

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 ysn Assigned To ysn => Timo
2016-09-06 13:56 ysn Note Added: 0057513
2016-09-06 13:56 ysn 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 ysn Note Added: 0059853
2016-11-03 14:31 ysn Assigned To ysn => bugmaster
2016-11-03 14:31 ysn Status feedback => resolved
2016-11-03 14:31 ysn 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 abv Changeset attached => occt master d5cdd12a
2016-11-09 17:43 abv Assigned To bugmaster => abv
2016-11-09 17:43 abv Status tested => verified
2016-11-09 17:43 abv 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 aiv Status verified => closed
2016-12-09 16:39 aiv Fixed in Version => 7.1.0