question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot enumerate multiple times with version 1.1.7

See original GitHub issue

Hello,

First of all, thanks for this amazing lib.

However, after upgrading to 1.1.7, which seemed to be a minor revision, our code did not work anymore.

At first, I couldn’t find the corresponding release: it stops at 1.1.5. Then I found the changelog and saw these information: image

First of all, changing the way the lib works by default is a breaking change, and warrant a major revision (as stated by semantic versioning)…

In any case, I went into our code and looked for changing the options passed to the globbing lib, and to my dismay I didn’t find the GlobOptions.MatchFilenameOnly, even though I had the 1.1.7 Nuget: image

Even weirder, this is not the same with the https://github.com/kthompson/glob/blob/master/src/Glob/GlobOptions.cs: image

And even Github have trouble determining the latest commit date but the file history reveals that the 6948bac commit was committed on Mar 11, 2020.

So in the end, I am not really sure what is happening with this seemingly minor-maybe-major release that I can’t use.

Thank you for your insight.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:12 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
robertcoltheartcommented, Aug 10, 2020

Ok, I think you can ignore me, this was a schoolboy Linux error. I was running a command line app where I could pass in a glob pattern to use, but I wasn’t using "" to enclose the pattern and Linux was exploding the glob pattern for me instead of passing it to your library. Sorry if you spent any time on this.

0reactions
kthompsoncommented, Sep 6, 2020
Read more comments on GitHub >

github_iconTop Results From Across the Web

C# Why is possible multiple enumerations bad? [duplicate]
Some sequences CANNOT be enumerated multiple times, or will give you different results when enumerated multiple times.
Read more >
Elevation broke between 1.1.7 and 1.1.9 · Issue #767
Issue: 1.1.9 no longer pops up UAC to asks to to change node/npm, it just FAILS straight away with exit status 5: Access...
Read more >
Operate 1.2.5 complains it can't upgrade from Zeebe 1.0
Hi Svetlana,. the attempt of upgrading/migrating to 1.1.7 first, seems to result in errors. There are many more of them in the log...
Read more >
Cumulative Update 7 for Microsoft AppFabric 1.1 ...
This cumulative update includes all the features and fixes that were included in earlier cumulative updates for AppFabric 1.1 for Windows Server. For...
Read more >
Temporal Dominance of B.1.1.7 over B.1.354 SARS-CoV-2 ...
To test this hypothesis, we examined the proportion of VOC over time across different geographic areas where the two VOC, B.1.1.7 and ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found