similar to: Beginner Bugs - Need help tagging

Displaying 20 results from an estimated 10000 matches similar to: "Beginner Bugs - Need help tagging"

2018 Jun 05
2
Booth volunteers needed for Grace Hopper Conference
Hello LLVM Developers! Last year, the LLVM Foundation sponsored a booth at the Grace Hopper Conference. I had 2 amazing volunteers from the community, David Blaikie and Anna Zaks, help me spread the word about LLVM, compilers, and open source. It was a great experience and we are hoping to repeat this at the upcoming 2018 Grace Hopper conference in Houston, TX on September 26-28. I’m looking
2017 Dec 24
3
Contributing to LLVM
Hello all, I am a grad student looking to get my hands wet contributing to LLVM. I have done an undergrad course in Compilers. I have some knowledge of parsers, code generation, optimization, IR and other topics taught in an undergrad course. I have worked through quite a bit of the dragon book. Is there a guide to get newbie devs up to speed on the process of contributing? Do I just build the
2017 Dec 25
3
Beginner Bugs - Need help tagging
On 25/12/2017 18:10, Philip Reames via llvm-dev wrote: > I just went through and added a bunch I'd collected. We seem to be up > to around 45 with a fairly decent spectrum of areas covered. > > Another source of potentially good starter bugs would be the output from > the various fuzzers. Many of those tend to be small fixes, but they > might present a challenge getting
2018 Jan 02
0
Beginner Bugs - Need help tagging
On 28/12/2017 18:06, Robinson, Paul wrote: > > >> From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf Of >> Philip Reames via llvm-dev >> Sent: Tuesday, December 26, 2017 11:30 AM >> To: Florian Hahn; Tanya Lattner; llvm-dev >> Cc: Clang Dev >> Subject: Re: [llvm-dev] Beginner Bugs - Need help tagging >> >>> >>> I
2016 Jul 01
2
How to resolve conflicts between sanitizer_common and system headers
> On Jul 1, 2016, at 12:10 PM, Dmitry Vyukov <dvyukov at google.com> wrote: > > On Fri, Jul 1, 2016 at 8:53 PM, Anna Zaks <ganna at apple.com> wrote: >> Hi Sanitizer Runtime Developers, >> >> We recently ran into a problem building clang because some of the >> definitions in sanitizer_common conflicted with system definitions and later >>
2015 Feb 18
4
[LLVMdev] RFC: Dropping support for building sanitizers with autotools
> On Feb 17, 2015, at 4:00 PM, Alexey Samsonov <vonosmas at gmail.com> wrote: > > > On Tue, Feb 17, 2015 at 3:37 PM, Anna Zaks <ganna at apple.com <mailto:ganna at apple.com>> wrote: > Unfortunately, we do rely on the Autotools to build for darwin. > > The lack of proper testing is very unfortunate. In the future, we will either drop the dependency on
2015 Mar 10
2
[LLVMdev] Google Summer of Code
> On Mar 10, 2015, at 1:03 AM, Vassil Vassilev <vvasilev at cern.ch> wrote: > > On 09/03/15 21:52, Anna Zaks wrote: >> >> +Easily, some of the code snippets end up being copied dozens of >> +times, which leads to worse maintainability, understandability and logical >> +design. > Should be better now. >> >> The project description stresses
2020 Aug 05
1
HELPWANTED keyword in bugs.r-project.org
Just a quick note to mention that we have added a HELPWANTED keyword on bugs.r-project.org for tagging bugs and issues where a good well-tested patch would be particularly appreciated. You can find the HELPWANTED issues by selecting the keyword in the search interface or at https://bugs.r-project.org/bugzilla/buglist.cgi?keywords=HELPWANTED This URL shows both open and resolved HELPWANTED
2015 Feb 17
6
[LLVMdev] RFC: Dropping support for building sanitizers with autotools
Unfortunately, we do rely on the Autotools to build for darwin. The lack of proper testing is very unfortunate. In the future, we will either drop the dependency on Makefile/autoconf build or add the support for sanitizer testing. Anna. > On Feb 17, 2015, at 10:54 AM, Kostya Serebryany <kcc at google.com> wrote: > > +1 (in case you still need mine) > > On Thu, Feb 12,
2019 Sep 23
4
testparm comaprison
On 23/09/2019 13:42, Trenta sis via samba wrote: > Thanks, ntlm auth is temporary until we have solved some issues > getent is needed by filesystem acl > If you think you need the 'winbind enum' lines so that 'getent' works, then think again ;-) If you do not have the 'winbind enum 'lines 'getent passwd username' will still work. 'getent passwd'
2003 Jan 09
1
Wine / Visual Foxpro 7 Problems (mouse click freezes the program)
Hi, First of all, apologies if I'm not posting this in the correct place. I'm successfully running Microsoft Visual Foxpro 7 under Wine, however I needed to use the native versions of shlwapi and oleaut32. There is a major problem still, however, and that is that foxpro will freeze as soon as I use the mouse to click in certain controls (the command window, a textbox, an edit box,
2007 Jul 03
2
beginner resources for CentOS
I'm looking for a good online (or even a good) "how to be a sysadmin" guide for beginners geared towards CentOS users. Does anyone have any suggestions? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20070703/3ae415f2/attachment.html>
2015 Mar 11
2
[LLVMdev] Google Summer of Code
> On Mar 11, 2015, at 2:14 AM, Vassil Vassilev <vvasilev at cern.ch> wrote: > > On 10/03/15 19:13, Anna Zaks wrote: >> >>> On Mar 10, 2015, at 1:03 AM, Vassil Vassilev <vvasilev at cern.ch <mailto:vvasilev at cern.ch>> wrote: >>> >>> On 09/03/15 21:52, Anna Zaks wrote: >>>> >>>> +Easily, some of the code
2017 Aug 26
2
Getting started with LLVM
Hello everyone, I want to contribute to LLVM. Previously I had written little compilers for which I used LLVM as the backend. How can I get started? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170826/fe62fa9f/attachment.html>
2016 Jul 01
2
How to resolve conflicts between sanitizer_common and system headers
Hi Sanitizer Runtime Developers, We recently ran into a problem building clang because some of the definitions in sanitizer_common conflicted with system definitions and later another system header was trying to use the system definition: .../usr/include/libkern/OSAtomicDeprecated.h:756:17: error: reference to 'memory_order_relaxed' is ambiguous __theAmount, memory_order_relaxed) +
2017 Jun 30
2
"Beginner" keyword for LLVM Bugzilla?
Hello all! I mailed the list about this yesterday, but as a reply to another email [1], so maybe it got lost: could we add a "beginner" keyword to LLVM Bugzilla, so that contributors could classify bugs as relatively simple to fix? LLVM Bugzilla has keywords like "code-cleanup" and "code-quality", which describe the nature of the PR [2]. I think a
2006 Apr 25
3
RoR book for beginner
Hi folks, I see there are two books recommended on the RoR website. As usual I would like some recommendation from users on this matter. I am currently a .NET developer and familiar with a few languages outside of .NET. Which one of these books would be suitable for me to get started with end-to-end development? Or can someone perhaps recommend a different book they found useful? Many thanks,
2005 Jan 11
1
Please use colMeans()! was: Re: Calculate Mean of Column Vectors?
There are indeed speed advantages in using colSums etc. However the disadvantage is that the newbie doesn't always find the power inherent in the apply, sapply, tapply and mapply. For many things that I do, the speed is the least of my worries; although I take the point that using apply for means or sums in packages that are distibuted to others is not the way to go. As many of us have found
2012 Nov 04
2
[LLVMdev] Volunteers needed to moderate sessions and staff registration desk!
Hello, I am in need of moderators to help moderate each session. If you are interested, please respond to this mail and indicate which slot you can moderate. Its a long shot as you would miss talks, but if anyone wants a break to do work or check email while also staffing the registration desk, please let me know if you can do it during any of the sessions below. Thanks! Options: Moderator #1
2010 Mar 07
1
Some hints for the R beginner
There is now a document called "Some hints for the R beginner" whose purpose is to get people up and running with R as quickly as possible. Direct access to it is: http://www.burns-stat.com/pages/Tutor/hints_R_begin.html JRR Tolkien wrote a story (sans hobbits) called 'Leaf by Niggle' that has always resonated with me. I offer you an imperfect, incomplete tree (but my roof is