similar to: regression, troubles with setup git tree

Displaying 20 results from an estimated 10000 matches similar to: "regression, troubles with setup git tree"

2010 Dec 21
1
Re: regression, troubles with setup git tree
> git reset --hard Thanks, it's works and very useful! Now, how i, after some 'git bisect's, can i see where is set git tree currently precisely? I study many git manuals but found nothing so only way i have is compile current git and run 'wine --version'. Is there more faster way / git command exist? Also can I switch my git tree precisely one step forward and backward?
2010 Dec 21
0
regression, troubles with setup git tree
jpka <wineforum-user at winehq.org> wrote: > > >> git reset --hard > >Thanks, it's works and very useful! >Now, how i, after some 'git bisect's, can i see where is set git tree currently precisely? git status might be the command you are looking for. The status line gives you the current commit from what I remember. >I study many git manuals but found
2008 Aug 17
3
Questions about git and building wine
I was asked to try a regression test (http://wiki.winehq.org/RegressionTesting) to see if the bug I am seeing now is not present when I revert to a previous version of wine. So, my first question is, how do I revert to a previous version of wine? I'm on Ubuntu 8.04, so it would be nice if there was an apt-get command I could use. I've tried "apt-get install wine-0.9.59", but
2009 Jan 26
2
Problems compiling for git testing (No OpenGL library found)
I'm following the instructions at http://wiki.winehq.org/RegressionTesting to find the problem that stopped a series of my games from working, but when I run Code: CC="ccache gcc" ./configure --verbose Everything goes fine except at the end an error is produced: "configure: WARNING: No OpenGL library found on this system. OpenGL and Direct3D won't be supported." I
2011 May 15
1
Questions about compiling wine from Git
Hello folks. I'm new to wine and trying to understand some aspects of compiling wine from source and local git. I've already learnt a little about how to do regression testing, compile a specific version of Wine from local git repository, but some things are still unclear to me. I figured out what "make clean" and "make" commands are to do. The first one is to delete
2010 Jul 18
5
A little doubt about bug 21659
Using wine 1.2 I have again the bug 21659, I see the status is UNCONFIRMED. Is needed for afected users make the regression testing?. Thanks http://bugs.winehq.org/show_bug.cgi?id=21659
2012 Jan 17
7
Help trying to bisect
Hello Everyone, I'm trying to run bisect wine 1.3.22 (good) and 1.3.23(bad) for Rayman 3 but i dont know how to use it can someone give ins tructions on how to use it? I tried git bisect start which i got fatal: Not a git repository (or any of the parent directories): .git
2009 Apr 07
2
Minimum Spanning Tree
Hi all, I'm very new to R and read a few tutorials, however I'm having difficulty trying to figure out how to plot a minimum spanning tree. I have a csv file that contains an n-by-n matrix of distances between strains of bacteria called matrix.csv. Looks like: id,strain1, strain2,strain3 strain1,0,.2,.8 strain2,.3,0,.7 strain3,.4,.6,0 I've been messing around with some information
2008 Dec 09
2
Need help optimizing/vectorizing nested loops
Hi, I'm analyzing a large number of large simulation datasets, and I've isolated one of the bottlenecks. Any help in speeding it up would be appreciated. `dat` is a dataframe of samples from a regular grid. The first two columns are the spatial coordinates of the samples, the remaining 20 columns are the abundances of species in each cell. I need to calculate the species richness in
2008 Apr 26
11
Odd display problem for 0.9.59/60
I came across a problem after updating to 0.9.59 and it appears to have continued to 0.9.60. I started with gutsy, ATI 9600 with the fglrx drivers, direct rendering working as with the games i wanted (CNC3, Champ Man...) in 0.9.58 however on upgrading to .9.59 software installs and winecfg both display properly, However on running the games i get a fuzzy display a bit like a tv half tuned in to
2002 Dec 07
3
Neighbour table overflow
hi all, i am getting a lot of neighbour table overflow in my syslog file... we use slavkware8.1 with kernel2.4.19 squid2.5s1 iptables1.2.7a & iproite-ss020116.. there are two providers & this box has 5 ethernet and i havent seen it handle going less that 2.5mb traffic even at off peak hours !.. the kernel was _NOT_ configured with arp daemon support.. Dec 7 09:11:32 ICG last message
2011 Mar 03
4
Future Tax Regression
Hi to all, I'm trying to run a Canadian income tax program called FutureTax2010 (www.futuretax.ca) under wine 1.2 and 1.3 beta, but there appears to be a regression. It runs under wine 1.0.1, and loads OK under 1.3, but when I try to open an existing (known valid) file FT pops up a message box that says "An unsupported operation was attempted". A screen shot of the end result of
2008 Mar 12
1
Neighbour table overflow.
Hi, I am getting below error on mailgw. it has 2 ethernets. eth0 is connected to internet, while eth1 is connected to LAN where there are about 300 PCs. Mar 12 09:14:00 gateway kernel: NET: 697 messages suppressed. Mar 12 09:14:00 gateway kernel: Neighbour table overflow. Mar 12 09:14:05 gateway kernel: NET: 660 messages suppressed. Mar 12 09:14:05 gateway kernel: Neighbour table overflow. Mar
2008 Apr 26
9
No hide button in 0.9.60 ?
i am running flashfxp under wine now a while, recently i upgraded to kubuntu 8.04 and installed wine 0.9.60. I discovered that then there is no hide button anymore in FlashFXP. Onbly 2 Buttons to the left, the close and the maximize button. I then re-installed 0.9.59 and with that i get again the minimse button back, unfortunaly this version has a bug not displaying the program in the taskbar.
2018 Nov 15
4
RFC: Dealing with out of tree changes and the LLVM git monorepo
Based on the feedback so far, I propose that we call this discussion done -- we will not go with this zippered proposal, but will proceed with https://github.com/llvm-git-prototype/llvm/. On Thu, Nov 15, 2018 at 5:06 PM David Greene via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Tom Stellard via llvm-dev <llvm-dev at lists.llvm.org> writes: > > > What is the status
2010 Nov 08
6
Ubuntu 10.10 AMD64 and building wine
Hooray! I got a new machine. However, if I want to continue doing things with wine, I need a little more information than is in the wiki on building wine for 32-bit and/or 64-bit operations. First question: Are the instructions for 10.04 still OK? Is there any real change? Second question: If I follow the line in the RegressionTesting page that says: [code]CC="ccache gcc -m32"
2011 Jun 03
1
Traversing KD-tree (or equivalent) for radius-based search
Hi, I'm trying to implement the DBSCAN algorithm to get O(N*LogN) complexity and I'd need a spatial tree of some sort (kd,r,bd..), or a function that computes radius-based search on spatial data, i.e. given a radius eps finds ALL the points which fall in the corresponding hypersphere centered on the current examined point. Is there a package with this features? So far I found RANN
2009 Mar 15
4
Fable breaks from wine 1.1.10 to 1.1.11
Hi, I guess I should open a bug in bugzilla. Some questions: I installed 1.1.10 and 1.1.11 through PlayOnLinux. Does this make a difference for the bug reporting? I have the output from the terminal (backtrace below). What could I do to provide more useful information? I suppose the next step would be to do a bisect but I've never done it and I suspect I'll need quite a bit of time.
2018 Nov 16
2
RFC: Dealing with out of tree changes and the LLVM git monorepo
Yes, I’m still trying to evaluate the migration script’s downsides as compared to the zipper approach’s downsides. Sorry that I got a little held up, but I have to balance evaluating this with getting other work done. I should have some feedback to a few of the responses on this thread next week. I really don’t think I can respond in a useful/productive way before I’ve finished these
2011 Jun 09
1
k-nn hierarchical clustering
Hi there, is there any R-function for k-nearest neighbour agglomerative hierarchical clustering? By this I mean standard agglomerative hierarchical clustering as in hclust or agnes, but with the k-nearest neighbour distance between clusters used on the higher levels where there are at least k>1 distances between two clusters (single linkage is 1-nearest neighbour clustering)? Best regards,