similar to: [LLVMdev] Bugzilla REST API?

Displaying 20 results from an estimated 1000 matches similar to: "[LLVMdev] Bugzilla REST API?"

2013 Nov 07
0
[LLVMdev] Bugzilla REST API?
I don't know the answer to this question, but I've attached an (old) version of pybugz that I tweaked a little to work with LLVM bugzilla. You can probably write such queries on top of this if you feel like figuring out its API: -- $ ./bugz get -n 1000 * Using http://llvm.org/bugs/ * Getting bug 1000 .. Title : Chris Is Buggy Assignee : tonic Reported : 2006-11-10
2013 Nov 08
2
[LLVMdev] Bugzilla REST API?
On Thu, Nov 7, 2013 at 4:58 PM, Daniel Dunbar <daniel at zuster.org> wrote: > I don't know the answer to this question, but I've attached an (old) > version of pybugz that I tweaked a little to work with LLVM bugzilla. You > can probably write such queries on top of this if you feel like figuring > out its API: > Thanks. Looks like most of the pages have some way to
2013 Dec 10
0
[LLVMdev] Bugzilla REST API?
On 08/11/2013 05:56, Sean Silva wrote: > > > > On Thu, Nov 7, 2013 at 4:58 PM, Daniel Dunbar <daniel at zuster.org > <mailto:daniel at zuster.org>> wrote: > > I don't know the answer to this question, but I've attached an > (old) version of pybugz that I tweaked a little to work with LLVM > bugzilla. You can probably write such queries on
2013 Dec 12
1
[LLVMdev] Bugzilla REST API?
On Tue, Dec 10, 2013 at 9:46 AM, Alp Toker <alp at nuanti.com> wrote: > > On 08/11/2013 05:56, Sean Silva wrote: > > >> >> >> On Thu, Nov 7, 2013 at 4:58 PM, Daniel Dunbar <daniel at zuster.org <mailto: >> daniel at zuster.org>> wrote: >> >> I don't know the answer to this question, but I've attached an >>
2009 Oct 16
1
[LLVMdev] Command Line Bugzilla
Hi all, Thought this might be of general interest, I hacked up the pybugz tool to work with llvm.org. It's here if you want it: http://t1.minormatter.com/~ddunbar/pybugz-llvm-0.7.3.tgz Unpack somewhere, and make a link to the 'bugz' script. Usage: -- ddunbar at ozzy-2:~$ bugz get 1000 * Using http://llvm.org/bugs/ * Getting bug 1000 .. Title : Chris Is Buggy Assignee :
2011 May 31
3
uploading files via REST?
Hello, I am a bit confused by the REST syntax - how can I PUT an arbitrary file in the bucket? Downloading works fine (Perl+LWP), see below, but for PUT I only see this line in the docs (http://docs.puppetlabs.com/guides/rest_api.html): PUT /{environment}/file_bucket_file/md5/{checksum} Should I compute the MD5 of the file and port its contents at the url ? my code: my $ua =
2012 Jan 24
1
bugzilla + centos 5.7 + yaml errors
Hi all, Struggling with installing ol Bugzy 4.0.3 onto Centos 5.7. When I run the checksetup.pl script included with Bugzilla, I get the message; /usr/bin/perl install-module.pl Email::MIME So I run this from the command line and get YAML errors; Checking for YAML (any) not found I had installed YAML via; yum install *YAML* The package perl-YAML-0.72-1.el5.rf.noarch
2004 Jun 23
3
[LLVMdev] IRC: Discussion About Upgrades To Bugzilla
I thought this conversation was worth saving. DannyB who did wonderful things with GCC's use of bugzilla has offered the same capability to LLVM. Thanks, Danny! <DannyB> sabre: BTW, if you need any of the bugzilla fun i have implemented for gcc, let me know [22:47] <sabre> Cool, what kinds of things do you have? [22:47] <DannyB> Besides the triplet stuff, i changed some of
2012 Jul 12
15
How can I list classes available on the puppet master?
Is there a way to get a list of all the classes available from the puppet master? I have 2 goals for this - one is documentation in a human readable form, and the other is potentially importing that data into dashboard. I did find some info on the rest API (http://docs.puppetlabs.com/guides/rest_api.html#resource-types ) but I can''t make any sense of the output from it. Thanks.
2013 Oct 08
6
Consuming a web service created with Rails, ETL vs Rest?
Hello, I need to consume a web service of an App called RedMine created with Rails, in order to have a sort of "separate" interface (not the same as the app) for one of the departments (that interact with the app) to interact with it and generate some different reports based on the same data. I don''t know much about either (ETL and Rest), all I know is that ETL seems to
2018 Jan 04
9
[Bug 1210] New: nftables gets confused by user namespaces when meta skuid is used
https://bugzilla.netfilter.org/show_bug.cgi?id=1210 Bug ID: 1210 Summary: nftables gets confused by user namespaces when meta skuid is used Product: nftables Version: unspecified Hardware: All OS: All Status: NEW Severity: critical Priority: P5 Component: nft
2012 Nov 09
1
[LLVMdev] LLVMbugs list suggestion
Currently the LLVMbugs list only receives emails when a new bug is filed or an existing bug gets finally resolved. The gcc-bugs list on the other hand receives an email for every new comment in bugzilla. This leads to much better transparency, because you can easily see which bugs are currently being worked on; while the current LLVMbugs setup left you totally in the dark. So my suggestion would
2005 Jul 11
2
[LLVMdev] X86AsmPrinter + MASM and NASM backends
>>> You shouldn't have to add new classes to the .td file, just modify >>> printOp for your asmprinters. >> >> I dont think printOp is virtual and therefore cannot be overriden ? > > Why does it need to be virtual? No 'intel' printers want % signs. The GAS intel code generator generates percents, look at the X86InstrInfo.td file it is full of
2006 Sep 27
3
Bug in find command?
I'm going to bugz this if no one tells me I made another brain-damaged error here. Also, if I can get one confirmation, it'll let me breath easier. I ran a version searching for ".cmd" and ".c" just trying to convince myself I'm not *that* brain-damaged. You'd think after all these years that regex compilation would be pretty darn stable... Oh! Forgot it was
2002 Dec 06
3
[LLVMdev] Tarjan+function_ptrs == trouble ? (fwd)
Test Cases: (attached) Iteration code: (...) typedef TarjanSCC_iterator<CallGraph*> MyTarjan; CallGraph& callGraph = getAnalysis<CallGraph>(); MyTarjan iter = tarj_begin(&callGraph); MyTarjan end = tarj_end(&callGraph); while(iter!=end) iter++; (...) if you take the time to print out the function each non-looping node iter traverses, it never reaches main...
2002 Dec 06
1
[LLVMdev] WRT: function pointers + DSG
LLVM, What do I pass into the DSG in order to access the globals vector of functions that a function pointer may be calling. The code: CallInst *calli = dynamic_cast<CallInst*>(*i); std::vector<GlobalValue*> funcVect = theGraph.getNodeForValue(calli->getCalledFunction()).getNode()->getGlobals(); Doesn't appear to work... getCalledFunction() returns 0 Dave On Fri, 6 Dec
2005 Jul 11
0
[LLVMdev] X86AsmPrinter + MASM and NASM backends
On Tue, 12 Jul 2005, Aaron Gray wrote: >>>> You shouldn't have to add new classes to the .td file, just modify >>>> printOp for your asmprinters. >>> I dont think printOp is virtual and therefore cannot be overriden ? >> Why does it need to be virtual? No 'intel' printers want % signs. > > The GAS intel code generator generates percents,
2006 Apr 20
0
[LLVMdev] 1.7 Pre-Release Ready for Testing
This came up when trying to compile the Python bindings against llvm 1.7. File include/llvm/Transforms/Scalar.h declares llvm::createPREPass(), which does not seem to be implemented anywhere. Should I report this in llvmbugs? -- Pertti
2014 Feb 19
2
[LLVMdev] Patch available for bug 15079
Hi, I supplied a patch for http://llvm.org/bugs/show_bug.cgi?id=15079 last year, then recently pinged llvmbugs but I guess that mail was lost in the moderation queue. Is it possible to accept or reject the patch on this issue, please? Thanks for your help, Graham. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2002 Dec 06
1
[LLVMdev] Tarjan+function_ptrs == trouble ?
Thanks, I've been through the documentation, and if I visit main, i think everything will turn out correctly... Printing out the Call graph reveals that main is calling this external node i think you are making reference to. Could this be the problem? Dave On Fri, 6 Dec 2002, Chris Lattner wrote: > > if you take the time to print out the function each non-looping node iter >