search for: incongru

Displaying 20 results from an estimated 39 matches for "incongru".

Did you mean: congru
2009 Feb 27
3
[LLVMdev] warning from -instcombine
...de in lib/Transforms/Scalar/InstructionCombining.cpp: cerr << "WARNING: While resolving call to function '" << Callee->getName() << "' arguments were dropped!\n"; If you're using LLVM as a static compiler, this warning is a bit incongruous, because it's not formatted in the same way as warnings from the front end, and it isn't suppressed by -w. If you're using LLVM as a JIT, it seems completely wrong for any optimisation pass to use cerr like this. So should it be removed, or downgraded to DOUT, or something? There...
2013 Oct 18
4
[LLVMdev] [RFC] Stackmap and Patchpoint Intrinsic Proposal
...replace 'webkit' with 'experimental'. Having webkit in the name implies some dependence on webkit, and there is none. Plus, this functionality will be used by outside projects as soon as it lands in trunk, and I suspect that having webkit in the initial name will end up as a naming incongruity that no one will really think is worth the effort to change. > > You’re correct that there is no dependence. I’m fine dropping the webkit name, but only if we can go straight to the final name (no need for “experimental”). I think that Hal's idea of "experimental" is the ri...
2009 Mar 01
1
SPSS repeated interaction contrast in R
...;- factor(rep(c(0:1), 72), levels=c(0,1), labels=c("Repetition","Switch")) CongruenceNow <- factor(rep(c(0,0,1,1,2,2), 24), levels=c(0,1,2), labels=c("Congruent","Incongruent","Neutral")) CongruenceBefore <- factor(rep(c(0,0,0,0,0,0,1,1,1,1,1,1,2,2,2,2,2,2), 8), levels=c(0,1,2), labels=c("Congruent","Incongruent","Neutral")) # Subjects Subjects <- factor(r...
2015 Aug 27
2
Proposed change in file.exists() to tolerate Windows
...a solved problem, yet. I acknowledge that CRAN packages exist which fix this by replacing file.exists(), but it seems more elegant to me to fix the problem in R itself. R Core goes to great extremes to accommodate Windows users and the refusal to make file.exists() work in a cross-platform way is incongruous. I often do have slashes on the end of directory names being tested. Now that I understand the meaning of ?file.exists, I need to wrap the name being checked in a slash-deleter ## delete trailing slashes dts <- function(name) gsub("/$", "", name) if(!file.exists(dts(any...
2009 Feb 27
0
[LLVMdev] warning from -instcombine
...r/InstructionCombining.cpp: > > cerr << "WARNING: While resolving call to function '" > << Callee->getName() << "' arguments were dropped!\n"; > > If you're using LLVM as a static compiler, this warning is a bit > incongruous, because it's not formatted in the same way as warnings > from the front end, and it isn't suppressed by -w. > > If you're using LLVM as a JIT, it seems completely wrong for any > optimisation pass to use cerr like this. > > So should it be removed, or downgraded to...
2013 Oct 18
0
[LLVMdev] [RFC] Stackmap and Patchpoint Intrinsic Proposal
...replace 'webkit' with 'experimental'. Having webkit in the name implies some dependence on webkit, and there is none. Plus, this functionality will be used by outside projects as soon as it lands in trunk, and I suspect that having webkit in the initial name will end up as a naming incongruity that no one will really think is worth the effort to change. >> >> You’re correct that there is no dependence. I’m fine dropping the webkit name, but only if we can go straight to the final name (no need for “experimental”). > > I think that Hal's idea of "experiment...
2005 Oct 10
8
Help with sincronizing two directories on remote servers
Dear friends, a newbie here. we have two webservers, a and b, both of them with rsync installed. We would like to rsync one directory on one server with another directpory on another server. What I do is to go to one of the server (server a) as root using ssh, navigate to the directory, and write rsync -avz username@serverb:directory/ ./ But it does not work. Am I doing something
2013 Oct 19
1
[LLVMdev] [RFC] Stackmap and Patchpoint Intrinsic Proposal
...replace 'webkit' with 'experimental'. Having webkit in the name implies some dependence on webkit, and there is none. Plus, this functionality will be used by outside projects as soon as it lands in trunk, and I suspect that having webkit in the initial name will end up as a naming incongruity that no one will really think is worth the effort to change. >>> >>> You’re correct that there is no dependence. I’m fine dropping the webkit name, but only if we can go straight to the final name (no need for “experimental”). >> >> I think that Hal's idea of...
2019 Jan 05
2
Interaction with Windows bootloader
...ut "-i" has currently the same result for the case presented in this email thread). I haven't tested the Linux-based installers with the bootsecfile option; for the exe and com installers, this syntax (that currently seems to mean "instead") is confusing and inconsistent/incongruous with the expected usage/goal of --install. Independently of the matter of the "-f" option, isn't the above a more consistent / logical behavior (for the Windows- and DOS-based installers, at least, if not for all of them)? Regards, Ady.
2015 Jan 17
1
clarification regarding RFC2307 winbind backend, please
...range = 50001-60000 > > # Use home directory and shell information from AD > winbind nss info = rfc2307 Also does anyone have any idea why 10001 was chosen as the start of the range? Since the default starting ID on the DC (both a Microsoft server and Samba DC) is 10000, this seems incongruous. As a related issue (depending on the answer to the above), if anyone has wiki-editing privileges, and knows the RFC2307 "ropes", perhaps you could fix the AD_member_server page which shows what seems to me to be a poor choice of ranges for the basic smb.conf file. https://wi...
2013 Oct 18
0
[LLVMdev] [RFC] Stackmap and Patchpoint Intrinsic Proposal
...replace 'webkit' with 'experimental'. Having webkit in the name implies some dependence on webkit, and there is none. Plus, this functionality will be used by outside projects as soon as it lands in trunk, and I suspect that having webkit in the initial name will end up as a naming incongruity that no one will really think is worth the effort to change. You’re correct that there is no dependence. I’m fine dropping the webkit name, but only if we can go straight to the final name (no need for “experimental”). Again, the only reason to start with the webkit name is that it’s easy to c...
2013 Oct 18
3
[LLVMdev] [RFC] Stackmap and Patchpoint Intrinsic Proposal
...replace 'webkit' with 'experimental'. Having webkit in the name implies some dependence on webkit, and there is none. Plus, this functionality will be used by outside projects as soon as it lands in trunk, and I suspect that having webkit in the initial name will end up as a naming incongruity that no one will really think is worth the effort to change. > > > > This sort of functionality could probably be used to greatly improve > the usability of DTrace's USDT tracing. > > > > These are the proposed changes to LangRef, written by Juergen and me....
2013 Jul 18
0
[LLVMdev] Proposal: function prefix data
...seem to have presented the GHC ABI use case (and see just below about UBSan). Do you know of any other use cases? > we might as well use it in UBSan as > opposed to something which is going to be strictly slower. > Below you use UBSan's use case as a motivating example, which seems incongruous to this "might as well use it in UBSan" attitude. Without having evaluated alternatives as being "too slow" for UBSan, I don't think that UBSan's use case should be used to drive this proposal. > > > > 2) Allowing GHC's tables-next-to-code ABI [1] to...
2009 Feb 27
2
[LLVMdev] warning from -instcombine
....cpp: >> >> cerr << "WARNING: While resolving call to function '" >> << Callee->getName() << "' arguments were dropped!\n"; >> >> If you're using LLVM as a static compiler, this warning is a bit >> incongruous, because it's not formatted in the same way as warnings >> from the front end, and it isn't suppressed by -w. >> >> If you're using LLVM as a JIT, it seems completely wrong for any >> optimisation pass to use cerr like this. >> >> So should it be r...
2013 Oct 18
0
[LLVMdev] [RFC] Stackmap and Patchpoint Intrinsic Proposal
...replace 'webkit' with 'experimental'. Having webkit in the name implies some dependence on webkit, and there is none. Plus, this functionality will be used by outside projects as soon as it lands in trunk, and I suspect that having webkit in the initial name will end up as a naming incongruity that no one will really think is worth the effort to change. >> >> You’re correct that there is no dependence. I’m fine dropping the webkit name, but only if we can go straight to the final name (no need for “experimental”). > > I think that Hal's idea of "experiment...
2016 Apr 23
0
RFC: [Patch] libpuload: use previous TFTP OK status definition
...FTBFS: com32/hdt/hdt-dump.c:227:39: error: ?TFTP_OK? undeclared (first use in this function) Signed-off-by: Gene Cumm <gene.cumm at gmail.com> Should we trim "ERR_" off the definition or change all of the places this macro is used? Trimming means we have two possible spots with incongruent definitions (bit order difference). I'm leaning towards changing where it's used. diff --git a/com32/libupload/tftp.h b/com32/libupload/tftp.h index 209d975..27f5fbe 100644 --- a/com32/libupload/tftp.h +++ b/com32/libupload/tftp.h @@ -18,7 +18,7 @@ TFTP_ERR_BAD_OPTS = 8, /**< Optio...
2010 Dec 19
3
the state of wine under Mac Os X
...ason. Most of these games had no big problems running under Ubuntu 10.10 32bit, and being used to run Wine under Mac Os for some legacy work-related application, I thought It would have been pretty straightforward to run such games under Snow Leopard. Unfortunately, most of them show problems and incongruences with the default behaviour shown under linux. Considering that it's not an isolated case, before I start spamming Bugzilla for every single game, I wonder if there's something I should know beforehand regarding some components that maybe are not up to par to the linux builds under Mac...
2013 Jun 03
0
libao on Debian
...SX 10.6.8, on a MacBookPro. libao does not work in stereo for the sampling rate of 44100, but it does for 8000, 11025, 22050and 48000. When I send it two channel output at a sampling rate of 44100, the result includes what sounds like skips, sudden changes from left to right speakers, an other incongruities. Question: Does anyone know why this one sampling rate does not work? I've included a copy of the code that I've used to test the sound output. I compiled it with: gcc -W -Wall -g -o sound sound.c -lao -lasound -lm Thanks very much for any help on this. Arun Chandra #in...
2007 Nov 12
2
rsync as daemon doesnt use secrets file but sshd
Hi all! I have a problem configuring rsync as daemon: This is my rsync.conf: log file = /var/log/rsync.log list = yes uid = nobody gid = nobody secrets file = /etc/rsyncd.secrets [section] comment = Great stuff from remote.acme.com path = /home/repos auth users = marco hosts allow = * hosts deny = * This is my /etc/rsyncd.secrets marco:marco This is the secrets file permission: [root@server
2019 Jan 06
0
Interaction with Windows bootloader
...e same result for the case presented in > this email thread). I saw this too. > I haven't tested the Linux-based installers with the bootsecfile > option; for the exe and com installers, this syntax (that currently > seems to mean "instead") is confusing and inconsistent/incongruous with > the expected usage/goal of --install. It won't work on Linux as the saving .bss behavior is DOS/Windows only. > Independently of the matter of the "-f" option, isn't the above a more > consistent / logical behavior (for the Windows- and DOS-based > installe...