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
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
.
scip-code
/
scip-java
Public
Notifications
You must be signed in to change notification settings
Fork
50
Star
134
Code
Issues
14
Pull requests
6
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
[Kotlin] Add incremental K2 graph snapshots
- #1006
#1006
Draft
samchon
wants to merge 25 commits into
scip-code:main
scip-code/scip-java:main
from
samchon:feat/kotlin-graph-snapshots
samchon/scip-java:feat/kotlin-graph-snapshots
Copy head branch name to clipboard
Conversation
Commits
25
(25)
Checks
Files changed
Draft
[Kotlin] Add incremental K2 graph snapshots
#1006
samchon
wants to merge 25 commits into
scip-code:main
scip-code/scip-java:main
from
samchon:feat/kotlin-graph-snapshots
samchon/scip-java:feat/kotlin-graph-snapshots
Copy head branch name to clipboard
Commits
Commits on Jul 7, 2026
Don't add project repositories when settings repositories are set
Show description for 23f6355
nicolas-guichard
committed
23f6355
View commit details
Copy full SHA for 23f6355
Browse repository at this point
Update to Kotlin 2.2.20
Show description for 6a8cc6c
nicolas-guichard
committed
6a8cc6c
View commit details
Copy full SHA for 6a8cc6c
Browse repository at this point
scip-kotlinc: Populate SymbolInformation.Kind
Show description for e8deeff
nicolas-guichard
committed
e8deeff
View commit details
Copy full SHA for e8deeff
Browse repository at this point
scip-kotlinc: Rework getters and setters to be property children
Show description for df1a7fc
nicolas-guichard
committed
df1a7fc
View commit details
Copy full SHA for df1a7fc
Browse repository at this point
scip-kotlinc: Add enclosing_symbol field
Show description for d199e21
nicolas-guichard
committed
d199e21
View commit details
Copy full SHA for d199e21
Browse repository at this point
scip-kotlinc: Ignore FirFileSymbols without warning
Show description for 44d0d50
nicolas-guichard
committed
44d0d50
View commit details
Copy full SHA for 44d0d50
Browse repository at this point
scip-kotlinc: Clear AnalyzerCheckers.visitors after consuming them
Show description for 9dc22e6
nicolas-guichard
committed
9dc22e6
View commit details
Copy full SHA for 9dc22e6
Browse repository at this point
Update to Kotlin 2.3.10
Show description for 9a3bd39
rvandermeulen
authored and
nicolas-guichard
committed
9a3bd39
View commit details
Copy full SHA for 9a3bd39
Browse repository at this point
scip-kotlinc: Fix compiler warnings
Show description for c7c6385
rvandermeulen
authored and
nicolas-guichard
committed
c7c6385
View commit details
Copy full SHA for c7c6385
Browse repository at this point
scip-kotlinc: Fix PostAnalysisExtension to use the compilation's message collector
Show description for 81a6715
rvandermeulen
authored and
nicolas-guichard
committed
81a6715
View commit details
Copy full SHA for 81a6715
Browse repository at this point
scip-kotlinc: Add test for lambda parameters
Show description for 05ad506
rvandermeulen
authored and
nicolas-guichard
committed
05ad506
View commit details
Copy full SHA for 05ad506
Browse repository at this point
scip-kotlinc: Add tests for local functions and user-defined class return types
Show description for 5b0d4ae
rvandermeulen
authored and
nicolas-guichard
committed
5b0d4ae
View commit details
Copy full SHA for 5b0d4ae
Browse repository at this point
scip-kotlinc: Fix displayName() for type aliases and type parameters
Show description for abe0751
rvandermeulen
authored and
nicolas-guichard
committed
abe0751
View commit details
Copy full SHA for abe0751
Browse repository at this point
scip-kotlinc: Fix extension receiver, enum entry, and is/as type occurrences
Show description for 50d70ca
rvandermeulen
authored and
nicolas-guichard
committed
50d70ca
View commit details
Copy full SHA for 50d70ca
Browse repository at this point
scip-kotlinc: Add tests for multiple supertypes and overload disambiguators
Show description for 2681cbe
rvandermeulen
authored and
nicolas-guichard
committed
2681cbe
View commit details
Copy full SHA for 2681cbe
Browse repository at this point
scip-kotlinc: Fix misleading LineMap docstrings
Show description for f489b7f
rvandermeulen
authored and
nicolas-guichard
committed
f489b7f
View commit details
Copy full SHA for f489b7f
Browse repository at this point
scip-kotlinc: Extend enclosing_range test coverage
Show description for 6ebc606
rvandermeulen
authored and
nicolas-guichard
committed
6ebc606
View commit details
Copy full SHA for 6ebc606
Browse repository at this point
Update to Kotlin 2.3.20
Show description for e940c18
rvandermeulen
authored and
nicolas-guichard
committed
e940c18
View commit details
Copy full SHA for e940c18
Browse repository at this point
Commits on Sep 4, 2026
feat: add Kotlin K2 graph snapshots
samchon
committed
a2683f0
View commit details
Copy full SHA for a2683f0
Browse repository at this point
Add resident Kotlin graph build service
samchon
committed
bef34e5
View commit details
Copy full SHA for bef34e5
Browse repository at this point
fix: advertise Kotlin graph output capability
samchon
committed
84ad06a
View commit details
Copy full SHA for 84ad06a
Browse repository at this point
fix: preserve Kotlin universe across source edits
samchon
committed
558d470
View commit details
Copy full SHA for 558d470
Browse repository at this point
chore: normalize Kotlin graph sources
samchon
committed
647d095
View commit details
Copy full SHA for 647d095
Browse repository at this point
fix: keep the Windows launcher below cmd limits
samchon
committed
22ec4bd
View commit details
Copy full SHA for 22ec4bd
Browse repository at this point
fix: reserve Kotlin graph server stdout
samchon
committed
3a1565d
View commit details
Copy full SHA for 3a1565d
Browse repository at this point
You can’t perform that action at this time.