sketchucation logo sketchucation
    • Login
    Oops, your profile's looking a bit empty! To help us tailor your experience, please fill in key details like your SketchUp version, skill level, operating system, and more. Update and save your info on your profile page today!
    πŸ«› Lightbeans Update | Metallic and Roughness auto-applied in SketchUp 2025+ Download

    Strange warning

    Scheduled Pinned Locked Moved Developers' Forum
    3 Posts 3 Posters 233 Views 3 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Didier BurD Offline
      Didier Bur
      last edited by

      Hi all,
      In a method of a class, I have this as the first line:

      def myMethod()
      x=y=z=0.0
      

      When loading the rb file, this message appears in the console:

      @unknownuser said:

      warning: Float 0.0 out of range

      What am I doing wrong ?

      DB

      1 Reply Last reply Reply Quote 0
      • thomthomT Offline
        thomthom
        last edited by

        Don't think you are doing anything wrong. It's the new Ruby 1.8.6 core in SU8 - it outputs more warnings than previous versions. I think it prints warnings about precision problems. (though I don't understand why 0.0 would be out of range...)

        Thomas Thomassen β€” SketchUp Monkey & Coding addict
        List of my plugins and link to the CookieWare fund

        1 Reply Last reply Reply Quote 0
        • Dan RathbunD Offline
          Dan Rathbun
          last edited by

          ** Please, could you change the topic title to "Warning: Float out of range"

          @didier bur said:

          def myMethod()
          > x=y=z=0.0
          

          When loading the rb file, this message appears in the console:

          @unknownuser said:

          warning: Float 0.0 out of range

          Do you get the same warning if you do:

          def myMethod()
            x=y=z=(0.0e0)
          end
          

          I get no warnings at all at the Console.

          I'm not here much anymore.

          1 Reply Last reply Reply Quote 0
          • 1 / 1
          • First post
            Last post
          Buy SketchPlus
          Buy SUbD
          Buy WrapR
          Buy eBook
          Buy Modelur
          Buy Vertex Tools
          Buy SketchCuisine
          Buy FormFonts

          Advertisement