Bug Advisory: Leading BFC Statements
2023-09-06, 17:45 (This post was last modified: 2023-09-06, 18:09 by Orion Pobursky.)
2023-09-06, 17:45 (This post was last modified: 2023-09-06, 18:09 by Orion Pobursky.)
A bug in the Parts Tracker is stripping any BFC statements that are the first line of the part body.
Example
In the above case the "BFC INVERTNEXT" statement would be removed.
To mitigate this issue, have at least one non-BFC line as the start of the body
Example:
The above BFC statement will not be affected.
This bug has the potential to affect all parts submitted, released, or header edited since approximately Julyl 16.
Example
Code:
<part header>
0 BFC INVERTNEXT
1 0 0 0 0 1 0 0 0 1 0 0 0 1 2-4cyli.dat
In the above case the "BFC INVERTNEXT" statement would be removed.
To mitigate this issue, have at least one non-BFC line as the start of the body
Example:
Code:
<part header>
1 0 0 20 0 1 0 0 0 1 0 0 0 1 stud.dat
0 BFC INVERTNEXT
1 0 0 0 0 1 0 0 0 1 0 0 0 1 2-4cyli.dat
The above BFC statement will not be affected.
This bug has the potential to affect all parts submitted, released, or header edited since approximately Julyl 16.