search for: lenient

Displaying 20 results from an estimated 97 matches for "lenient".

2012 Nov 18
0
[LLVMdev] A lenient construction mode?
Is there a way to do a lenient construction of the IR? In particular one that doesn't do type checking? I am having the problem in my generator that occasionally I produce the wrong type which leads to an abort during the construction phase. If I were able to complete my construction and look at the textual assembly I'd...
2010 Mar 02
2
Intel: Overly restrictive test for availablility of CPUID masking MSRs?
...this capability? I''ve seen: family > 0x6 || (model > 0x17 || (model = 0x17 && stepping >= 4)) suggested but this looks like it matches exactly the same set of processors as the "eax < 0x00010674" in the code before aab9fbd6ffa0 which was apparently too lenient? Ian. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2004 Mar 31
2
Carrier Access CMG/FXS MGCP to Asterisk, Works Fine
...G card, it defaults to strict policy message exchange and dial-tone will not come across when you go off-hook on a FXS port. To resolve this, get back into the CAC CMG configuration, goto: -profile directory - router card setup - MGCP Configure - MGCP Interoperability Settings - (set) Parse Mode: Lenient Either Carrier Access or Asterisk is not completely compatible with the RFC, but this seems to get the two talking together. Hope this helps. JR -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/...
2014 Feb 13
4
Slow Samba transfer
Hi, this is my first pos here, please be lenient. My problem shuld be a FAQ and, in fact I found a lot of references googling around, but nothing could really solve my problem, so here I am. I have a Samba server: Very basic wheezy amd64 installation on a small VIRTUAL server (Xen). Only fancy thing is direct access to a couple of RAID1 (mirror...
2017 Aug 03
4
Bug or incorrect use of inline asm?
Hi all, I stumbled upon either a bug, or we are emitting wrong inline asm code. The testcase is: ``` source_filename = "testcase.d" target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-apple-macosx" define void @_D7asanasm3fooFZv() { %a = alloca [4 x i32], align 32 call void asm sideeffect "movl %ebx, 4+$0",
2011 Jul 26
2
[LLVMdev] Lack of use of LLVMContextImpl::NamedStructTypes
...…) is called so that a new structure >> is not erroneously created? > > Hi Garrison, > > Do the other two threads answer the question here? > > -Chris Yes I believe the other threads concerning the same issue answer why the system, because of the lack of type linkage, is lenient in "unioning" types. What I'm still uncomfortable with is, I don't understand under what conditions the system should union two opaque types with the same name and def. The above method BitcodeReader::ParseTypeTableBody, never seems to do this, and therefore my reading of Linker:...
2019 Mar 05
3
Development version of R fails tests and is not installed
...l(lapply(es.d[1:6],unname), + lapply(es. [1:6],unname), tol = 2e-12) + }) Error: lapply(es.d[1:6], unname) and lapply(es.[1:6], unname) are not equal: Component "aic": Mean relative difference: 3.297178e-12 Execution halted Would it be possible to make this tolerance more lenient? In case it matters, I am configuring R to be compiled using Openblas and this test fails for the 64 bit installation, the 32 bit installation seems to pass all tests. Happy to provide any more information/context that might be needed. Cheers, Berwin
2006 May 22
1
Model Modules, Dev vs Prod
I have a pretty complex model with many modules and I have been trying to keep it clean, but I find that loading the model in development mode using WebBrick is much more lenient than production mode with lighttpd/fcgi. For instance, if I neglect to create a dedicated file that declares the module then I run everything in development mode it works fine, but as soon as it is deployed I get ''uninitialized constant'' exceptions for the model. Does any...
2014 Apr 29
1
BINARY FETCH conversion issue
...us 2.4: C: 6 UID FETCH 1 (BINARY.PEEK[1]) S: * 1 FETCH (UID 1 BINARY[1] {57} S: [LITERAL DATA: 57 bytes] S: ) S: 6 OK Completed (0.000 sec) (Cyrus FETCH output strips out the spurious non-encoding '=', IIRC). Not sure if this is an example of Cyrus' QP decoder being more robust (or lenient) than Dovecot's. Or whether this is intentional to return NIL for this kind of bad data. Although if intentional, output should probably be a NO response with UNKNOWN-CTE response code, since this appears to be an instance of "the server does not know how to decode the section'...
2017 Aug 04
2
Bug or incorrect use of inline asm?
...inter: " 4+$0 ". > > The AT&T syntax for a displaced address doesn't have the '+'; it's > just "4(%rsp)" so you should change the IR to "4$0". > > LLVM appears to be optimizing the addressing mode, and the optimizer > is being more lenient on this detail so you're getting lucky when the > +4 can be combined with an existing %rsp offset. Things break down when part of the offset is a linktime constant: ``` source_filename = "asanasm.d" target datalayout = "e-m:w-i64:64-f80:128-n8:16:32:64-S128" target tri...
2008 Nov 15
5
Says missing DLL but I am not missing it.
I am trying to run a program that needs MFC42.DLL. I downloaded the dll from a site and put it in the system32 folder, but it still did not recognize it. I changed the permissions to be more lenient but that did not help either. So I found and used winetricks vcrun6 mfc42 After doing this I made a terrible mistake. To make sure that it really added MFC42.dll and was not still the file I downloaded from the internet I decided to delete MFC42.dll and rerun winetricks. But winetricks said t...
2011 Jul 27
0
[LLVMdev] Lack of use of LLVMContextImpl::NamedStructTypes
...l 26, 2011, at 4:03 AM, Garrison Venn wrote: >> Hi Garrison, >> >> Do the other two threads answer the question here? >> >> -Chris > > Yes I believe the other threads concerning the same issue answer why the system, because > of the lack of type linkage, is lenient in "unioning" types. What I'm still uncomfortable with is, I > don't understand under what conditions the system should union two opaque types with the > same name and def. The above method BitcodeReader::ParseTypeTableBody, never seems to do > this, and therefore my rea...
2015 Apr 27
2
Prevent network setup from changing the hostname
On 04/26/2015 07:57 PM, Peter Larsen wrote: > On 04/26/2015 08:25 PM, Robert Nichols wrote: >> On 04/26/2015 06:31 PM, Peter Larsen wrote: >>> On 04/26/2015 07:26 PM, Robert Nichols wrote: >>>> How can I block network setup (via NetworkManager) from changing >>>> the machine's hostname whenever the network configuration changes? >>>
2020 Sep 11
2
[cfe-dev] Phabricator -> GitHub PRs?
...styles, but we reached a common consensus: 1. No master rewrite, just like LLVM. This is madness, period. 2. No branch merge commit into master. Just like LLVM. We only thoroughly test the master branch. 3. The original author decides if they want to rebase or squash at the end. We're already lenient with commits and reverts, there's no point in being tough just because we have a tool that allows us to do so. We already require people to write decent commit messages. This would cover the review comments nicely: all comment reviews should be bundled in one last commit, with a tag like &quot...
2009 May 13
2
Football Manager Live with Wine
Hi ! First of all I have to advise you that I don't speak english as well as I whish. So, be lenient. I installed Ubuntu 9.04 on my laptop one month ago. I didn't make any changes, I used it with default settings. I managed to install Football Manager Live (FML) and it worked perfectly ! I installed wine (by apt-get - didn't make any changes either) and then ran the setup.exe from the off...
2019 Dec 16
2
[RFC][DWARF] Handling errors in DWARF .debug_line parsing
...e the header length field to identify when the tables have ended instead. After a brief discussion with Paul Robinson offline, I think it would be good to add different parsing modes to the debug line parser. I've got three possible categories: 1) "Dump" mode - this would be the most lenient mode. It is intended for tools like llvm-dwarfdump that merely want to print the contents to the best of their ability, even if the table is malformed/dodgy in some other way. It might print warnings, but these should not prevent it continuing to parse what it can. 2) "Strict" or "Ve...
2003 Dec 19
1
Question re labels in r-part (continuation of a thread from a while back)
...inal metric, but label in text.rpart requires a "column name of x$frame", and the original DV is not on that frame. So, I tried the following: {create the tree} tr.totpart <- rpart(log(totpart +1) ~ sexfact + age + windle + eabused + as.factor(pabau) + positive + controlling + lenient + druguse.ever + anycsw, xval = 10, cp = 0.000000001, data = duhray) {prune the tree} tr.totpart.pruned <- prune (tr.totpart, cp = .02) {ad the original metric to the frame} meanpart <- exp(tr.totpart.pruned$frame$yval)-1 tr.totpart.pruned$frame <- cbind(tr.totpart.pruned$f...
2005 Jun 20
1
(no subject)
...nts visit a clinic once a year for 4 years on each visit a test, say 'eib' is performed with results 0 or 1 The patients do not all visit the clinic the 4 times but they missed a lot of visits. The test is considered positive if it is positive at the last 2 visits of that patient, or a more lenient definition, it is positive in the last visit, and never before. Otherwise it is Negative = always negative or is a YoYo = unstable = changes from positive to negative. So, if I codify the visits with codes 1,2,4,8 if present at year 1,2,3,4 and similarly the tests positive I get the last2 list codi...
2020 Sep 11
3
[cfe-dev] Phabricator -> GitHub PRs?
...ter rewrite, just like LLVM. This is madness, period. >> 2. No branch merge commit into master. Just like LLVM. We only thoroughly >> test the master branch. >> 3. The original author decides if they want to rebase or squash at the >> end. >> >> We're already lenient with commits and reverts, there's no point in being >> tough just because we have a tool that allows us to do so. >> >> We already require people to write decent commit messages. This would >> cover the review comments nicely: all comment reviews should be bundled in &gt...
2014 Jan 08
2
chain.c32 Insane primary (MBR) partition
> On 2014-01-03 08:07, Ady wrote: > > The following boot entries: > > # > > COM32 chain.c32 > > APPEND fs ntldr=/bootmgr > > # > > > > or: > > # > > COM32 chain.c32 > > APPEND hd0,1 ntldr=/bootmgr > > # > > > > might result in the following error: > > > > # > > Insane primary (MBR) partition. >