-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stackoverflow with Vec2(1,2) #5201
Comments
I can confirm the problem on Ubuntu. I remembered something like this changed recently, and I tested and found out that it was introduced by d7d671d for issue #4026 |
A separate issue is your splash screen I suspect that the problem is that I compare to the origin/master branch, and you cloned your fork from from github as |
@ivarne also, if at any point the history differed due to an extra commit--even if that commit was accepted later in a pull request, but in a different place than JuliaLang/julia/master--pulls will create merges. I'm not sure there's anything we can do about that other than continue to recommend not developing Julia itself on the master branch. |
@pao If you commit something and then merge inn the master branch (without doing a rebase), you get the correct distance of 1 commit. Is your point that if that commit is submitted in a PR, and accepted, you will still have a 1 commit distance when you merge (not rebase) on top of origin/master? |
@ivarne Yeah, I suppose I don't know how the distance calculation works now that you mention it. I was thinking of the case where your history is different such that every time you pull, you get a new merge commit (as I've seen happen in quite a few pull requests.) But this is pretty off-topic; we should probably take this off of the issue if there's further discussion. |
There is a thread in julia-users about this regression also. @pao I do not think there is anything we can do about people that update their pull requests with merge commits, apart from trying to tell them how to fix it in the most polite way possible. |
Sorry about that. This is kind of interesting. Switching to |
I would say that |
With today's build I am facing the following issue. Because of this Winston has become unusable.
The text was updated successfully, but these errors were encountered: