brownplt / code.pyret.org

Website for serving Pyret to folks.
Other
24 stars 44 forks source link

Check that color rgba values are within ranges at construction time. #515

Closed asolove closed 4 months ago

asolove commented 4 months ago

Resolves #487.

The author has checked that this works in basic cases, but isn't sure this is safe all the time. (Are there programs that currently rely on the clamping error, that this will cause to error?)

asolove commented 4 months ago

See discussion for why this is a bad idea: https://github.com/brownplt/code.pyret.org/issues/487#issuecomment-1992774081