fsprojects / fsprojects/Paket

Group include-script generation doesn't work on mono

Open
#1,813 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug generate scripts
Dominant language
F#
Stars
2.1k
Forks
528
Avg merge
1d 12m
Merged PRs (30d)
54

Description

@smoothdeveloper

  1. Failed : Paket.IntegrationTests.LoadingScriptGenerationTests.simple dependencies generates expected scripts
    Expected is <System.String[8]>, actual is <System.String[6]>
    Values differ at index [4]
    Expected string length 22 but was 17. Strings differ at index 8.
    Expected: "include.main.group.csx"
    But was: "include.nunit.csx"
    -------------------^
    at Paket.IntegrationTests.LoadingScriptGenerationTests.simple dependencies generates expected scripts () <0x4189be10 + 0x00419> in :0

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by running Paket.IntegrationTests.LoadingScriptGenerationTests.simple dependencies generates expected scripts on Mono and inspect the generated script names. Compare the six actual scripts with the eight expected scripts, especially include.main.group.csx and include.nunit.csx. Done means the test passes with the expected script set.

Written by the indexing model from the issue text.

Assessment

Tech stack
fsharp
Domain
tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.