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

add match preview tab 2 #9

Merged
merged 21 commits into from
Nov 26, 2014
Merged

add match preview tab 2 #9

merged 21 commits into from
Nov 26, 2014

Conversation

pgajdos
Copy link
Contributor

@pgajdos pgajdos commented Nov 13, 2014

No description provided.

@jreidinger
Copy link
Member

at first travis failed due to problem with compilation. Maybe it cannot find new lib you introduced.


int s, nscripts;

pattern = StringValueCStr(str_pattern);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why not simple char *pattern = StringValueCStr(str_pattern); premature initialization is not needed.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. char *pattern = StringValueCStr(str_pattern); ok
  2. You mean premature initialization of res_hash? I wanted to return hash (empty or not) in any case.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I mean char * one. For res_hash it make sense to init it to empty.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok.

expect(are_installed [family]).to be true
end

it "returns a installed family for serif alias" do
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is duplicite statement, maybe typo or missing word?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

copy&paste I would say :)

@pgajdos
Copy link
Contributor Author

pgajdos commented Nov 14, 2014

All suggestions except for three of them are implemented.

@jreidinger
Copy link
Member

@pgajdos do you talk with @lslezak about travis failure?

@pgajdos
Copy link
Contributor Author

pgajdos commented Nov 14, 2014

No so far.

@jreidinger
Copy link
Member

OK, it would be nice to fix it, but it is not required.

@jreidinger
Copy link
Member

otherwise it looks good.

@pgajdos
Copy link
Contributor Author

pgajdos commented Nov 14, 2014

Thanks!

pgajdos added a commit that referenced this pull request Nov 26, 2014
add match preview tab 2
@pgajdos pgajdos merged commit 1c1d1e1 into yast:master Nov 26, 2014
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.

None yet

2 participants