Skip to content

FSharp.Compiler.Service with minor changes to run on Bolero

License

Notifications You must be signed in to change notification settings

fsbolero/FSharp.Compiler.Service

Repository files navigation

F# Compiler Service

The FSharp.Compiler.Service package contains a custom build of the F# compiler that exposes additional functionality for implementing F# language bindings, additional tools based on the compiler or refactoring tools. The package also includes F# interactive service that can be used for embedding F# scripting into your applications. This repository exists entirely to create and publish that package.

Purpose

This repo is (mostly) read only

This repo exists as a downstream packaging repository for the FSharp.Compiler.Service NuGet Package. It serves the following purposes only:

It is a fork of the official F# source repository, which is located at dotnet/fsharp. All issues and contributions should be raised there. All feature development should be targeted there. Once contributions are accepted into dotnet/fsharp, they will be integrated into this repository for packaging and release.

If you need to add customizations to FSharp.Compiler.Service for your own uses, you should clone dotnet/fsharp and build the FSharp.Compiler.Service binaries from there. The process is exactly the same as it is described below.

No contribution is too small

Even if you find a single-character typo, we're happy to take the change! Although the codebase can feel daunting for beginners, we and other contributors are happy to help you along.

Documentation

For more information about the project, see:

Build and Test

On Windows:

.\fcs\build.cmd Test

On Linux:

./fcs/build.sh Test

To build NuGet packages:

build NuGet
build TestAndNuGet

Build Status

Branch OS Badge
master Linux/OSX Build Status
master Windows Build status

NuGet package

NuGet Badge

Stable builds are available in the NuGet Gallery: https://www.nuget.org/packages/FSharp.Compiler.Service

All AppVeyor builds are available using the NuGet feed: https://ci.appveyor.com/nuget/fsgit-fsharp-compiler-service

License

This project is subject to the MIT License. A copy of this license is in License.txt.

Code of Conduct

This project has adopted the Contributor Covenant code of conduct to clarify expected behavior in our community. You can read it at CODE_OF_CONDUCT.

Get In Touch

Members of the F# Software Foundation are invited to the FSSF Slack. You can find support from other contributors in the #compiler and #editor-support channels.

Additionally, you can use the #fsharp tag on Twitter if you have general F# questions, including about this repository. Chances are you'll get multiple responses.

The maintainers of this repository are:

About F#