Displaying 20 results from an estimated 700 matches similar to: "Getting the commit message from Phabricator"
2020 Jan 21
11
Proposing a llvm-patch helper script in-tree to create/apply patches without arc
Hi,
One takeaway for me from the recent Phabricator vs Github PR discussions was that arc (arcanist) can be a pain to set up and may pose a hurdle for some contributors.
I think those points could be addressed relatively easily by adding a llvm-patch script (or an even better name) that allows users to create and apply patches from reviews.llvm.org using Phabricators API. In my experience, the
2008 Dec 06
1
R vs Python performance-wise
Hi,
Has anyone run any R vs Python (numpy) tests?
I'd love to see what the differences performance-wise are, specially
handling large sparse matrices.
Since both rely on external C code, there might not be much of a
difference.
If you know and use both languages, what are the main differences and what
made you stick to one over another?
I also noticed that there are strong libraries
2009 Oct 24
1
operations on sparse matrices, and dense intermediary steps
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I'm doing some basic operations on large sparse matrices, for example
getting a row.
it takes close to 30 seconds on a 3Ghz machine, and shots the memory
usage up to the sky.
I suspect there are dense intermediary steps (which, if true would
defeat the purpose of trying to use sparse representaitons).
As much as I try understanding the
2019 May 16
2
[PATCH] v2v: -o json: add a simple test for it
Followup of commit f190e08d85556dac293ef15bfeee38e54471570f.
---
v2v/Makefile.am | 2 ++
v2v/test-v2v-o-json.sh | 58 ++++++++++++++++++++++++++++++++++++++++++
2 files changed, 60 insertions(+)
create mode 100755 v2v/test-v2v-o-json.sh
diff --git a/v2v/Makefile.am b/v2v/Makefile.am
index 39511022e..1c37d20b4 100644
--- a/v2v/Makefile.am
+++ b/v2v/Makefile.am
@@ -468,6 +468,7 @@ TESTS
2007 Jun 19
1
Matrix library error: "should never happen; please report"
Hi,
I got the following error. Sorry but this time I couldn't reproduce it
with a simple chunk of code:
.TM.repl.i.2col(): drop 'matrix' case ...
Error in .nextMethod(x = x, i = i, j = j) :
'i' has no integer column number should never happen; please report
In addition: Warning messages:
1: Ambiguous method selection for "%*%", target
2020 Sep 26
2
[PATCH nbdinfo v2] info: Add a --map option for displaying allocation metadata.
Fixes bugs with JSON output in the previous patch, and adds some tests.
Rich.
2019 Jul 30
1
[nbdkit PATCH v2] tests: Accommodate qemu-img 4.1 output change
Where qemu-img 4.0 used to say 'virtual size: 100M', the 4.1 release
now says 'virtual size: 100 MiB'. Similarly, '5.0G' turned into '5
GiB'. But rather than worry about potential future changes to the
human-readable output, we can just use --output=json (at which point
we no longer even have to force qemu-img to the C locale). It might
be slightly more robust to
2009 May 13
3
SQL Queries from Multiple Servers
I use RODBC as my conduit from R to SQL. It works well when the tables are
stored on one channel, e.g.,
channel <- odbcConnect("data_base_01", uid="....", dsn="....")
However, I often need to match tables across multiple databases, e.g.,
"data_base_01" and "data_base_02". However, odbcConnect() appears limited
insofar as you may only query
2017 Mar 21
4
Resurrect Bug18710 (Only generate .ARM.exidx and ARM.extab when needed with EHABI)
Hello Everyone,
This is my first attempt to getting used with the submission process.
Trying to get the "good practice" with the coding standard, tools,
mailing lists... and already a few questions:
- Is it possible to "link" 2 related entries in Phabricator ? one for
LLVM and one for CFE ? what's the best way of posting 2 related or
dependent patches ?
- I'd
2011 Feb 12
3
Using files .call or AMI
Hi!
I have a script to generate calls from a database using .call files and giving a message. If works great! but now I need to do the same but instead of play a recorded message I need transfer this call to live person in a specfic extension. This is the scenarioI have a webpage with information about a customer so in this page the agent click a phone number and asterisk do the call and transfer
2020 Apr 09
3
Delete Phabricator metadata tags before committing
On Thu, Apr 9, 2020 at 10:29 AM Michael Kruse <llvmdev at meinersbur.de> wrote:
> I was always assuming that the suggested commit is assembled in the
> PHP code run by arcanist command run locally. If indeed the arc
> command requests the commit message from the server,
I assumed so too until I went digging for it. Seems the client-side stuff
only deals with the structured data,
2007 May 23
5
Will pay $500 towards a Dovecot feature
10 days ago I proposed this addition (see below) to Dovecot and got a
lot of positive response. I would like to make it happen. I'm willing to
contribute $500 to the development of this feature. It doesn't have to
be implemented perfectly but needs to be workable to the extent that I
can telnet into the Dovecot server and run it manually from the command
line. I want to at least be
2007 May 13
10
Thinking Outside the Box - Extending IMAP
Here's some thoughts I'd like to throw out there. I know it's not
standard IMAP protocol but someone has to try new ideas first and I want
to see what people (Timo) think of this.
IMAP establishes a connection between the client and the server.
Wouldn't it be great if it could be a conduit to let custom Thunderbird
plugins talk to custom server application over the IMAP
2005 May 31
2
pbx -> fiber -> network media converter -> wifi -> network media converter -> fiber -> pbx ???
Please forgive the (almost?) OT post. (and the fact that I need a clue-bat)
We've got a situation at one of our sites where a construction crew is
likely to dig up our conduit which houses some data fiber and one pair
of fiber used to tie a Definity 3gsi at a small office building to the
rest of the phone system (school district). We're using a pair of
Aeronets to the data network stays
2010 Mar 07
3
Callcenter open source program
HI all:
Iam planning to use my asterisk box as callcenter?,any one can advice me with the best callcenter open source program based on asterisk .
?
Any help will be apreciated.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100307/116f1b75/attachment.htm
2005 May 07
2
Samba & Win2k AD domain membership
Hello,
I am trying to setup my samba server version 3.0.10-1.fc3 as a Win2k Domain
Member. What I need to know is once I have ADS security and Kerberos
working, do I still need to use winbind or ldap for client authentication or
will Kerberos take care of it?
Rodre Ghorashi-Zadeh
Chief Systems Engineer
Conduit Technical Environments Corporation
604.785.4888
2020 Aug 03
5
[libnbd PATCH 0/4] More nbdinfo fixes
This rounds up the remaining bugs that I originally identified in:
https://www.redhat.com/archives/libguestfs/2020-July/msg00153.html
Eric Blake (4):
api: Permit export list APIs when Connected
info: Support --list with serializing servers
info: Fix --json output when list size != 1
info: Permit --size --json
generator/API.ml | 6 +++---
info/info-list-json.sh | 9 +++++++++
2006 Feb 23
5
OT: VoIP over bonded link
I have to provision several dozen * users to a seperate building on our
campus in the same subnet. Ordinarily, I'd just run a gigabit cat6 cable to
another switch if it doesn't violate the 100 metre rule, but this building
is several hundred metres away from my backbone. My only option for cabling
to the remote building is copper. My plan is to provision them with a Linux
bridge with 4
2011 May 24
2
Can I write to wondows folder
Hi!I have Samba 3.2.5 as PDC for 20 users with windws XP now I need that 5 users can write into C:\windows folder from each machine in my LAN. I have a Administrators group with RID 544 and i added these users to this group but it doesnt work, I did the same adding to Domain Admin and didnt .
There is a something way to give to these users access to can write into this folder
Thks.
2020 Apr 09
3
Delete Phabricator metadata tags before committing
Can we fix this in reviews.llvm.org's fork of phab?
https://github.com/phacility/phabricator/blob/cac3dc4983c3671ba4ec841aac8efac10744a80c/src/applications/differential/conduit/DifferentialGetCommitMessageConduitAPIMethod.php
Seems straightforward(-ish) to drop the relevant fields there, that way
`arc land` automatically DTRT.
Jon
On Fri, Dec 27, 2019 at 11:30 PM Mehdi AMINI via llvm-dev