Project

General

Profile

Actions

Bug #3193

closed

uint is not parsed in dl/cparser.rb

Added by vinc-mai (Vincent Carmona) almost 14 years ago. Updated over 4 years ago.

Status:
Closed
Assignee:
-
ruby -v:
ruby 1.9.1p378 (2010-01-10 revision 26273) [x86_64-linux]
[ruby-core:29750]

Description

=begin
I use ruby-taglib and I have made two changes in the code in order to use it with ruby 1.9.1.

*Use DL::Importer instead of DL::Importable.
Is this change of typo desired by the ruby team ?

*Replace all occurences of 'uint' by 'unsigned int'
It will be nice if 'uint' string could be also parsed.
=end

Actions #1

Updated by tenderlovemaking (Aaron Patterson) almost 14 years ago

=begin
Supposedly the change from "Importable" to "Importer" is intentional. Some apis in "Importable" are not backwards compatible. I plan on making it backwards compatible, but that should be a different ticket.

I'm adding support for "uint" in the parser.
=end

Actions #2

Updated by vinc-mai (Vincent Carmona) almost 14 years ago

=begin
Thanks for your reply.
=end

Actions #3

Updated by jeremyevans0 (Jeremy Evans) over 4 years ago

  • Description updated (diff)
  • Status changed from Open to Closed
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0