fsc Questions

3

Solved

UPD.: I want to invoke F# compiler (i.e. fsc) from .NET Core SDK directly. I know about dotnet build & co, but I don't want to involve them when I only need to compile a simple problem, i.e. ...
Agustin asked 1/7, 2019 at 12:38

0

I have problem with building my solution by MSBuild. In my solution I have the F# projects to which I have added the AssemblyInfo.fs files, such file looks as follows: namespace namespaceName op...
Phippen asked 3/9, 2013 at 6:22

1

Solved

I have a ubuntu machine under OpenVZ virtualization. When I run fsc test.scala I get: Unable to establish connection to compilation daemon Then ps aux shows me lots of processes that look like th...
Beamy asked 19/3, 2013 at 20:34

1

I am trying to use fsc (fast scala compiler) with my maven project. My pom.xml has: ... <execution> <id>cc</id> <goals> <goal>cc</goal> </goals> &lt...
Derrik asked 11/9, 2012 at 19:21

1

Solved

The project I use contains a lot of classes inherited from single base class. In unit tests I need to compare received results by types and data. When I use match comparison by types in the case w...
Interpellation asked 16/5, 2012 at 11:13

1

I rebuilt F# with few syntax additions. I was able to tell VS2010 to use them for F# Interactive and for building, but the code editor still claims I'm making errors (even though the project builds...
Maximin asked 31/3, 2011 at 20:46

2

Solved

I am using a Scala compilation server. This is probably not related to my IDE IntelliJ IDEA, but I will just inform you that I start the Scala compilation server through a special run configuration...
Grater asked 13/12, 2010 at 7:1
1

© 2022 - 2024 — McMap. All rights reserved.