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

undefined method `to_sexp' on an instance of String. (NoMethodError) #3840

Open
3 of 12 tasks
CAMOBAP opened this issue Aug 13, 2021 · 0 comments
Open
3 of 12 tasks

undefined method `to_sexp' on an instance of String. (NoMethodError) #3840

CAMOBAP opened this issue Aug 13, 2021 · 0 comments

Comments

@CAMOBAP
Copy link

CAMOBAP commented Aug 13, 2021

  1. What command did you run?

I ran code

File.to_sexp("test.rb")
puts "Hello World!"
  1. What behavior did you expect?

It should work as expected and return S-Expression

  1. What behavior did you get instead?

undefined method to_sexp' on an instance of String. (NoMethodError)`

  1. What version of Rubinius?

rubinius 3.107 (2.3.1 387c4887 2018-07-15 5.0.0git-929163d) [x86_64-linux-gnu]

From latest docker

  1. What version of operating system?

Output of uname -a:

Linux 4a18e2192cb0 5.10.25-linuxkit #1 SMP Tue Mar 23 09:27:39 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux

  1. What is your operating system distribution, if your operating system has more than one?

Official docker image rubinius/docker:latest

  1. How did you build your version of Rubinius?
  • I used RVM.
  • I used ruby-build.
  • I used ruby-install.
  • I built manually from a tarball.
  • I built manually from a git clone.
  • I installed a binary.
  • docker
  1. Does this issue involve proprietary code?
  • Yes, this issue involves proprietary code that I cannot share.
  • Yes, this issue involves proprietary code, but I am able to share it under certain conditions.
  • No, this issue doesn't involve proprietary code.
  1. Are you able to help us debug the issue?
  • Yes, I'm able to help debug, including running commands under lldb.
  • No, I'm not able help debug or I don't have time to help.
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

No branches or pull requests

1 participant