-
Notifications
You must be signed in to change notification settings - Fork 19
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
use for_list feature, require perl 5.36 #944
Commits on Sep 5, 2024
-
micro-optimise compare_lists_by_item
No need to assign a variable using a ternary. We only use it once, and booleans in numeric context do the same thing as the ternary did anyway.
Configuration menu - View commit details
-
Copy full SHA for 3761466 - Browse repository at this point
Copy the full SHA 3761466View commit details -
use for_list syntax in compare_lists_by_item
This is faster than iterating over keys and then getting the values.
Configuration menu - View commit details
-
Copy full SHA for ba72933 - Browse repository at this point
Copy the full SHA ba72933View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd3430d - Browse repository at this point
Copy the full SHA fd3430dView commit details -
use for_list feature in several places
A small speedup that will be useful under randomisations
Configuration menu - View commit details
-
Copy full SHA for e39094c - Browse repository at this point
Copy the full SHA e39094cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c56fcd - Browse repository at this point
Copy the full SHA 5c56fcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for c506dd8 - Browse repository at this point
Copy the full SHA c506dd8View commit details
Commits on Sep 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 30315f9 - Browse repository at this point
Copy the full SHA 30315f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36cff1a - Browse repository at this point
Copy the full SHA 36cff1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a06b7c - Browse repository at this point
Copy the full SHA 6a06b7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a3e28e - Browse repository at this point
Copy the full SHA 3a3e28eView commit details -
Consolidate experimental feature usage idiom
`use experimental` instead of the two step `use feature; no warnings` idiom
Configuration menu - View commit details
-
Copy full SHA for 89efbf8 - Browse repository at this point
Copy the full SHA 89efbf8View commit details -
CI changes to update Perl versions on Windows
more CI stuff Appveyor: enable BD tests GH: cleanup commented code GH CI windows cache more appveyoring GH CI: quieter windows more appveyor shenanigans GH CI windows: cache ./local shogo82148/actions-setup-perl sends modules there, overriding the env settings CI appveyor full build again CI appveyor partial build to trigger cache CI probing GH CI: windows use strawberry GH CI: use shogo82148/actions-setup-perl on windows GH CI: use perl 5.40 on windows GH CI: refresh windows cache GH CI: cache and checkout actions to v4 CI: appveyor to perl 5.38
Configuration menu - View commit details
-
Copy full SHA for c9f98b9 - Browse repository at this point
Copy the full SHA c9f98b9View commit details
Commits on Sep 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4e81cdf - Browse repository at this point
Copy the full SHA 4e81cdfView commit details -
comment out all uses of Faster::Maths
Even the "no faster::Maths" triggers checks for it being installed.
Configuration menu - View commit details
-
Copy full SHA for d832888 - Browse repository at this point
Copy the full SHA d832888View commit details -
CI windows: switch to shogo82148/actions-setup-perl
Simplify the setup in the process. (Tested and debugged on a separate branch).
Configuration menu - View commit details
-
Copy full SHA for 3c3f4aa - Browse repository at this point
Copy the full SHA 3c3f4aaView commit details