Git Product home page Git Product logo

fsx's People

Contributors

aarani avatar bobface avatar knocte avatar msonawane avatar tehraninasab avatar webwarrior-ws avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

fsx's Issues

Warnings are ignored in .NET6

If you place a test.fsx with a warning (in a place where there is no Directory.Build.props, and your current directory doesn't have this file either), e.g.:

let GiveMeBool():bool = false
GiveMeBool()
printf "hello"

This seems to not fail in .NET6:

"%programfiles%\fsx\fsxc.exe" -f test.fsx

While it seems it would fail in .NET4.x, judging by --warnaserror present in these lines 777,778 in Fsxc.fs:

                (sprintf
                    "%s %s %s --warnaserror --target:exe --out:%s %s"

Create gitlab-ci pipeline that generates snap package

Deliverables:

  1. An MR/PR that adds a pipeline to gitlab-ci.yml file that creates a snap package.
  2. Snap package must be exposed as an artifact.

Requirements:

  1. Snap package must be compatible with Ubuntu 18.04 and 19.04.
  2. (Optional-bonus-points) snap package can work even if mono and fsharp deb packages are not installed? (this might be much harder to achieve, I'll give a big tip if done)

Sync version.config file with AssemblyInfo.fs with bump.fsx

  • Take in account AssemblyInfo.fs is not included in Fsdk.fsproj (it is in Fsdk-legacy.fsproj), by mistake.
  • Ideally bump.fsx should also create the git tag (and advice to push it, like in geewallet).
  • nugetPush of git tag should verify that tag starts with BaseVersion val of version.config.

fsx -f doesn't work (in Windows?)

C:\Users\knocte\Documents\Code>"%programfiles%\fsx\fsx.bat" -f test.fsx

C:\Users\knocte\Documents\Code>"%programfiles%\fsx\fsx.bat" test.fsx
hello

fsx -k would run the script

The -k flag was meant to be only for fsxc (not fsx) program, but we're showing it in the fsx case, and in that case it's not doing what it says (it should just compile and not run).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.