Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
immutable-ruby
/
immutable-ruby
Public
Notifications
You must be signed in to change notification settings
Fork
7
Star
123
Code
Issues
0
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 20, 2024
immutable-ruby version is 0.2.0
alexdowad
committed
7d20d25
View commit details
Copy full SHA for 7d20d25
Browse repository at this point
Bump default Ruby version for development to 3.1.4
alexdowad
committed
59fb969
View commit details
Copy full SHA for 59fb969
Browse repository at this point
Break circular dependency loops caused by Hash/Vector/Set all requiring each other
Show description for d8874cf
alexdowad
committed
d8874cf
View commit details
Copy full SHA for d8874cf
Browse repository at this point
Commits on Feb 9, 2022
Fix broken link
cllns
authored and
alexdowad
committed
e97c749
View commit details
Copy full SHA for e97c749
Browse repository at this point
Commits on Nov 28, 2021
Remove unneeded code from `SortedSet#eql?`
Show description for f5d060c
alexdowad
committed
f5d060c
View commit details
Copy full SHA for f5d060c
Browse repository at this point
immutable-ruby version is 0.1.0
alexdowad
committed
84dba73
View commit details
Copy full SHA for 84dba73
Browse repository at this point
Upgrade concurrent-ruby gem to v1.1
alexdowad
committed
18555a2
View commit details
Copy full SHA for 18555a2
Browse repository at this point
Use sorted_set gem to implement Immutable.{from,to_ruby} on Ruby 3.0
Show description for fe64cb2
alexdowad
committed
fe64cb2
View commit details
Copy full SHA for fe64cb2
Browse repository at this point
Add trailing newline in README
alexdowad
committed
5c13a63
View commit details
Copy full SHA for 5c13a63
Browse repository at this point
Bump default Ruby version for development to 3.0.1
alexdowad
committed
ead7d2a
View commit details
Copy full SHA for ead7d2a
Browse repository at this point
Fix SortedSet#eql? for Ruby 3.0
Show description for 952d11a
alexdowad
committed
952d11a
View commit details
Copy full SHA for 952d11a
Browse repository at this point
Check arity of comparator block for SortedSet correctly for Ruby 3.0
Show description for 4fddf90
alexdowad
committed
4fddf90
View commit details
Copy full SHA for 4fddf90
Browse repository at this point
Fix tests for Immutable.to_ruby for Ruby 3.0
Show description for a8acf28
alexdowad
committed
a8acf28
View commit details
Copy full SHA for a8acf28
Browse repository at this point
Commits on Sep 4, 2021
Add paragraph about history to README
alexdowad
committed
2b31227
View commit details
Copy full SHA for 2b31227
Browse repository at this point
Commits on May 24, 2021
Require bundler >= 2.2.10
Show description for 7c6c3e0
alexdowad
committed
7c6c3e0
View commit details
Copy full SHA for 7c6c3e0
Browse repository at this point
Commits on Apr 20, 2021
Don't include test files in gem
Show description for dd14a91
alexdowad
committed
dd14a91
View commit details
Copy full SHA for dd14a91
Browse repository at this point
Commits on Apr 12, 2020
Use (&:symbol_proc) syntax for blocks which just call a method
alexdowad
committed
35100c7
View commit details
Copy full SHA for 35100c7
Browse repository at this point
Don't use redundant 'self.' for method calls
alexdowad
committed
77c05e2
View commit details
Copy full SHA for 77c05e2
Browse repository at this point
Use Kernel#loop for infinite loops
alexdowad
committed
c3e9ace
View commit details
Copy full SHA for c3e9ace
Browse repository at this point
Use 'next' to skip iteration
alexdowad
committed
dff1cf3
View commit details
Copy full SHA for dff1cf3
Browse repository at this point
Prefer form of 'alias' with bare method names rather than symbols
alexdowad
committed
9451e81
View commit details
Copy full SHA for 9451e81
Browse repository at this point
Enclose assignment in parentheses when used as 'if' condition
alexdowad
committed
425be10
View commit details
Copy full SHA for 425be10
Browse repository at this point
Use single-quoted strings where interpolation is not needed
alexdowad
committed
cce8262
View commit details
Copy full SHA for cce8262
Browse repository at this point
Added sorted_set/util_spec.rb
alexdowad
committed
fd224a9
View commit details
Copy full SHA for fd224a9
Browse repository at this point
All specs have trailing newline at end of file
alexdowad
committed
a41a3b1
View commit details
Copy full SHA for a41a3b1
Browse repository at this point
Update dependencies
alexdowad
committed
aff279b
View commit details
Copy full SHA for aff279b
Browse repository at this point
Drop support for Ruby 2.3
alexdowad
committed
0b78652
View commit details
Copy full SHA for 0b78652
Browse repository at this point
Bump default Ruby version for development to 2.7.0
alexdowad
committed
fd9d27b
View commit details
Copy full SHA for fd9d27b
Browse repository at this point
Vector#transpose raises TypeError if item is of wrong type
Show description for e68e378
alexdowad
committed
e68e378
View commit details
Copy full SHA for e68e378
Browse repository at this point
Commits on Apr 11, 2020
Remove badges which no longer work
alexdowad
committed
b06e402
View commit details
Copy full SHA for b06e402
Browse repository at this point
Commits on May 16, 2019
immutable-ruby version is 0.0.4
alexdowad
committed
2f28b54
View commit details
Copy full SHA for 2f28b54
Browse repository at this point
Hash#== performs numeric conversions, like built-in Ruby classes
alexdowad
committed
ff45510
View commit details
Copy full SHA for ff45510
Browse repository at this point
Commits on Jan 4, 2019
EmptyTrie is frozen
alexdowad
committed
c0adef5
View commit details
Copy full SHA for c0adef5
Browse repository at this point
Use yield in Trie#each
Show description for 3676380
alexdowad
committed
3676380
View commit details
Copy full SHA for 3676380
Browse repository at this point
Bump default Ruby version for development to 2.6.0
alexdowad
committed
63719f8
View commit details
Copy full SHA for 63719f8
Browse repository at this point
Previous
Next
You can’t perform that action at this time.