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
.
wurstscript
/
WurstScript
Public
Notifications
You must be signed in to change notification settings
Fork
29
Star
245
Code
Issues
30
Pull requests
8
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Add type class bounds for T: generics
- #1226
#1226
Merged
Frotty
merged 17 commits into
master
wurstscript/WurstScript:master
from
feature/typeclass-bounds
wurstscript/WurstScript:feature/typeclass-bounds
Copy head branch name to clipboard
Aug 14, 2026
Conversation
Commits
17
(17)
Checks
Files changed
Merged
Add type class bounds for T: generics
#1226
Frotty
merged 17 commits into
master
wurstscript/WurstScript:master
from
feature/typeclass-bounds
wurstscript/WurstScript:feature/typeclass-bounds
Copy head branch name to clipboard
Commits
Commits on Aug 14, 2026
Add instance declaration syntax for type class bounds
Show description for 30c4f9d
Frotty
committed
30c4f9d
View commit details
Copy full SHA for 30c4f9d
Browse repository at this point
Add type class bound reading and orphan-rule instance resolution
Show description for 1f34789
Frotty
committed
1f34789
View commit details
Copy full SHA for 1f34789
Browse repository at this point
Declare instances with 'implements' instead of a new keyword
Show description for 90d87b2
Frotty
committed
90d87b2
View commit details
Copy full SHA for 90d87b2
Browse repository at this point
Resolve type class dispatch on bounded type parameters
Show description for 76c8f02
Frotty
committed
76c8f02
View commit details
Copy full SHA for 76c8f02
Browse repository at this point
Lower type class dispatch to direct calls
Show description for e1dc454
Frotty
committed
e1dc454
View commit details
Copy full SHA for e1dc454
Browse repository at this point
Validate bounds and inherit instances through nested generics
Show description for c046ec7
Frotty
committed
c046ec7
View commit details
Copy full SHA for c046ec7
Browse repository at this point
Specialize type class dispatch on the Lua backend
Show description for 1e642d0
Frotty
committed
1e642d0
View commit details
Copy full SHA for 1e642d0
Browse repository at this point
Check bounds against the call signature and cover diagnostics with tests
Show description for 89eabb1
Frotty
committed
89eabb1
View commit details
Copy full SHA for 89eabb1
Browse repository at this point
Document type class bounds
Show description for aa9558b
Frotty
committed
aa9558b
View commit details
Copy full SHA for aa9558b
Browse repository at this point
Address review: check instance signatures, abstract bounds and invalid bounds
Show description for de966e2
Frotty
committed
de966e2
View commit details
Copy full SHA for de966e2
Browse repository at this point
Support type class bounds on generic classes
Show description for 5bc6ee6
Frotty
committed
5bc6ee6
View commit details
Copy full SHA for 5bc6ee6
Browse repository at this point
Support bounds inherited from a generic parent, on both targets
Show description for 0dbce7b
Frotty
committed
0dbce7b
View commit details
Copy full SHA for 0dbce7b
Browse repository at this point
Retire the Lua limitation on constructing through a fresh generic receiver
Show description for 8c9198d
Frotty
committed
8c9198d
View commit details
Copy full SHA for 8c9198d
Browse repository at this point
Resolve forwarded type arguments when walking supertypes
Show description for 0db9fa0
Frotty
committed
0db9fa0
View commit details
Copy full SHA for 0db9fa0
Browse repository at this point
Keep the receiver's class binding, and reject two unsupported shapes clearly
Show description for 50b8413
Frotty
committed
50b8413
View commit details
Copy full SHA for 50b8413
Browse repository at this point
Do not read a type argument by position when the arities differ
Show description for 2ec9571
Frotty
committed
2ec9571
View commit details
Copy full SHA for 2ec9571
Browse repository at this point
Select a type class instance by type identity, not by printed name
Show description for 47c3049
Frotty
committed
47c3049
View commit details
Copy full SHA for 47c3049
Browse repository at this point
You can’t perform that action at this time.