where to post bugs?

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
Jim Battle
Posts: 6
Joined: Thu May 29, 2014 3:19 am

where to post bugs?

Post by Jim Battle » Thu May 29, 2014 1:36 pm

Last night I posted a bug report -- example code and its obviously broken output. It was approved, and later I made a small edit to the example code to reduce confusion. And now I don't see the post at all. Either the edit somehow killed the post, or someone killed the post as perhaps it wasn't in the right category.

Is this the appropriate category to report a bug?

User avatar
dhylands
Posts: 3821
Joined: Mon Jan 06, 2014 6:08 pm
Location: Peachland, BC, Canada
Contact:

Re: where to post bugs?

Post by dhylands » Thu May 29, 2014 5:18 pm

I think that your edit was considered by the forum SW to be equivalent to Delete/Add and the first few posts for everyone are moderated.

So I think your edit was just stuck in the moderation queue and I just approved it.

Jim Battle
Posts: 6
Joined: Thu May 29, 2014 3:19 am

Re: where to post bugs?

Post by Jim Battle » Thu May 29, 2014 6:06 pm

Thanks for the approval. I'll be less antsy in the future.

pfalcon
Posts: 1155
Joined: Fri Feb 28, 2014 2:05 pm

Re: where to post bugs?

Post by pfalcon » Thu May 29, 2014 6:22 pm

The place to post bugs is https://github.com/micropython/micropython/issues though.
Awesome MicroPython list
Pycopy - A better MicroPython https://github.com/pfalcon/micropython
MicroPython standard library for all ports and forks - https://github.com/pfalcon/micropython-lib
More up to date docs - http://pycopy.readthedocs.io/

Post Reply