-
Notifications
You must be signed in to change notification settings - Fork 740
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
Zenspider/warnings double loads and fixes #1962
base: master
Are you sure you want to change the base?
Zenspider/warnings double loads and fixes #1962
Commits on May 7, 2023
-
Allow warnings in test if ENV["VERBOSE"]
(no good way to set $VERBOSE from the outside)
Configuration menu - View commit details
-
Copy full SHA for eec7600 - Browse repository at this point
Copy the full SHA eec7600View commit details -
Use #to_s to check for loaded lexers to avoid double loads.
Drops `rake check:specs VERBOSE=1` from 331 lines to 144.
Configuration menu - View commit details
-
Copy full SHA for 35f8a97 - Browse repository at this point
Copy the full SHA 35f8a97View commit details
Commits on May 10, 2023
-
Fix double load warnings by using require_relative
load will load, always. Don't use it unless you really really mean it.
Configuration menu - View commit details
-
Copy full SHA for edf5574 - Browse repository at this point
Copy the full SHA edf5574View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea56f89 - Browse repository at this point
Copy the full SHA ea56f89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1455291 - Browse repository at this point
Copy the full SHA 1455291View commit details -
Configuration menu - View commit details
-
Copy full SHA for df4fb6c - Browse repository at this point
Copy the full SHA df4fb6cView commit details -
Most of these should just be removed instead of underscored... but I want eyeballs on this first. Some aren't being used the way they think they're being used.
Configuration menu - View commit details
-
Copy full SHA for a186bc6 - Browse repository at this point
Copy the full SHA a186bc6View commit details
Commits on May 11, 2023
-
Fixed a LOT of warnings from scala.
Turns out it was one local variable used in a lot of regexps. This updates the link to the reference and fixes it per reference.
Configuration menu - View commit details
-
Copy full SHA for 8d8b623 - Browse repository at this point
Copy the full SHA 8d8b623View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3648a1d - Browse repository at this point
Copy the full SHA 3648a1dView commit details -
Move require git inside of Rogue::Tasks::Git#initialize to make it lazy
git gem has warnings, this quells them
Configuration menu - View commit details
-
Copy full SHA for d8146a6 - Browse repository at this point
Copy the full SHA d8146a6View commit details -
Move several gems in Gemfile into development group to avoid eager re…
…quire Bundler shouldn't require everything. Slows down the world.
Configuration menu - View commit details
-
Copy full SHA for 8e6150a - Browse repository at this point
Copy the full SHA 8e6150aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a67ee1 - Browse repository at this point
Copy the full SHA 8a67ee1View commit details