-
Notifications
You must be signed in to change notification settings - Fork 23
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
bug fixes #17
Open
muriloime
wants to merge
22
commits into
capicue:master
Choose a base branch
from
muriloime:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
bug fixes #17
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
01f3a98
return empty array when no variations
muriloime ee1042e
save pgn games in order
muriloime 289c0b0
FIX: handling variations in correct order
muriloime 0bf8f9b
bump version
muriloime d767a0f
clean comments
muriloime 4d40032
simplify board constants initialization
muriloime 06350cf
FIX: handle multi annotations
muriloime a8ddf17
bump version
muriloime 2ba19e6
update bundler version
muriloime 4ce261b
rubocop
muriloime 48c3d16
should => expect
muriloime 9886de5
extract initial FEN method
muriloime 18c531a
add pgn to game
muriloime 2185d33
fix pgn for more than 1 game in pgn
muriloime 6f7ff76
allow pgn comment , allow empty games ( no moves)
muriloime dc74876
fix error
muriloime ef6e25a
bump version
muriloime e7dacdc
add game comment
muriloime b247dd2
game comment
muriloime acffe3d
cleaning
muriloime 4383f09
leave board as it is for "don't care" move
muriloime ebcda5c
rename to pgn2 to allow to push to rubygems
muriloime File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,3 +15,6 @@ spec/reports | |
test/tmp | ||
test/version_tmp | ||
tmp | ||
|
||
|
||
tags |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why get rid of curly braces?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just realized I did not open a new branch for the bug fixes I proposed. My master diverged too much from the gem already. It has many fixes/features now.
The curly braces in particular I just thought it made more sense to remove them alltogether in a later commit
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are a couple of more additions in my master , in the case you are interested, at least:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@muriloime @capicue How Can I allow tag_values with special characters like Ññ?
for example in the line
[WhiteTeam "NARIÑO"]
I got this error: