Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added service_slim #2

Draft
wants to merge 14 commits into
base: main
Choose a base branch
from
Draft

Added service_slim #2

wants to merge 14 commits into from

Conversation

ncave
Copy link
Owner

@ncave ncave commented May 18, 2019

Lean subset of the FCS type checker, with caching.

git clone https://github.com/ncave/fsharp.git
cd fsharp
git checkout service_slim
bash fcs/build.sh

Binaries will be in artifacts/bin/FSharp.Compiler.Service/Release/netstandard2.0/

@ncave
Copy link
Owner Author

ncave commented Aug 2, 2019

@alfonsogarciacaro Rebased to latest.

@ncave
Copy link
Owner Author

ncave commented Aug 5, 2019

@alfonsogarciacaro Added ResolutionFolder fix for #1868.

@ncave
Copy link
Owner Author

ncave commented Sep 25, 2019

@alfonsogarciacaro Rebased to latest.

ncave pushed a commit that referenced this pull request Jan 17, 2020
…otnet#8063)

* # This is a combination of 9 commits.
# This is the 1st commit message:

ref -> mutable in more places in the compiler

# The commit message #2 will be skipped:

# Update dependencies from https://github.com/dotnet/arcade build 20191229.1
#
# - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19629.1

# The commit message #3 will be skipped:

# Update dependencies from https://github.com/dotnet/arcade build 20191230.1
#
# - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19630.1

# The commit message #4 will be skipped:

# Update dependencies from https://github.com/dotnet/arcade build 20191231.1
#
# - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19631.1

# The commit message #5 will be skipped:

# Update dependencies from https://github.com/dotnet/arcade build 20200101.1
#
# - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20051.1

# The commit message #6 will be skipped:

# Update dependencies from https://github.com/dotnet/arcade build 20191216.5 (dotnet#8079)
#
# - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19616.5

# The commit message #7 will be skipped:

# dispose fsi at the end of a scripting session (dotnet#8084)
#

# The commit message #8 will be skipped:

# Added static link tests and extended CompilerAssert (dotnet#8101)
#
# * Changed CompilerAssert to static class. Added Compile/Execute methods that take a Compilation description. Added static link tests
# 
# * Hiding compilation description internals
# 
# * Added another test to check for sanity
# 
# * Making a few optional parameters
# 
# * Hiding internals of CompilationReference

# The commit message #9 will be skipped:

# Parameterize product version (dotnet#8031)
#
# * Parameterize Product details
# 
# * fcs
# 
# * Repack pkgdef

* no ilread
@ncave ncave force-pushed the service_slim branch 4 times, most recently from 4ec9fdd to 6235db3 Compare April 7, 2020 18:40
@ncave
Copy link
Owner Author

ncave commented Apr 13, 2020

Rebased to latest.

@ncave ncave changed the base branch from master to main June 15, 2020 22:08
@ncave ncave force-pushed the service_slim branch 2 times, most recently from ba7c844 to 4ed8a55 Compare October 2, 2020 15:52
@ncave
Copy link
Owner Author

ncave commented Oct 2, 2020

Rebased to latest.

@ncave
Copy link
Owner Author

ncave commented Nov 3, 2020

Rebased to latest (which includes #9510).

Copy link

github-actions bot commented Dec 8, 2023

❗ Release notes required

@ncave,

Caution

No release notes found for the following paths.

Please make sure to add an entry with short succint description of the change as well as link to this pull request.

Examples:
- Respect line limit in quick info popup - https://github.com/dotnet/fsharp/pull/16208
- More inlines for Result module - https://github.com/dotnet/fsharp/pull/16106
- Miscellaneous fixes to parens analysis - https://github.com/dotnet/fsharp/pull/16262

If you believe that release notes are not necessary for this PR, please add "NO_RELEASE_NOTES" label to the pull request.

You can open this PR in browser to add release notes: open in github.dev

Change path Release notes path Description
src/Compiler docs/release-notes/FSharp.Compiler.Service/8.0.200.md No release notes found or release notes format is not correct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants