haskell / filepath

Haskell FilePath core library
BSD 3-Clause "New" or "Revised" License
66 stars 32 forks source link

Avoid head and tail #173

Closed hasufell closed 1 year ago

hasufell commented 1 year ago

By @Bodigrim

Bodigrim commented 1 year ago

@hasufell just a gentle reminder about this.

hasufell commented 1 year ago

Sure, it's just I don't click merge button on the repos I maintain myself, because I want to keep GPG signature.

So I can merge when I have access to my GPG key.

Bodigrim commented 1 year ago

@hasufell just another reminder about this.

Bodigrim commented 1 year ago

Is https://gitlab.haskell.org/ghc/packages/filepath mirror stalled? I cannot find this commit there.

hasufell commented 1 year ago

@Bodigrim yeah, it's dead

Bodigrim commented 1 year ago

What's the way to update it so that filepath submodule in GHC source tree can be bumped?

hasufell commented 1 year ago

I configured it as a mirror: https://gitlab.haskell.org/haskell/filepath

Bodigrim commented 1 year ago

https://gitlab.haskell.org/ghc/packages/filepath/-/branches says:

The branch could not be updated automatically because it has diverged from its upstream counterpart. To discard the local changes and overwrite the branch with the upstream version, delete it here and choose 'Update Now' above.

hasufell commented 1 year ago

https://gitlab.haskell.org/ghc/packages/filepath/-/branches says:

The branch could not be updated automatically because it has diverged from its upstream counterpart. To discard the local changes and overwrite the branch with the upstream version, delete it here and choose 'Update Now' above.

That is the GHC repo. I don't have knowledge about what they're doing there.

My filepath mirror works correctly.