You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The results of beautification are not what I expect.
Input Before Beautification
Beautification works on any other language except Ruby 2.7.4. or Ruby 3.0.3
Expected Output
Should be able to beautify Ruby ok.
Actual Output
The beautified code actually looked like this:
/home/yeti/.rbenv/versions/3.0.3/bin/ruby: /usr/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /home/yeti/.rbenv/versions/3.0.3/bin/ruby)
/home/yeti/.rbenv/versions/3.0.3/bin/ruby: /usr/lib/x86_64-linux-gnu/libcrypt.so.1: version `XCRYPT_2.0' not found (required by /home/yeti/.rbenv/versions/3.0.3/lib/libruby.so.3.0)
/home/yeti/.rbenv/versions/3.0.3/bin/ruby: /usr/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /home/yeti/.rbenv/versions/3.0.3/lib/libruby.so.3.0)
/home/yeti/.rbenv/versions/3.0.3/bin/ruby: /usr/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /home/yeti/.rbenv/versions/3.0.3/lib/libruby.so.3.0)
/home/yeti/.rbenv/versions/3.0.3/bin/ruby: /usr/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /home/yeti/.rbenv/versions/3.0.3/lib/libruby.so.3.0)
Glibc-source installed ok:
➜ CodeSchool (master) sudo apt install glibc-source ✭ ✈ ✱[🐲 bloombino]
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
glibc-source is already the newest version (2.34-0ubuntu3).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
➜ CodeSchool (master)
If you still need this and are looking for something to fill the spot that Atom left, I am using Pulsarthe successor to Atom... This package is working except for one deprecated error listed in #2605
If you don't need this anymore, can you please close this out so it's not just sitting there? Thanks
Description
The results of beautification are not what I expect.
Input Before Beautification
Beautification works on any other language except Ruby 2.7.4. or Ruby 3.0.3
Expected Output
Should be able to beautify Ruby ok.
Actual Output
The beautified code actually looked like this:
Glibc-source installed ok:
➜ CodeSchool (master) sudo apt install glibc-source ✭ ✈ ✱[🐲 bloombino]
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
glibc-source is already the newest version (2.34-0ubuntu3).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
➜ CodeSchool (master)
Steps to Reproduce
Atom Beautify: Beautify Editor
Debug
Here is a link to the
debug.md
Gist: https://gist.github.com/Biledaemon/a067a06bfb75794da0f2451ca6330e36)Checklist
I have:
so I know this is not a duplicate issue
Atom Beautify: Help Debug Editor
command in Atom and added link fordebug.md
Gist to this issueThe text was updated successfully, but these errors were encountered: