We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
main
The *.i files like Box.i contain a typemap for std::optional<>, but the typemap is not for Ruby - it is for Python. There is no typemap for Ruby.
*.i
Box.i
std::optional<>
irb
rb(main):001:0> require 'math' => true irb(main):002:0> v = Gz::Math::CoordinateVector3.new irb(main):003:0> v.X() Traceback (most recent call last): 5: from /usr/bin/irb:23:in `<main>' 4: from /usr/bin/irb:23:in `load' 3: from /usr/lib/ruby/gems/2.7.0/gems/irb-1.2.1/exe/irb:11:in `<top (required)>' 2: from (irb):3 1: from (irb):3:in `X' ArgumentError (wrong # of arguments(0 for 1))
This was discussed in #616 (comment) .
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
source,
main
branch @ 56b9fcbDescription
The
*.i
files likeBox.i
contain a typemap forstd::optional<>
, but the typemap is not for Ruby - it is for Python. There is no typemap for Ruby.Steps to reproduce
irb
and follow this interactive sessionThis was discussed in #616 (comment) .
The text was updated successfully, but these errors were encountered: