FIXED - ASCII weirdness in Import WB source + typo clarity

Here's the place for discussion related to coding in FreeCAD, C++ or Python. Design, interfaces and structures.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

FIXED - ASCII weirdness in Import WB source + typo clarity

Post by Kunda1 »

Below are links to lines in /src/Mod/Import/App/SCL/Builtin.py
I encountered a lot of ascii char weirdness in this file and have been able to clean most of it up. But there is an issue with several lines that I need help deciphering. The lines are below. I've attached a screenshot of how they look in my editor since GitHub sanitizes them.

https://github.com/luzpaz/FreeCAD/blob/ ... in.py#L125
line125.png
line125.png (6.14 KiB) Viewed 740 times
https://github.com/luzpaz/FreeCAD/blob/ ... in.py#L152
line152.png
line152.png (4.5 KiB) Viewed 740 times
https://github.com/luzpaz/FreeCAD/blob/ ... in.py#L200
line200.png
line200.png (4.71 KiB) Viewed 740 times
https://github.com/luzpaz/FreeCAD/blob/ ... in.py#L570
line570.png
line570.png (3.68 KiB) Viewed 740 times
typo:
https://github.com/luzpaz/FreeCAD/blob/ ... in.py#L708

Code: Select all

#EXAMPLE 153 { The following test ensures that each point is a set is at a different position, (by
#definition they are distinct, i.e., instance unique).
should this be: The following test ensures that each point is a set at a different position, ?

any help would be appreciated
Last edited by Kunda1 on Thu Mar 09, 2017 4:16 am, edited 1 time in total.
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: ASCII weirdness in Import WB source + typo clarity

Post by Kunda1 »

bump
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: FIXED - ASCII weirdness in Import WB source + typo clarity

Post by Kunda1 »

Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
Post Reply