Giter VIP home page Giter VIP logo

Comments (5)

ctaggart avatar ctaggart commented on July 28, 2024

Just seeing this. I'll have a look after work.

from froto.

takemyoxygen avatar takemyoxygen commented on July 28, 2024

Some update: build fails for me OS X is because of some issue with xunit.console.exe on Mono, the same issue is mentioned here in section 5. It does work on Travic CI though, my guess is that there's only one CPU core available there and in fact, there's no parallelization.

Tried changing to Parallel = ParallelMode.NoParallelization, looks like unit test pass and build fails on NuGet package creation.

from froto.

ctaggart avatar ctaggart commented on July 28, 2024

Thanks for the update @takemyoxygen. Sorry that I haven't been able to get to it yet. What was the error with the NuGet package creation?

from froto.

takemyoxygen avatar takemyoxygen commented on July 28, 2024

Error messages of both OS X and Windows build failures on NuGet step are in the description of the issue above:

  • on OS X it can't find .pdb files (mono produces .mdb files instead of .pdb, so it's quite clear why it fails).
  • on Windows, however, it's more interesting: it fails because FAKE cannot determine the version of FParsec. I'm not sure if this can be done with Paket, but with NuGet it's definetely possible to create a package without specifying all dependences and their versions, nuget.exe detects them automatically.

from froto.

jhugard avatar jhugard commented on July 28, 2024

Merged. Note, however, that the continuous-integration/travis-ci/pr build is still very flakey. The unit tests are failing with a timeout; suspect that some test or tests are taking a long time when the Ci server is under load.

from froto.

Related Issues (20)

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.