Слава Україні! Героям слава!
Слава Україні! Героям слава!
@smoothdeveloper Unfortunately F# exceptions are not well supported for Rust yet. Simple .NET system exceptions (`exn`) are somewhat supported (on targets that support unwinding), but the rest is still todo,...
@delneg - Currently you can't do `#![cfg_attr` at file level, but you can do `#[cfg_attr` at file module level, which is the same: ```fs [] module MyModule ``` - We...
FWIW, the inner attributes were fixed and will work as expected in the next released version.
> without version numbers Yes, without version number, but we need some color coding (or special symbols) describing the level of support (or readiness) for each feature.
Sharing through url + url shortener service or GitHubGist as back-end? Just thinking aloud.
@MangelMaxime Not at the moment, more of FCS needs to be ported for that to work (Incremental builder etc.). Technically several files can be joined together and compiled as one,...
@MangelMaxime Just to get a better understanding of what you are trying to do, do you mind explaining a bit more in detail how you are envisioning the repl to...
@MangelMaxime In principle this is doable, but will need more work on FCS side to include the IncrementalBuilder and whatever additional dependencies it has. As for errors in netcore2, yes,...
@MangelMaxime The missing dlls are not what I'm referring to as errors, there is a javascript error when parsing some files (e.g. sudoku sample etc.) when using netcore2.0 binaries that...
@MangelMaxime I don't know what the repl project priorities are, perhaps @alfonsogarciacaro can shed some light.