Menu

#634 Enable multiple variable declarations

v1.1.x
closed
v1.1.4
Change Request
2022-01-18
2021-08-30
Erik Hänel
No

Currently, the keywords var, str, tab and cst can only be used once per procedure. Change that to allow more possible occurences.

Analysis:

Will automatically be possible with [#602].

Implementation:

  • Implementation: Implemented on-the-fly with [#602].
  • Revision: [r1014]
  • Implementation test: All keywords occured multiple times in a single procedure and were executed correctly.

Documentation:

  • ChangesLog updated
  • Code changes commented
  • Documentation articles:
    • corresponding documentation articles updated
    • new documentation articles created
    • not needed
  • Language files:
    • corresponding language files updated
    • not needed

Tests:

Change was added to the automatic SW test. No deviations occured.

Related

Commit: [r1014]
Tickets: #602

Discussion

  • Erik Hänel

    Erik Hänel - 2021-09-20
    • labels: --> internal, procedure
    • status: open --> accepted
     
  • Erik Hänel

    Erik Hänel - 2021-09-20
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +1,23 @@
     Currently, the keywords `var`, `str`, `tab` and `cst` can only be used once per procedure. Change that to allow more possible occurences. 
    +
    +###Analysis:
    +(*Describe, what's the issue and which changes have to be made*)
    +
    +###Implementation:
    +* Implementation: (*Describe, what you've changed*) 
    +* Revision: [rXXX]
    +* Implementation test: (*Describe the type of test, which you performed, and if it was successful*)
    +
    +###Documentation:
    +* [ ] ChangesLog updated
    +* [ ] Code changes commented
    +* **Documentation articles:**
    +    * [ ] corresponding documentation articles updated
    +    * [ ] new documentation articles created
    +    * [ ] not needed
    +* **Language files:**
    +    * [ ] corresponding language files updated
    +    * [ ] not needed
    +
    +###Tests:
    +(*Describe, which tests you performed and their outcome*)
    
    • status: accepted --> analyzing
     
  • Erik Hänel

    Erik Hänel - 2021-09-20
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,7 +1,7 @@
     Currently, the keywords `var`, `str`, `tab` and `cst` can only be used once per procedure. Change that to allow more possible occurences. 
    
     ###Analysis:
    -(*Describe, what's the issue and which changes have to be made*)
    +Will automatically be possible with [#602].
    
     ###Implementation:
     * Implementation: (*Describe, what you've changed*) 
    
    • status: analyzing --> implementing
     

    Related

    Tickets: #602

  • Erik Hänel

    Erik Hänel - 2021-09-21
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -4,20 +4,20 @@
     Will automatically be possible with [#602].
    
     ###Implementation:
    -* Implementation: (*Describe, what you've changed*) 
    -* Revision: [rXXX]
    -* Implementation test: (*Describe the type of test, which you performed, and if it was successful*)
    +* Implementation: Implemented on-the-fly with [#602].
    +* Revision: [r1014]
    +* Implementation test: All keywords occured multiple times in a single procedure and were executed correctly.
    
     ###Documentation:
    -* [ ] ChangesLog updated
    -* [ ] Code changes commented
    +* [x] ChangesLog updated
    +* [x] Code changes commented
     * **Documentation articles:**
    -    * [ ] corresponding documentation articles updated
    +    * [x] corresponding documentation articles updated
         * [ ] new documentation articles created
         * [ ] not needed
     * **Language files:**
         * [ ] corresponding language files updated
    -    * [ ] not needed
    +    * [x] not needed
    
     ###Tests:
     (*Describe, which tests you performed and their outcome*)
    
    • status: implementing --> testing
     

    Related

    Commit: [r1014]
    Tickets: #602

  • Erik Hänel

    Erik Hänel - 2022-01-18
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -20,4 +20,4 @@
         * [x] not needed
    
     ###Tests:
    -(*Describe, which tests you performed and their outcome*)
    +Change was added to the automatic SW test. No deviations occured.
    
    • status: testing --> closed
     

Anonymous
Anonymous

Add attachments
Cancel