Menu

#708 Enhance 'textparse()'

v1.1.x
closed
v1.1.4
New Functionality
2022-08-05
2022-06-05
Erik Hänel
No

Enhance the textparse() function to support the following functionalities:

  • %f shall now automatically replace commas with dots to handle German floating point notation
  • %t shall be usable to detect some time-date values
  • %L shall convert floating point notation from LaTeX back to IEEE standard
  • %l shall convert boolean (logical) values true and false (also 1, 0, and upper case)
  • %h shall convert hexadecimal values
  • %b shall convert binary values
  • %o shall convert octal values

Analysis:

Most of the changes needed to achieve this improvement require only to use already existing functionalities from other places.

Implementation:

  • Implementation: Implemented as proposed by the analysis.
  • Revision: [r1195]
  • Implementation test: New features were added to the automatic SW tests.

Documentation:

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

Tests:

New identifiers were added to the automatic SW tests. No deviation detected.

Related

Commit: [r1195]

Discussion

  • Erik Hänel

    Erik Hänel - 2022-06-05
    • labels: --> strings, function
    • status: open --> accepted
     
  • Erik Hänel

    Erik Hänel - 2022-06-07
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -7,3 +7,25 @@
    
     * `%h` shall convert hexadecimal values
     * `%b` shall convert binary values
     * `%o` shall convert octal values
    +
    +###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 - 2022-08-02
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -9,7 +9,7 @@
    
     * `%o` shall convert octal values
    
     ###Analysis:
    -(*Describe, what's the issue and which changes have to be made*)
    +Most of the changes needed to achieve this improvement require only to use already existing functionalities from other places.
    
     ###Implementation:
    
     * Implementation: (*Describe, what you've changed*) 
    
    • status: analyzing --> implementing
     
  • Erik Hänel

    Erik Hänel - 2022-08-03
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -12,19 +12,19 @@
     Most of the changes needed to achieve this improvement require only to use already existing functionalities from other places.
    
     ###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 as proposed by the analysis.
    +* Revision: [r1195]
    +* Implementation test: New features were added to the automatic SW tests.
    
     ###Documentation:
    -* [ ] ChangesLog updated
    -* [ ] Code changes commented
    +* [x] ChangesLog updated
    +* [x] Code changes commented
    
     * **Documentation articles:**
         * [ ] corresponding documentation articles updated
         * [ ] new documentation articles created
    -    * [ ] not needed
    +    * [x] not needed
     * **Language files:**
    -    * [ ] corresponding language files updated
    +    * [x] corresponding language files updated
         * [ ] not needed
    
     ###Tests:
    
    • status: implementing --> testing
     

    Related

    Commit: [r1195]

  • Erik Hänel

    Erik Hänel - 2022-08-05
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -28,4 +28,4 @@
    
         * [ ] not needed
    
     ###Tests:
    -(*Describe, which tests you performed and their outcome*)
    +New identifiers were added to the automatic SW tests. No deviation detected.
    
    • status: testing --> closed
     

Anonymous
Anonymous

Add attachments
Cancel





MongoDB Logo MongoDB