Questions tagged [fsc]

25 questions
2
votes
1 answer

Is there a way to specify -feature to the fsc Ant task?

I've been compiling my scala code through the fsc Ant task and keep getting the following warning: warning: there were 3 feature warning(s); re-run with -feature for details two warnings found I understand that passing -feature to scalac will print…
Nicolas Rinaudo
  • 6,068
  • 28
  • 41
1
vote
2 answers

How to know which exact .NET assembly is used

I need to know exactly which FSharp.Compiler.dll file the Fsc.exe is using. I have reasons to believe that it is not using the file adjacent to it, so I want to know which one it does use. The version numbers are the same, but the locations are…
Ramon Snir
  • 7,520
  • 3
  • 43
  • 61
1
vote
1 answer

Visual Studio 2013 error

The top line of my code 'module Title' is giving me a dual warning "The search directory 'C:\z3-4.3.0-x64\bin\' could not be found". One for my .fs (f#) file and one for some FSC file. I believe FSC is or has something to do with the main project…
Timothy Swan
  • 623
  • 3
  • 9
  • 21
0
votes
0 answers

Is it possible to Upload multiple Document in object document checklist item and to store data in related list in Financial service cloud. Provide Sol

Is it possible to Upload multiple Document in object document checklist item and to store data in related list in Financial service cloud. Need to know process how to do it. How to do this for multiple Document in single click approch.
0
votes
1 answer

Where to tell the F# compiler to locate an assembly?

I'm trying to compile an F# program that wants to use arbitrary precision rational numbers. The source code contains open MathNet.Numerics and MathNet.Numerics and MathNet.Numerics.FSharp are installed in such a way that Visual Studio is happy. Now…
rwallace
  • 31,405
  • 40
  • 123
  • 242
0
votes
1 answer

React Stateless Functional Components - Laravel

I setup a project with laravel as backend Api provider and React as Frontend manager. React stateless functional component work well when I simply render some component. const [state, setState] = useState({data:someData}) I use useEffect to fetch…
Arnaud
  • 103
  • 7
0
votes
1 answer

Compile Server with fsc in IntelliJ IDEA never finishes building

I've been trying to get IntelliJ building with FSC, as described here: http://grahamhackingscala.blogspot.com/2010/10/turn-fsc-fast-scala-compiling-on-in.html I've followed all the instructions exactly to set up the Run configuration. When I do…
maackle
  • 2,074
  • 2
  • 15
  • 27
0
votes
1 answer

F# managing references when compiling from fsx script

I need to interact with SharePoint (on premise) and decided to give a try to F#. It is or should be simple enough that I did it with CLI tools only. I managed to interact with a site and get the info I needed. I struggled with the required DLL, but…
jgran
  • 1,111
  • 2
  • 11
  • 21
0
votes
1 answer

F# integer file directive

I've been using fslex and fsyacc, and the F# source files (.fs they generate from the lexer (.fsl) and parser (.fsp) rules refer to the original .fsl (and sometimes to the same .fs source file) all over the place with statement such as this (numbers…
Jwosty
  • 3,497
  • 2
  • 22
  • 50
0
votes
1 answer

Does the scala fsc ant task simply not work in scala v2.9.1-1?

I've looked at this page https://issues.scala-lang.org/browse/SI-5196. It looks like it's fixed in v2.10.x. Has anybody gotten the fsc ant task to work in scala v2.9.1-1?
three-cups
  • 4,375
  • 3
  • 31
  • 41
1
2