question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

"Fixnum is deprecated" // warning while converting scss to css

See original GitHub issue

I tried to create a flex based css when I encountered this message:

$ sass bootstrap-flex.scss bootstrap-flex.css
/usr/local/lib/ruby/gems/2.4.0/gems/sass-3.4.23/lib/sass/util.rb:1109: warning: constant ::Fixnum is deprecated

Setup

bootstrap-4.0.0-alpha.5

Sass version: Sass 3.4.23 (Selective Steve)

Ruby version: ruby 2.4.0p0 (2016-12-24 revision 57164) [x86_64-darwin16]

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:24 (5 by maintainers)

github_iconTop GitHub Comments

6reactions
dhhcommented, Mar 14, 2017

We’re hoping to release Rails 5.1 RC1 this week. Would be lovely if there was a new gem release with this fix to coincide with that, if possible. Thanks!

0reactions
mikekatipcommented, Jan 31, 2019

Any update on this? I see this is marked as closed, but I get this error unless I replace Fixnum with Integer.

sudo sed -i -e 's/Fixnum/Integer/g' /usr/lib/ruby/vendor_ruby/sass/util.rb.

Read more comments on GitHub >

github_iconTop Results From Across the Web

constant ::Fixnum is deprecated When generating new model ...
This warnings appear because you are using ruby 2.4.0. This version introduced this change: Unify Fixnum and Bignum into Integer.
Read more >
Ruby Sass is Deprecated
The new sass/ruby-sass repository will be archived, which means no changes will be made and no new issues or pull requests will be...
Read more >
sudo gem* | programming blog by Arman Ortega -since 2009
Problem: When bundle installing i got this error: ERROR: Error installing sqlite3: ERROR: Failed to build gem native extension. Installing ...
Read more >
Module: Sass::Util - RubyDoc.info
Prints a deprecation warning for the caller method. ... Concatenates all strings that are adjacent in an array, while leaving other elements as...
Read more >
[gnome-code-assistance] [backends/css] New css backend
+When converting from CSS to Sass or SCSS, +nesting is applied ... + end + + # Handles the deprecation warning for the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found