[jira] [Commented] (AVRO-1772) Ruby: load error in rubygem when loading schema normalization

2016-01-06 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/AVRO-1772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15085473#comment-15085473
 ] 

ASF subversion and git services commented on AVRO-1772:
---

Commit 1723296 from tomwh...@apache.org in branch 'avro/branches/branch-1.8'
[ https://svn.apache.org/r1723296 ]

AVRO-1772. Ruby: load error in rubygem when loading schema normalization. 
Contributed by blue and martinkl.

> Ruby: load error in rubygem when loading schema normalization
> -
>
> Key: AVRO-1772
> URL: https://issues.apache.org/jira/browse/AVRO-1772
> Project: Avro
>  Issue Type: Bug
>  Components: ruby
>Affects Versions: 1.8.0
>Reporter: Ryan Blue
>Assignee: Ryan Blue
> Fix For: 1.8.0
>
> Attachments: AVRO-1772.1.patch, AVRO-1772.2.patch
>
>
> [~martinkl] found this bug while validating the 1.8.0 release:
> {code}
> kernel_require.rb:54:in `require': cannot load such file -- 
> avro/schema_normalization (LoadError)
> {code}
> {quote}
> It seems that the following two files, which are present in the source, are 
> missing from the gem file:
> lang/ruby/lib/avro/schema_normalization.rb
> lang/ruby/test/case_finder.rb
> {quote}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (AVRO-1772) Ruby: load error in rubygem when loading schema normalization

2016-01-06 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/AVRO-1772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15085496#comment-15085496
 ] 

Hudson commented on AVRO-1772:
--

SUCCESS: Integrated in AvroJava #564 (See 
[https://builds.apache.org/job/AvroJava/564/])
AVRO-1772. Ruby: load error in rubygem when loading schema normalization. 
Contributed by blue and martinkl. (tomwhite: rev 1723294)
* trunk/CHANGES.txt
* trunk/lang/ruby/Manifest
* trunk/lang/ruby/build.sh


> Ruby: load error in rubygem when loading schema normalization
> -
>
> Key: AVRO-1772
> URL: https://issues.apache.org/jira/browse/AVRO-1772
> Project: Avro
>  Issue Type: Bug
>  Components: ruby
>Affects Versions: 1.8.0
>Reporter: Ryan Blue
>Assignee: Ryan Blue
> Fix For: 1.8.0
>
> Attachments: AVRO-1772.1.patch, AVRO-1772.2.patch
>
>
> [~martinkl] found this bug while validating the 1.8.0 release:
> {code}
> kernel_require.rb:54:in `require': cannot load such file -- 
> avro/schema_normalization (LoadError)
> {code}
> {quote}
> It seems that the following two files, which are present in the source, are 
> missing from the gem file:
> lang/ruby/lib/avro/schema_normalization.rb
> lang/ruby/test/case_finder.rb
> {quote}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (AVRO-1772) Ruby: load error in rubygem when loading schema normalization

2016-01-06 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/AVRO-1772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15085470#comment-15085470
 ] 

ASF subversion and git services commented on AVRO-1772:
---

Commit 1723294 from tomwh...@apache.org in branch 'avro/trunk'
[ https://svn.apache.org/r1723294 ]

AVRO-1772. Ruby: load error in rubygem when loading schema normalization. 
Contributed by blue and martinkl.

> Ruby: load error in rubygem when loading schema normalization
> -
>
> Key: AVRO-1772
> URL: https://issues.apache.org/jira/browse/AVRO-1772
> Project: Avro
>  Issue Type: Bug
>  Components: ruby
>Affects Versions: 1.8.0
>Reporter: Ryan Blue
>Assignee: Ryan Blue
> Fix For: 1.8.0
>
> Attachments: AVRO-1772.1.patch, AVRO-1772.2.patch
>
>
> [~martinkl] found this bug while validating the 1.8.0 release:
> {code}
> kernel_require.rb:54:in `require': cannot load such file -- 
> avro/schema_normalization (LoadError)
> {code}
> {quote}
> It seems that the following two files, which are present in the source, are 
> missing from the gem file:
> lang/ruby/lib/avro/schema_normalization.rb
> lang/ruby/test/case_finder.rb
> {quote}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (AVRO-1772) Ruby: load error in rubygem when loading schema normalization

2015-12-30 Thread Martin Kleppmann (JIRA)

[ 
https://issues.apache.org/jira/browse/AVRO-1772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15074970#comment-15074970
 ] 

Martin Kleppmann commented on AVRO-1772:


+1. I just noticed two more files that are in the repository but not the 
manifest:

* test/test_fingerprints.rb
* test/test_schema_normalization.rb

Less critical since they're tests, but might as well add them since there's no 
good reason to leave them out.

> Ruby: load error in rubygem when loading schema normalization
> -
>
> Key: AVRO-1772
> URL: https://issues.apache.org/jira/browse/AVRO-1772
> Project: Avro
>  Issue Type: Bug
>  Components: ruby
>Affects Versions: 1.8.0
>Reporter: Ryan Blue
>Assignee: Ryan Blue
> Fix For: 1.8.0
>
> Attachments: AVRO-1772.1.patch
>
>
> [~martinkl] found this bug while validating the 1.8.0 release:
> {code}
> kernel_require.rb:54:in `require': cannot load such file -- 
> avro/schema_normalization (LoadError)
> {code}
> {quote}
> It seems that the following two files, which are present in the source, are 
> missing from the gem file:
> lang/ruby/lib/avro/schema_normalization.rb
> lang/ruby/test/case_finder.rb
> {quote}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (AVRO-1772) Ruby: load error in rubygem when loading schema normalization

2015-12-21 Thread Ryan Blue (JIRA)

[ 
https://issues.apache.org/jira/browse/AVRO-1772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15067159#comment-15067159
 ] 

Ryan Blue commented on AVRO-1772:
-

Fixed in the attached patch file by adding to Manifest. I've verified that the 
gem now contains schema_normalization.rb and test/case_finder.rb and that 
requiring the gem works without the LoadError.

> Ruby: load error in rubygem when loading schema normalization
> -
>
> Key: AVRO-1772
> URL: https://issues.apache.org/jira/browse/AVRO-1772
> Project: Avro
>  Issue Type: Bug
>  Components: ruby
>Affects Versions: 1.8.0
>Reporter: Ryan Blue
>Assignee: Ryan Blue
> Fix For: 1.8.0
>
> Attachments: AVRO-1772.1.patch
>
>
> [~martinkl] found this bug while validating the 1.8.0 release:
> {code}
> kernel_require.rb:54:in `require': cannot load such file -- 
> avro/schema_normalization (LoadError)
> {code}
> {quote}
> It seems that the following two files, which are present in the source, are 
> missing from the gem file:
> lang/ruby/lib/avro/schema_normalization.rb
> lang/ruby/test/case_finder.rb
> {quote}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)