Displaying 8 results from an estimated 8 matches for "foobaz".
Did you mean:
foobar
2019 Mar 29
2
Test failure due to file path
...lf Of Jordan Rupprecht via llvm-dev
Sent: Friday, March 29, 2019 1:13 PM
To: Csaba Raduly
Cc: llvm-dev
Subject: Re: [llvm-dev] Test failure due to file path
True, it could probably skip the filename printed at the beginning of readobj with something like this:
#REGEX1: Symbols [#REGEX1-NOT: foobaz
#REGEX1-NOT: bar
#REGEX1-NOT: rebar
Mind contributing a patch? :)
On Fri, Mar 29, 2019 at 9:53 AM Csaba Raduly via llvm-dev <llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>> wrote:
Hi all,
The following tests fail because my username (csabaraduly) contains "b...
2009 Nov 06
0
Nested objects not propagating from view
...t: nil>
>> user.login, user.password, user.email = ''foo'', ''bar'', ''baz''
=> ["foo", "bar", "baz"]
>> user.contact.company_name, user.contact.address.city = ''foobar'', ''foobaz''
=> ["foobar", "foobaz"]
>> user.save
=> true
>> p user, user.contact, user.contact.address
#<User id: 4, login: "foo", first_name: nil, last_name: nil, email: "baz", password: "bar", contact_id: 2, created_at...
2009 Jan 27
3
Symlink shared mailboxes and system_user extra field
...bar (nfs)
/courriel/meta/foobar : control files of user foobar (nfs)
/var/dovecot/indexes : indexes (locally stored)
I created :
/courriel/boites/doveshared/.box/ : the Maildir I want to share
/courriel/boites/foobar/.box -> /courriel/boites/doveshared/.box (symlink)
/courriel/boites/foobaz/.box -> /courriel/boites/doveshared/.box (symlink)
the unix and LDAP group doveshared, so /etc/group holds :
doveshared:*:<gid>:foobar,foobaz
the permissions on the real Maildir are ok for that group :
drwxrwx--- 3 root doveshared 4096 Jan 26 18:58 /courriel/boites/do...
2011 Feb 04
1
ANNOUNCE: Puppet 2.6.5 - Release Candidate 1 available!
...nal node classifiers
Bug #5045: External node classifiers should be able to specify parameters
for parameterized classes
External node classifiers can now declare parameterized classes (with
parameters). To declare the following parameterized class:
class foo($foobar=''default'', $foobaz, $fooblah) {
notify { ''foobar'': message => $foobar }
notify { ''foobaz'': message => $foobaz }
notify { ''fooblahfirst'': message => $fooblah[0] }
notify { ''fooblahsecond'': message => $fooblah[1] }
}
…your exter...
2011 Feb 04
2
Fwd: [Puppet-dev] ANNOUNCE: Puppet 2.6.5 - Release Candidate 1 available!
...nal node classifiers
Bug #5045: External node classifiers should be able to specify parameters
for parameterized classes
External node classifiers can now declare parameterized classes (with
parameters). To declare the following parameterized class:
class foo($foobar=''default'', $foobaz, $fooblah) {
notify { ''foobar'': message => $foobar }
notify { ''foobaz'': message => $foobaz }
notify { ''fooblahfirst'': message => $fooblah[0] }
notify { ''fooblahsecond'': message => $fooblah[1] }
}
…your exter...
2015 Jan 27
0
[Bug 1213] ssh-keyscan exits in mid-way
..../ssh-keyscan.c:292
#5 0x00007ffff7f86e99 in congreet (s=149) at ../ssh-keyscan.c:501
#6 0x00007ffff7f86f34 in conread (s=149) at ../ssh-keyscan.c:516
#7 0x00007ffff7f873b5 in conloop () at ../ssh-keyscan.c:587
#8 0x00007ffff7f874cf in do_host (
host=0x7fffffffe27b "foobaz.internal.example.com,X.Y.Z.W")
at ../ssh-keyscan.c:613
#9 0x00007ffff7f87d44 in main (argc=6, argv=0x7fffffffe778)
at ../ssh-keyscan.c:779
This is the 20150127 snapshot, still. There seem to be a number of
places in ssh_packet_read_seqnr() where connection errors lead str...
2011 Nov 02
1
overloading + operator for chars
Hello,
I would like to overload the "+" operator so that it can be used to concatenate two strings, e.g "John" + "Doe" = "JohnDoe".
How can I 'unseal' the "+" method?
> setMethod("+", signature(e1="character", e2="character"), function(e1, e2) paste(e1, e2, sep="") )
Error in
2019 Mar 29
2
Test failure due to file path
Hi all,
The following tests fail because my username (csabaraduly) contains "bar" :
********************
FAIL: LLVM :: tools/llvm-objcopy/ELF/regex.test (47099 of 50832)
******************** TEST 'LLVM :: tools/llvm-objcopy/ELF/regex.test'
FAILED ********************
Script:
--
: 'RUN: at line 1';
/home/csabaraduly/wk/LLVM-git/__build_release_99/bin/yaml2obj