Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
SoftwareDesignXRays
/
kotlin
Public
forked from
adamtornhill/kotlin
Notifications
You must be signed in to change notification settings
Fork
1
Star
0
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
PVTalanov
Datepicker
All time
Commit History
Commits on Aug 18, 2017
KT-19276: Drop exception logging on loading script definitions failure
Show description for c132f3b
PVTalanov
committed
c132f3b
Copy full SHA for c132f3b
Remove StorageComponentContainerContributor::onContainerComposed
Show description for 6424b67
PVTalanov
committed
6424b67
Copy full SHA for 6424b67
Commits on Jul 30, 2017
script.runtime 1.1.4: Update test data implementations
PVTalanov
committed
05ea994
Copy full SHA for 05ea994
script.runtime 1.1.4: IDE and compiler use 'kotlin.script.experimental'
PVTalanov
committed
b0b2c04
Copy full SHA for b0b2c04
script.runtime 1.1.4: Remove new API from 'kotlin.script' package
Show description for d7e6293
PVTalanov
committed
d7e6293
Copy full SHA for d7e6293
script.runtime 1.1.4: Remove copy of ScriptContents class
Show description for 9a004ce
PVTalanov
committed
9a004ce
Copy full SHA for 9a004ce
Commits on Jul 28, 2017
script.runtime 1.1.4: Copy new API to kotlin.script.experimental package
Show description for ca06d38
PVTalanov
committed
ca06d38
Copy full SHA for ca06d38
script.runtime 1.1.4: Undeprecate old API
PVTalanov
committed
d59a72e
Copy full SHA for d59a72e
script.runtime: add 'kotlin-runtime' dependency
Show description for 9e34437
PVTalanov
committed
9e34437
Copy full SHA for 9e34437
Send roots changed iff combined dependencies of all scripts changed
Show description for c1fd8fc
PVTalanov
committed
c1fd8fc
Copy full SHA for c1fd8fc
Filter out invalid files before contributing them for indexing
Show description for e115c8b
PVTalanov
committed
e115c8b
Copy full SHA for e115c8b
Commits on Jul 24, 2017
Fix calling GSS.union for empty array
Show description for 8e3f8c4
PVTalanov
committed
8e3f8c4
Copy full SHA for 8e3f8c4
Refactor: Make DependenciesCache and ScriptDependenciesUpdater services
Show description for d5ca461
PVTalanov
committed
d5ca461
Copy full SHA for d5ca461
Minor, more precise error message
PVTalanov
committed
f1811e7
Copy full SHA for f1811e7
Commits on Jul 19, 2017
Update CodegenTestCase after rebasing on latest changes
PVTalanov
committed
41276c9
Copy full SHA for 41276c9
Catch and report exceptions from DependenciesResolver
PVTalanov
committed
5faad49
Copy full SHA for 5faad49
ScriptDependenciesUpdater: compute script contents synchronously
PVTalanov
committed
eb5be03
Copy full SHA for eb5be03
ScriptDependenciesUpdater: set job to null after processing result
Show description for 9eb8cec
PVTalanov
committed
9eb8cec
Copy full SHA for 9eb8cec
DependenciesCache: remove ad-hoc ScriptDependencies comparison
PVTalanov
committed
537b168
Copy full SHA for 537b168
Make sure template classpath is always among script dependencies
PVTalanov
committed
b1ac451
Copy full SHA for b1ac451
Offload legacy dependency resolver work to a separate thread pool
Show description for f84cc7f
PVTalanov
committed
f84cc7f
Copy full SHA for f84cc7f
Fix creating DependenciesResolver with default arguments
PVTalanov
committed
bc39944
Copy full SHA for bc39944
Refactor ScriptDependenciesUpdater: improve readability a bit
PVTalanov
committed
7aee51f
Copy full SHA for 7aee51f
Minor: extract ScriptContentLoader::getEnvironment
PVTalanov
committed
c0e08c6
Copy full SHA for c0e08c6
ScriptDependenciesUpdater: use Job explicitly instead of futures
Show description for 42629d6
PVTalanov
committed
42629d6
Copy full SHA for 42629d6
Rename services related to script dependencies
Show description for 999c3c5
PVTalanov
committed
999c3c5
Copy full SHA for 999c3c5
ScriptDependenciesUpdater, minor: improve isLastSentRequestCheck
PVTalanov
committed
96db16a
Copy full SHA for 96db16a
Rename: dependenciesClasspath -> templateClasspath
Show description for aacb9a4
PVTalanov
committed
aacb9a4
Copy full SHA for aacb9a4
Refactor KotlinScriptConfigurationManager: extract parts
Show description for 96d8f68
PVTalanov
committed
96d8f68
Copy full SHA for 96d8f68
Support @AcceptedAnnotations for different kinds of resolvers
PVTalanov
committed
1b42095
Copy full SHA for 1b42095
AsyncDependenciesResolver: provide implementation for sync resolve
PVTalanov
committed
1c412b4
Copy full SHA for 1c412b4
Compiler build depends on kotlinx-coroutines-core
PVTalanov
committed
008c27d
Copy full SHA for 008c27d
Minor, template providers: don't create classloader for empty classpath
PVTalanov
committed
ee70a64
Copy full SHA for ee70a64
Gradle Kotlin DSL uses compiler-embdeddable jar when loading resolver
PVTalanov
committed
beb28a1
Copy full SHA for beb28a1
GradleScriptTemplateProvider: avoid duplicating template loading code
PVTalanov
committed
5c18ab7
Copy full SHA for 5c18ab7
Pagination
Previous
Next
You can’t perform that action at this time.