-
It seems that dotnet core 3 preview has already supported FSharp Interactive. I am trying to use this feature with the help of Ionide.
I have tried with opening fsi directly through dotnet CLI, and…
-
### Description
What is 5.0 replacement for legacy Fake.FSIHelper.fsiPath?
### Actual behavior
No migration help message available.
### Related information
5.0.0-beta025 +
-
It appears to be impossible to actually put a `#r` directive in a .fs file, at least as far as `fsharpi` on linux is concerned. Test case:
``` fsharp
#if INTERACTIVE
#r "FParsec.dll"
#endif
module T…
-
Hi there :)
Currently, F-Sharp gets published on common Linux distributions via .Net Core.
I can see no dedicated 4.6 source package somewhere.
I see two issues with that:
That covers most,…
-
**Describe the bug**
As a mac user, I would like to use the "dotnet fsi" command in 3.0.100-preview3 for my fsi window as I am under the impression it would remove the requirement of mono on macOS.
…
-
Internal error in FSI by compiling code with DllImport attribute
#### Repro steps
I'm trying to port the C# function to F#:
```csharp
[DllImport("libc", SetLastError = true)]
private static…
-
Originally opened on [CodePlex](https://visualfsharp.codeplex.com/workitem/85) by [ranma42](https://www.codeplex.com/site/users/view/ranma42)
Running:
``` fsharp
cd tests/fsharp/core
./run-all.sh
``…
-
git checkout 5573f6f8005add122df07b8daa0fe2fe41b02da8
git clean -x -d -f
build debug
open FSharp.sln
![image](https://user-images.githubusercontent.com/4236651/28670526-6d234464-72d9-11e7-9693-6…
0x53A updated
5 years ago
-
I have to work with huge data (100GB to 2TB stored in [HDF5](https://www.hdfgroup.org/HDF5/)-files). The data is consists of partitioned columns with a shared index. I havn't found any Deedle examples…
-
Running Rider 2019.1.1 on Ubuntu 18.04.2, with Unity 2017.4.25f1.
The mono-sgen process has a consistently high CPU usage when both Unity and Rider are open.
Strace shows it's continually logging …