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
Type
/
to 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
.
LuaLS
/
lua-language-server
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
437
Star
4.3k
Code
Issues
686
Pull requests
21
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
fix: generic type resolution for class methods and iterators
- #3392
#3392
Merged
sumneko
merged 9 commits into
LuaLS:master
LuaLS/lua-language-server:master
from
RomanSpector:fix/generic-class-resolution
RomanSpector/lua-language-server:fix/generic-class-resolution
Copy head branch name to clipboard
Apr 3, 2026
Conversation
Commits
9
(9)
Checks
Files changed
Merged
fix: generic type resolution for class methods and iterators
#3392
sumneko
merged 9 commits into
LuaLS:master
LuaLS/lua-language-server:master
from
RomanSpector:fix/generic-class-resolution
RomanSpector/lua-language-server:fix/generic-class-resolution
Copy head branch name to clipboard
Commits
Commits on Mar 27, 2026
Fix type inference for and/or idioms and circular dependency in tracer
Show description for 46d0faf
RomanSpector
committed
46d0faf
View commit details
Copy full SHA for 46d0faf
Browse repository at this point
Add changelog entries for type inference fixes
RomanSpector
committed
eb1135e
View commit details
Copy full SHA for eb1135e
Browse repository at this point
Fix generic class method resolution for @param self list<T> pattern
RomanSpector
committed
2276dc2
View commit details
Copy full SHA for 2276dc2
Browse repository at this point
Fix nested generic resolution in cloneObject for doc.type.sign
RomanSpector
committed
c3c783e
View commit details
Copy full SHA for c3c783e
Browse repository at this point
Commits on Mar 28, 2026
Fix ipairs(self) type resolution in generic class methods
Show description for a72090f
RomanSpector
and
claude
committed
a72090f
View commit details
Copy full SHA for a72090f
Browse repository at this point
Fix double angle brackets in generic sign display (list<<T>> -> list<T>)
Show description for 3e19eb2
RomanSpector
and
claude
committed
3e19eb2
View commit details
Copy full SHA for 3e19eb2
Browse repository at this point
Fix nil crash in getParentClass for doc.field without class
Show description for d31f0c8
RomanSpector
and
claude
committed
d31f0c8
View commit details
Copy full SHA for d31f0c8
Browse repository at this point
Refactor: extract shared helpers and reduce nesting
Show description for 5c78df1
RomanSpector
and
claude
committed
5c78df1
View commit details
Copy full SHA for 5c78df1
Browse repository at this point
Commits on Apr 3, 2026
Merge branch 'master' into fix/generic-class-resolution
sumneko
authored
513cedd
View commit details
Copy full SHA for 513cedd
Browse repository at this point
You can’t perform that action at this time.