search for: latter

Displaying 20 results from an estimated 8993 matches for "latter".

Did you mean: later
2016 Oct 21
3
anonymous function parsing bug?
...sely: I would expect that. "Should" implies, that I want to change something. I just want to understand the behavior (or file a bug, if this would have been one). As I wrote, in e.g. node.js the pendents to the lines that you wrote are treated differently (the first is a function, the latter is a parsing error). Let's use this example instead: x <- 20 f1 <- function(x) { x<-x+1; log(x) } f2 <- function(x) { x<-x+1; log } (x) which act equally. But as the latter is a legal statement, I would read it as f2 <- (function(x) { x<-x+1; log }) (x) thus, I would ex...
2016 Jun 02
6
-Wmisleading-indentation violations
...l11/dev/llvm-upstream/src/lib/MC/MCParser/DarwinAsmParser.cpp:962:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] if (Update > 255 || Update < 0) ^~ /home/dsl11/dev/llvm-upstream/src/lib/MC/MCParser/DarwinAsmParser.cpp:964:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’ Lex(); ^~~ ``` ``` /home/dsl11/dev/llvm-upstream/src/lib/Transforms/Scalar/LoopStrengthReduce.cpp: In member function ‘void {anonymous}::Cost::RateRegister(const llvm::SCEV*, llvm::SmallPtrSetImpl<const llvm::SCEV*>&,...
2011 Jun 06
2
Using Icecast over IPv6
...n ipv4 and a separate ipv6 bind) > - change your sysctl.conf to contain: "net.ipv6.bindv6only = 0" hmmm. OK but this implies (does it not) that /proc/sys/net/ipv6/bindv6only should now contain something other than 0. It doesn't (i.e. it does contain 0). > If you opt for the latter don't forget to reload sysctl settings or > change that option using the 'sysctl' command. No reboot necessary! If I opt for the latter, will it break when I upgrade to the next Debian release? > This is because the latter setting changed in debian squeeze a while > ago....
2007 Sep 19
5
How to test if R is running on a Mac
Hi! Is there any way to test if R is running on a Mac? I usually use value of .Platform$OS.type for windows or unix, but Mac falls in the latter group. Thanks, Gregor
2019 Jan 02
2
AA pass dependencies
...; turn seem to be because BasicAA is accessed after it has been freed and > this brings us to the original question i.e. > > > > Why is it that 'Basic Alias Analysis (stateless AA impl)' is freed much > earlier than 'Function Alias Analysis Results' even though the latter > depends on the former (at least AFAICT by looking > at lib/Analysis/AliasAnalysis.cpp)? > > > > As far as I can tell later passes such as scheduling typically depend on > AAResultsWrapperPass which in turn depend on BasicAAWrapperPass (which in > my case also depend on Laz...
2007 Mar 17
2
This firewall rule will self-destruct
...--dport 80 -j DNAT --to-destination $FWIP:$FWPORT # iptables -I FORWARD -p tcp -s $REMOTE --dport 80 -j ACCEPT The *next* tcp connection from their computer to the webserver will get NAT'd to service $FWIP:$FWPORT. But I want this rule cleared out as soon as the connection is made with the latter altered rules. Is there a way to write a rule or set of rules that, when activated, then delete themselves? The "ESTABLISHED,RELATED" rule should keep the connection alive even after the latter rules are killed, right? Is this possible? Am I just out in left field? -------------- next...
2008 Jan 16
0
Exact wilcoxon may differ in R and SPSS/StatXact (due to round off in the latter pair)
Dear R-users, If you use the exact Wilcoxon test in the coin package, I would like make you aware of that SPSS/StatXact MAY perform a round-off before doing their exact Wilcoxon-Mann-Whitney test (if you ever are unlucky enough not to use R). I have data from two treatments and was surprised to find that SPSS (15 under Windows) and R differed in their p-values (0.167 resp. 0.172). It turns out
2020 Oct 07
2
[Debuginfo] Changing llvm.dbg.value and DBG_VALUE to support multiple location operands
...sh between "this alloca is the variable's location" versus "this alloca is the variable's value", i.e. the variable itself is a pointer to a local variable. In IR, we implicitly distinguish between these by using dbg.declare/dbg.addr for the former, and dbg.value for the latter. In MIR, we use the indirectness flag instead. DW_OP_LLVM_direct can supplant the latter. Apologies for the somewhat confusing explanation thus far; in the IR stage, I think that actually we wouldn't need to produce DW_OP_LLVM_direct at all (although there's no harm in doing so) as long as...
2005 Feb 03
5
How to convert a list to a matrix
Hi Sorry to ask such a basic question. I have a list, each element of which is a vector of two values. What I actually want is a matrix with two columns, and one row per element of the list. Obviously I have tried as.matrix(), and as.vector() but I didn't expect the latter to work. I feel so lame asking this. Any suggestions? Mick
2009 Jul 09
1
bug in seq_along
...t the last line would yield 1:3. My guess is that somehow seq_along don't utilize that ov is an S4 class with a length method. The last line of the *Details* section of ?seq has a typeo. Currently it is 'seq.int', 'seq_along' and 'seq.int' are primitive: the latter two ignore any argument name. I would guess it ought to be 'seq.int', 'seq_along' and 'seq_len' are primitive: the latter two ignore any argument name. Kasper
2013 Nov 18
5
[LLVMdev] bit code file incompatibility due to debug info changes
...o and dump it (no need to > verify it - we just have to do the work to find it, so we don't go > following bad links later on - that should be as easy as dropping the > llvm.dbg.cu named node and removing all debug intrinsics and the > instruction metadata line references). But this latter scheme isn't robust > against arbitrary metadata (that could, coincidentally, have the right > version number and arbitrary metadata that breaks all our debug info > metadata assumptions) > > If the latter is sufficient for everyone's needs/principles, great. > This makes...
2020 Jan 16
2
[cfe-dev] Phabricator -> GitHub PRs?
...is correctly, there are 17 commits in this > series, one of which is still open for review. Is that correct? > > What is the graph on the left trying to show me? The commit graph? > This is a non-linear branch? Or is this a dependence graph between > patches in the series? If the latter, what generated those > dependencies? > > > Reviewing all of this in a single amorphous diff is something that I > > wouldn't wish on anybody. > > Certainly! I don't think anyone is advocating for that. I agree GitHub > by default presenting things as a giant pa...
2011 Jun 06
3
Using Icecast over IPv6
Hi, I realise this might be a Debian-specific question. I've got access to two hosts which have IPv6 connectivity, both of which are running Icecast 2.3.2. One is still running Debian Lenny and can be reached via IPv6 just fine, but the other is running Debian Squeeze and cannot. In addition, my local server which does not have IPv6 conectivity to the Internet but which can be reached
2009 Sep 08
4
Count number of different patterns (Polytomous variable)
Hi there, Does anyone know a method to calculate the number of different patterns in a given data frame. The variables are of polytomous type and not binary (for the latter i found a package called "countpattern" which unfortunately only functions for binary variables). V1 V2 V3 0 3 1 1 2 0 1 2 0 So, in this case, i would like to get "2" as output. Thanks in advance J?rgen
2020 May 07
2
Emitting a local alias
...(_ZNSt13bad_exceptionD2Ev.stub at PLT- .L_ZTVSt13bad_exception)-8 .long (_ZNSt13bad_exceptionD0Ev.stub at PLT- .L_ZTVSt13bad_exception)-8 .long (_ZNKSt13bad_exception4whatEv.stub at PLT- .L_ZTVSt13bad_exception)-8 *.set .L_ZTVSt13bad_exception, _ZTVSt13bad_exception* ``` The latter is what's generated when using a GlobalAlias with private linkage. I'm asking because in either case, I want to be able to place _ZTVSt13bad_exception in .rodata instead of .data.rel.ro which requires that the object does not need a relocation. According to `Constant::needsRelocation()`, a...
2018 Dec 27
2
AA pass dependencies
Hi, Looking at the output of e.g. llc -mtriple=x86_64-unknown-linux-gnu test/CodeGen/X86/pre-coalesce.ll -debug-pass=Executions Why is it that 'Basic Alias Analysis (stateless AA impl)' is freed much earlier than 'Function Alias Analysis Results' even though the latter depends on the former (at least AFAICT by looking at lib/Analysis/AliasAnalysis.cpp)? Thanks! -Markus -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20181227/e5da106e/attachment.html>
2011 Mar 22
5
live migration in between different CPU families
Hi, referring to thread: http://www.gossamer-threads.com/lists/xen/users/177385#177385. I have the same thing going on: hypervisors with E5620 Xeon CPUs and hypervisors with E5410 CPUs. Live migrations go wrong when domU''s are not created on the latter and move from the E5410 servers to more recent ones. The rationale being that these CPU''s have less or other capabilities than the newer ones. Is there any way to work around this? Thx, B. _______________________________________________ Xen-users mailing list Xen-users@lists.xensour...
2014 Apr 22
2
[LLVMdev] Building sanitizers for Android
...zer runtiume library "during development", >> > you should verify that it works with the Clang at hand. >> >> I want to test an implementation of libraries, not that clang links a >> library in its install directory. We only need one clang test for the >> latter (not 100) and that test already exists in the clang test suite. > > > No. The test in the clang test suite only calls "clang -fsanitize=address > -###" and matches > the command Clang will call linker with. It doesn't verify that the link > will succeed, or that >...
2016 Feb 25
0
Possible soundness issue with available_externally (split from "RFC: Add guard intrinsics")
...infer attributes (and do IPA in > general on any function that matches > GlobalValue::isStrongDefinitionForLinker()). > I suppose you could have one instance of foo() inline bar() _before_ any optimization, and another instance of foo() call a refined readnone bar. Then replacing the latter with the former will be a problem. -- Sanjoy
2019 Jan 14
1
[solved] managesieve configuration
...rent things here. You're talking about the global ssl= setting. I am talking about the ssl = yes inside the service listener configuration (https://wiki.dovecot.org/Services#inet_listeners). The former specifies whether SSL is available/required for user connections in general, whereas the latter specifies whether the service activates the TLS layer immediately for that particular listener. The latter is also where you made the configuration mistake. Regards, Stephan