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
.
dotnet
/
fsharp
Public
Notifications
You must be signed in to change notification settings
Fork
872
Star
4.3k
Code
Issues
1.1k
Pull requests
111
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Add script support to the TransparentCompiler
- #16627
#16627
Merged
0101
merged 15 commits into
dotnet:main
dotnet/fsharp:main
from
dawedawe:transcomp_scriptsupport
dawedawe/fsharp:transcomp_scriptsupport
Copy head branch name to clipboard
Feb 8, 2024
Conversation
Commits
15
(15)
Checks
Files changed
Merged
Add script support to the TransparentCompiler
#16627
0101
merged 15 commits into
dotnet:main
dotnet/fsharp:main
from
dawedawe:transcomp_scriptsupport
dawedawe/fsharp:transcomp_scriptsupport
Copy head branch name to clipboard
Commits
Commits on Jan 31, 2024
bring in the scriptClosureCache to the TransparentCompiler
dawedawe
committed
a2f1627
View commit details
Copy full SHA for a2f1627
Browse repository at this point
Merge branch 'main' into transcomp_scriptsupport
dawedawe
committed
1570223
View commit details
Copy full SHA for 1570223
Browse repository at this point
given that we need to clear and resize the ScriptClosureCache under a lock, it might be a better approach to just use the one from the BackgroundCompiler
dawedawe
committed
adfe730
View commit details
Copy full SHA for adfe730
Browse repository at this point
Commits on Feb 1, 2024
Revert "given that we need to clear and resize the ScriptClosureCache under a lock, it might be a better approach to just use the one from the BackgroundCompiler"
Show description for 5c143c0
dawedawe
committed
5c143c0
View commit details
Copy full SHA for 5c143c0
Browse repository at this point
Commits on Feb 2, 2024
- Don't rely on BackgroundCompiler for ScriptClosure
Show description for 752ad61
dawedawe
committed
752ad61
View commit details
Copy full SHA for 752ad61
Browse repository at this point
Merge branch 'main' into transcomp_scriptsupport
dawedawe
committed
57ce22d
View commit details
Copy full SHA for 57ce22d
Browse repository at this point
don't default to true for assumeDotNetFramework
dawedawe
committed
858d1e6
View commit details
Copy full SHA for 858d1e6
Browse repository at this point
take another approach using the assumption that UseScriptResolutionRules and a single source file means we are doing a script
dawedawe
committed
69323a4
View commit details
Copy full SHA for 69323a4
Browse repository at this point
Merge branch 'main' into transcomp_scriptsupport
dawedawe
committed
6180987
View commit details
Copy full SHA for 6180987
Browse repository at this point
Commits on Feb 5, 2024
add ScriptClosure to CompilerCaches members in fsi
dawedawe
committed
513fe62
View commit details
Copy full SHA for 513fe62
Browse repository at this point
Add some basic script support to SyntheticProject
dawedawe
committed
907e6e7
View commit details
Copy full SHA for 907e6e7
Browse repository at this point
Add tests for LoadClosure caching
dawedawe
committed
6059bbe
View commit details
Copy full SHA for 6059bbe
Browse repository at this point
Commits on Feb 6, 2024
Merge branch 'main' into transcomp_scriptsupport
dawedawe
authored
0f9ae81
View commit details
Copy full SHA for 0f9ae81
Browse repository at this point
bring in changes from b47ba47cc1eafd96dbedf3e3934331d785e049d2
dawedawe
committed
edbede8
View commit details
Copy full SHA for edbede8
Browse repository at this point
Revert "bring in changes from b47ba47cc1eafd96dbedf3e3934331d785e049d2"
Show description for e69744c
dawedawe
committed
e69744c
View commit details
Copy full SHA for e69744c
Browse repository at this point
You can’t perform that action at this time.