sinisterchipmunk / jax

Framework for creating rich WebGL-enabled applications using JavaScript and Ruby
http://jaxgl.com
MIT License
96 stars 16 forks source link

bug reporting improvement: when running main jax testing suit i want to be able to report my local errors #3

Closed brownman closed 13 years ago

brownman commented 13 years ago

is it possible to auto-paste my errors to github.com/../jax/issues ?

sinisterchipmunk commented 13 years ago

I don't know, but I think that would be unwise because some errors could very likely be due to simple things like machine settings or missing dependencies. Also, it's possible I'll commit code that produces errors, in which case I already know about them. Until the first official release, the source code is going to be in a constant state of change and errors will be common. If you're certain an error is due to a real bug (and it's not coming from incomplete code), please just copy and paste it the hard way. Thanks!