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
439
Star
4.3k
Code
Issues
686
Pull requests
15
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
No unknown operations diagnostic
- #3303
#3303
Draft
NathanSnail
wants to merge 10 commits into
LuaLS:master
LuaLS/lua-language-server:master
from
NathanSnail:no_unknown_operations
NathanSnail/lua-language-server:no_unknown_operations
Copy head branch name to clipboard
Conversation
Commits
10
(10)
Checks
Files changed
Draft
No unknown operations diagnostic
#3303
NathanSnail
wants to merge 10 commits into
LuaLS:master
LuaLS/lua-language-server:master
from
NathanSnail:no_unknown_operations
NathanSnail/lua-language-server:no_unknown_operations
Copy head branch name to clipboard
Commits
Commits on Dec 3, 2025
feat(diagnostics): add implementation of no-unknown-operations for most function calls
NathanSnail
committed
bcbe3ca
View commit details
Copy full SHA for bcbe3ca
Browse repository at this point
refactor: add isCallable to vm.node
NathanSnail
committed
fcc9046
View commit details
Copy full SHA for fcc9046
Browse repository at this point
fix(vm): fix runOperator running operator many times
NathanSnail
committed
0945478
View commit details
Copy full SHA for 0945478
Browse repository at this point
fix(vm): fix runOperator missing uri and isCallable being nil
NathanSnail
committed
04bd571
View commit details
Copy full SHA for 04bd571
Browse repository at this point
fix(vm): fix missing type for uri and add it where it was missing
NathanSnail
committed
46ebddf
View commit details
Copy full SHA for 46ebddf
Browse repository at this point
test(diagnostics): add test suite for no-unknown-operations function calls
NathanSnail
committed
de31a1a
View commit details
Copy full SHA for de31a1a
Browse repository at this point
feat(diagnostics): detect no-unknown-operations for binary operator where both args are known
NathanSnail
committed
4b2a927
View commit details
Copy full SHA for 4b2a927
Browse repository at this point
chore(diagnostics): add note about blocking feature for no-unknown-operations
NathanSnail
committed
39105bb
View commit details
Copy full SHA for 39105bb
Browse repository at this point
test(diagnostics): add test suite for no-unknown-operations operator usage
NathanSnail
committed
67bca18
View commit details
Copy full SHA for 67bca18
Browse repository at this point
chore(diagnostics): changelog and description
NathanSnail
committed
e82df04
View commit details
Copy full SHA for e82df04
Browse repository at this point
You can’t perform that action at this time.