Code Monkey home page Code Monkey logo

Comments (15)

tomspeak avatar tomspeak commented on May 27, 2024 1

Seems to be fully functional, just pointing it out incase it's a symptom of something bigger.

from geometry.

desyncr avatar desyncr commented on May 27, 2024 1

Looking further it seems you have to have at least two merge conflicts during a rebase.

Issue I'm facing though is here it's failing to determine total:

▲ ~ echo $conflicts
README.md
source.c

▲ ~ grep -c '^======$' $conflicts
grep: README.md
source.c: No such file or directory

▲ ~ grep -c '^======$' README.md source.c
README.md:0
source.c:0

from geometry.

desyncr avatar desyncr commented on May 27, 2024

Try

  • Loading geometry theme without zplug loaded
  • Loading zplug with other theme (with git integration - say agnoster)

With that information you'll have an idea where the issue is.

from geometry.

frm avatar frm commented on May 27, 2024

The prompt_geometry_git_conflicts:[:10: integer expression expected: 1\n1 has happened to me previously, so I'll look into it when I can reproduce it. If you want to open a different issue, I'd really appreciate it.

The zplug thing, would you be able to try what @desyncr said?

from geometry.

tomspeak avatar tomspeak commented on May 27, 2024

I switched over to antibody and all issues seem to have been cleared up!

from geometry.

tomspeak avatar tomspeak commented on May 27, 2024

Spoke too soon. It just popped up again during a git rebase.

I am now using an identical setup to your antibody one, @frmendes.

from geometry.

frm avatar frm commented on May 27, 2024

Is it working with antibody?

from geometry.

tomspeak avatar tomspeak commented on May 27, 2024

The theme and zsh works flawlessly, other than the git conflict warning posted above appearing during rebases.

from geometry.

frm avatar frm commented on May 27, 2024

Yea, I'll try to reproduce that. Happened to me during a rebase, but it doesn't happen consistently.

from geometry.

jimmyharris avatar jimmyharris commented on May 27, 2024

I am seeing the same issue with zplug version 2.2.0 I believe the issue was introduced with the with the recent timestamp prompt enhancement because checking out c8ec1b6 seems to have made the issue go away.

from geometry.

tomspeak avatar tomspeak commented on May 27, 2024

Just to note, I have this consistently on every rebase that has conflicts these days. I'm fully up to date with antibody and this theme.

from geometry.

desyncr avatar desyncr commented on May 27, 2024

I'll take a look into this later tonight.

from geometry.

desyncr avatar desyncr commented on May 27, 2024

Can't seem to be able to reproduce it.

from geometry.

frm avatar frm commented on May 27, 2024

I ran into this yesterday at work during multiple rebases. But it doesn't seem to happen everytime and I am not able to reproduce it consistently.

from geometry.

frm avatar frm commented on May 27, 2024

It's a bit worse than that because file_count=$(echo -n "$conflicts" | $GREP -c '^') returns different results for grep and ag.

~/Developer/geometry-test echo -n "$conflicts" | grep -c '^'
2

 ▲ ~/Developer/geometry-test echo -n "$conflicts" | ag -c '^'
1
1

from geometry.

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.