dyoo / WeScheme

29 stars 16 forks source link

title needs to be of type Text to avoid some exceptions #36

Open dyoo opened 12 years ago

dyoo commented 12 years ago

I've been looking through the logs for errors, and see the following:

java.lang.IllegalArgumentException: title_: String properties must be 500 characters or less. Instead, use com.google.appengine.api.datastore.Text, which can store strings of any length.

It sounds like some folks are giving elaborate names to their programs. We should allow that.

schanzer commented 12 years ago

Or we should give the user an error, to indicate that 501 characters is too damned long for a filename.