Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dots #4

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open

Dots #4

wants to merge 17 commits into from

Conversation

Lucretiel
Copy link
Contributor

I implemented the WRITE SMALL DOTS part of the protocol. This is all tested and working on my Alpha Big Dot sign.

@Lucretiel Lucretiel closed this Dec 12, 2012
@Lucretiel Lucretiel reopened this Dec 12, 2012
Added the dots module and Dots class
Added the dots colors to the colors module
Added a block for allocating a small dots picture
Fixed dots indentation
Also replaced list comprehension with generator comprehension in __str__
Fixed bug in __str__ that was causing the rows to not have the correct
offsets within self.data
Inlined calls to _getindex
Added :ivar size to docstring
Added a method to Dots that prints a representation of the image to the
command line, for debugging and previewing purposes.
Default fill is now dotcolors.BLANK, not colors.DOT_BLANK
Updated docstrings to reflect previous changes
	Defaults are now accurate
Added spacing to dotcolors assignments, to make them more consistent
with the rest of the project
Added missing whitespace after imports
Added explicit `elif type(obj) == alphasign.dots.Dots`
Added `return False` on an invlaid object type.
@msparks
Copy link
Owner

msparks commented Sep 8, 2013

@Lucretiel my apologies for letting this sit so long. Are you still willing to work on this to get it merged? I've made some initial comments, but a rebase with squashing would make the review much easier. Please rebase and squash all minor commits. Thanks for the pull request!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants