Group include-script generation doesn't work on mono
Open
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
- 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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