Displaying 20 results from an estimated 20000 matches similar to: "dot named folders"
2014 Jun 24
2
[LLVMdev] Issues with clang-llvm debug info validity
+Adrian & Manman,
Looks like this is a case of non-DIRef references ending up in the IR,
and thus the references not being deduplicated. This could lead to
some of the IR bloat that you guys implemented the DIRef stuff to
reduce/avoid.
The specific issue is that the type is slightly different in the two
TUs (since the namespace scope it's contained within is different in
the two TUs -
2014 Jun 24
2
[LLVMdev] Issues with clang-llvm debug info validity
On Tue, Jun 24, 2014 at 2:38 PM, Adrian Prantl <aprantl at apple.com> wrote:
> I will take this.
>
> !5 = metadata !{metadata !"./test.h", metadata !"/Volumes/Data/radar/17052973"}
> !6 = metadata !{i32 786489, metadata !5, null, metadata !"test", i32 1} ; [ DW_TAG_namespace ] [test] [line 1]
> !4 = metadata !{i32 786434, metadata !5, metadata !6,
2014 Jun 24
2
[LLVMdev] Issues with clang-llvm debug info validity
>> Without needing to change how namespaces are handled.
>>
>> Yes, using DIRefs for namespaces would cause the actual type nodes to
>> be deduplicated when they aren't even with the patch above, and that
>> would help reduce debug info metadata further if that's
>> useful/necessary.
>
> Exactly. While the above patch will cover up the problem, we
2014 Jun 27
2
[LLVMdev] Issues with clang-llvm debug info validity
I looked into this a little. My proposal is this:
- extend DINamespace with an extra UniqueID filed (analogous to DICompositeType)
- add an extra case to DIScope::getRef()
- Let CGDebugInfo create a mangled name for each namespace to use as UID
-> the UID of the anonymous namespace is null.
For example:
namespace a { namespace b {} } -> “_ZN1a", “_ZN1a1b"
!0 = [compile unit]
2014 Jul 09
4
[LLVMdev] Issues with clang-llvm debug info validity
On Fri, Jun 27, 2014 at 2:19 PM, David Blaikie <dblaikie at gmail.com> wrote:
> On Fri, Jun 27, 2014 at 2:15 PM, Adrian Prantl <aprantl at apple.com> wrote:
>>
>>> On Jun 27, 2014, at 1:58 PM, David Blaikie <dblaikie at gmail.com> wrote:
>>>
>>> On Fri, Jun 27, 2014 at 1:49 PM, Adrian Prantl <aprantl at apple.com> wrote:
>>>>
2014 Jun 27
2
[LLVMdev] Issues with clang-llvm debug info validity
> On Jun 27, 2014, at 1:58 PM, David Blaikie <dblaikie at gmail.com> wrote:
>
> On Fri, Jun 27, 2014 at 1:49 PM, Adrian Prantl <aprantl at apple.com> wrote:
>> I looked into this a little.
>
> Thanks for taking a look!
>
>> My proposal is this:
>>
>> - extend DINamespace with an extra UniqueID filed (analogous to DICompositeType)
>> -
2011 Sep 19
2
dsync with quotas
I have been working on converting people from courier maildir -> dovecot
mdbox and during some of the dsync runs I'm seeing the
quota_exceeded_message be printed as an Error:
dsync(<user>): Error: Can't save message to mailbox INBOX: You are over quota. To avoid losing mail, immediately empty your Trash and Sent folders and \
delete emails with large attachments.
2016 Dec 13
2
public folder subscriptions sync issue with ldap user/group in dovecot-acl
Hello people,
I am having an issue with 'doveadm sync'. I am currently trying to have
two dovecots behind an haproxy (works fine). Therefore I configured
these two dovecot server (imap-1/imap-2) to sync throught dsync. This
works just partly. The sync of the maiboxes is fine, but the sync of the
subscriptions file just works partly. It works for private folder
subscription, but not
2008 Feb 12
6
Matching Problem
Hi
I have this vector of strings.
MyData <- c("Test1","Test2","I(Test1^2)","I(Test2^3)","I(Test1.Test2^2)")
where I want to extract only the text after "I(" and before "^" so that the
string returned only contain c("Test1","Test2","Test1.Test2")
I am not very skilled in the use of matching
2004 Mar 11
3
making operators act on rows of a data frame
Dear R helpers,
I wish to use the "sum" operator for each row of a data frame.
However, it appears that the operator acts on the entire data
frame, over all columns. What is the best way to obtain row-
wise operation?
The following code shows my attempts so far, and their problems:-
test1=array(rbinom(120,1,0.5),c(20,3))
test1[,3]=NA
sum(test1[,1:2])
test1[,3][sum(test1[,1:2])>=2]=1
2010 Apr 05
2
changing column names in a dataframe
Hi folks,
I have imported data from an Excel spreadsheet. Columns in that spreadsheet
are named "name", "x", and "y", and several sets of those columns appear in
the worksheet. For example:
name x y name x y
test1 1 3 test2 4 4
test1 2 2 test2 5 5
test1 3 1 test2 6 6
When I import these data into R, into a dataframe, I end up with something
like this:
2012 Dec 20
5
an entry level (stupid) question
Hello all, i'm a newbie to R and now I get stuck by the question, would
anybody help me please?
Suppose, I got the following
> test <- data.frame(test1=c(c(0.00, 0.005, 0.01, 0.015, 0.02)))
> test
test1
1 0.000
2 0.005
3 0.010
4 0.015
5 0.020
Now I want another column inside test, named test2
for i=c(1:5), If test$test1[i] is 0, then the value of test$test2[i] is
1/test1[i]
or
2008 Oct 15
4
[LLVMdev] LLVM 2.4 problem? (resend)
On 15.10.2008, at 3.42, Chris Lattner wrote:
>
> On Oct 14, 2008, at 12:52 PM, Tatu Vaajalahti wrote:
>
>>
>> Hi,
>>
>> I don't know enough C to know for certain if this is a programmer or
>> compiler error:
>
> Hi Tatu,
>
> With this information it is impossible to tell if it is your fault or
> llvm's fault. Please file a bug with a
2016 Dec 14
2
public folder subscriptions sync issue with ldap user/group in dovecot-acl
On 14 Dec 2016, at 11.16, Mike Fr?hner <mikefroehner at gmx.de> wrote:
>
> I made some additional tests and found that also local unix groups are not working in replacement for my ldap groups as discribed below.
>
> Do groups in dovecot-acl intendedly not work?
http://wiki2.dovecot.org/ACL <http://wiki2.dovecot.org/ACL> -> ACL groups support works by returning a
2009 Jun 22
2
Dovecot v1.2rc6 deliver to shared folder fails
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
out of curiosity I tested to deliver into a shared folder of another
owner using Sieve. (Not that I intend to do so, but well ... )
Conf is attached.
== Script
require ["fileinto"];
fileinto "shared.testusr.test1.test2.test3";
==
Dovecot logs:
Jun 22 15:36:22 ux-2s11standby dovecot: deliver(user): acl vfile: file
2005 Feb 23
3
filling columns in frame according to another column frame
R-help,
I have a frame which I want to fill up conditioning to another data
frame column.
The one I want to fill up is as follows (basically an empty one):
> test2
cm 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
3 3 3 3
2013 Oct 30
1
Folder redir : pb after moving user to subtree
Hi all,
Not sure if it's Samba or AD relative, but there are experts here :-)
So :
New Samba 4.1 AD DC compiled from git
New Domain provision
Created : ou=users
Setup GPO for user's Documents and Desktop redirection to samba [home]
share, available offline, applied to ou=users
Created users test1 and test2 in ou=users
Loggued users test1 and test2 through Windows7
->
Everything
2014 Oct 31
3
ScalarLogical and setAttrib
Is it expected that attributes set on a LGLSXP created by
ScalarLogical will apply to all future objects created by
ScalarLogical as well? For example: the 'test1' function below returns
FALSE and 'test2' returns FALSE with an attribute:
library(inline)
test1 <- cfunction(body = 'return ScalarLogical(0);')
test2 <- cfunction(body = '
SEXP success =
2009 Mar 04
3
How to reuse my self function?
Dear all,
I wrote a function test1 in test1.R.
Right, I am writing another function test2 on test2.R and trying to use
test1 function.
How can I do?
Is there any similar way like including test1.R in test2.R file?
Thank You Very Much.
Jia-Ming
============================
$BD%2HLC(B Jia-Ming Chang
PhD Student
Comparative Bioinformatics Group
Bioinformatics and Genomics Programme
Centre
2017 Dec 11
2
[lld] bug detecting undefined symbols in shared libraries
I have a test case where lld-5.0 fails to detect an undefined symbol (this
bug also happens with clang/lld 4.0). I haven't narrowed down exactly all
the circumstances when this can occur, but in this case it was for a
virtual method in a class defined in a shared library. If I build the
executable with the raw object files, the linker notices the missing method
(see test1 vs test2). This