LDraw.org Discussion Forums
Call for votes: Drop 64-character part title limit - Printable Version

+- LDraw.org Discussion Forums (https://forums.ldraw.org)
+-- Forum: Administrative (https://forums.ldraw.org/forum-4.html)
+--- Forum: Standards Board (https://forums.ldraw.org/forum-5.html)
+--- Thread: Call for votes: Drop 64-character part title limit (/thread-7756.html)



Call for votes: Drop 64-character part title limit - Allen Smith - 2013-01-16

Please vote on the proposal below. Please modify the Subject to include your name and vote, in addition to giving your vote in the text.



Change http://www.ldraw.org/article/398.html to remove the struck-through text:

Quote: PartDescription is the descriptive name of the part (limited to 64 characters). If the part is good enough for public use, but has some deficiencies that need to be addressed, the text " (Needs Work)" (without the quotation marks) can be added to the end of the description. Please note that the full description including " (Needs Work)" is limited to 64 characters, so this decreases the usable portion of the description to 51 characters. If the description includes "(Needs Work)", a comment must be added to the file immediately following the official header describing the work that needs to be done.



Travis Cobbs: YES - Travis Cobbs - 2013-01-16

I vote yes.


Roland Melkert: YES - Roland Melkert - 2013-01-16

I vote YES


Allen Smith: YES - Allen Smith - 2013-01-16

I vote yes.


Orion: YES - Orion Pobursky - 2013-01-16

Yes


Re: Call for votes: Drop 64-character part title limit - Allen Smith - 2013-01-28

Voting has been open more than one week, and there are four votes in favor. The motion has passed.

I do not have write access to the standard; could one of the admins please update it accordingly?

Thanks,
Allen


Re: Call for votes: Drop 64-character part title limit - Chris Dee - 2013-01-28

Just to be clear, I am only abstaining because an unlimited line length is impractical to implement in the Parts Tracker software (in fact in any software), so I will need to make an arbitrary decision on a number that I consider reasonable. I would rather it have been defined for me.


Re: Call for votes: Drop 64-character part title limit - Allen Smith - 2013-01-29

Given that none of the other fields in Header Specification have any length limit, nor does linetype 0 in the official spec, this limitation of the Part Tracker software was not obvious. Personally, I think
http://forums.ldraw.org/showthread.php?tid=7972&pid=7972#pid7972' Wrote: Tim has the best suggestion
if the Part Tracker isn't using dynamically-allocated strings: just set a large limit unlikely to be bumped into.

While plenty of code has been written in which dynamic string lengths would be a nightmare, I disagree that unlimited-length strings are impractical to implement in any software. True, stack-based char buffers in C were a pain, but everything I've used in years has abstracted strings' memory storage so length is constrained only by the amount of available RAM. Unlimited-length strings are widely available, and are usually built-in to your API or language of choice.

Allen


Re: Call for votes: Drop 64-character part title limit - Willy Tschager - 2013-02-08

Orion,

looking at:

http://www.ldraw.org/article/398.html
http://www.ldraw.org/article/218.html

or the Admin log it seams that this has still to be changed. Please confirm.

w.

LEGO ergo sum