Displaying 20 results from an estimated 1000 matches similar to: "Documentation cleanup review process?"
2019 Dec 12
4
RFC: Using GitHub Actions for CI testing on the release/* branches
Please forgive the incorrect threading on this reply to Tom Stellard's RFC.
> I would like to start using GitHub Actions[1] for CI testing on the
release/*
> branches. As far as I know we don't have any buildbots listening to the
> release branches, and I think GitHub Actions are a good way for us to
> quickly bring-up some CI jobs there.
Personally, I feel that Tom's
2019 Dec 13
2
RFC: Using GitHub Actions for CI testing on the release/* branches
> I think my concern is that LLVM could prove to be too big and require too
many resources for github's infrastructure. How many patches go into LLVM a
day, and how many build and test jobs does GitHub allow users to run
concurrently before being throttled?
Please, no one confuse "what should be LLVM's official CIs" with "what can
we do to make it easier for individuals
2020 Feb 06
2
RFC: Using GitHub Actions for CI testing on the release/* branches
On 02/06/2020 08:41 AM, Russell Gallop wrote:
> Hi Tom,
>
> Thank you for setting this up. It's very useful.
>
> One question about what this builds. It only builds "ninja check-all", not "ninja all"[1]. check-all isn't a strict superset of all so while this covers most things, this does miss building a few things such as:
> bin/clang-offload-wrapper
2020 Aug 05
4
TableGen trace facility
I wasn't sure how to respond to John Byrd's post, since it wasn't addressed to me. So I've responded to Nicolai's.
I'm reasonably far along in the process of writing a new Programmer's Guide for TableGen. I will continue working on it and submit it for review. I expect to do some rewriting as a result.
John: Would you like me to respect a copyright on your documents
2023 Oct 30
2
usbhid-ups not loading with Arduino Leonardo on Ubuntu 23.10
> VID 2341 doesn't show up in the NUT Git source tree.
I was curious about this so just searched for Arduino and then 2341. I
found a few hits, but the interesting one was in nut/drivers
/arduino-hid.c
I don't know enough about the project to know what a "subdriver" (that's
what the comments says) is, but it looks to me like there's at least some
people that have
2007 Sep 11
3
ActiveRecord, blocking or async, logging, syslog/udp
Here''s a gedanken experiment for those w/ far more knowledge than I about
ActiveRecord, etc.:
Let''s say my database is very remote and on a very slow machine. Let''s
further say that my app has an action that leads to a very simple insert
into the "impressions" table of the db, a la "INSERT INTO impressions(docid)
VALUES($docid);" - and
2007 Aug 30
2
flash[:notice] as coach content...
Hi,
I would like to use flash[:notice] to display coach content, e.g. "It''s
generally a bad idea to do [whatever you just did]. Click here to find out
why" - which goes to a more complete coaching page on that topic.
My questions are:
1) Does anyone know of nice snippets for doing that (e.g.
script.aculo.usfade in, fade out), and
2) It seems the (very plain) approach
2007 Sep 21
1
mysql-proxy vs. acts_as_readonlyable vs. ?
I have replicated my db (mysql) and have hit roadblocks with both
mysql-proxy and with acts_as_readonlyable .
Firstly, is there something else I should be using?
What would be the advantages of mysql-proxy over in-rails solutions? One is
that it keeps the rails config and code simpler, puts the db redirection
(kinda) where it should be, at the (kinda) db layer of the architecture.
Has anyone
2023 Nov 15
2
What is the arduino sub-driver intended to be used for?
Making progress on this PR. I have question about storing and checking
state in a subdriver
HID Power Devices can a "UPS.PowerSummary.CapacityMode" value. According to
the spec, the values are:
0: maH
1: mwH
2: percent (%)
3: Boolean support only (OK or failed)
Grep'ing the source, nothing makes use of this now (some subdrivers have it
mapped to
2023 Nov 05
1
Passing hid_rep_index to libusb_get_config_descriptor is wrong?
@jimklimov: Looking at the code that uses hid_rep_index, hid_desc_index,
and hid_ep_in|out in usb_subdriver (all in nut_libusb.h)
I don't see any use of the addvars mechanism. If I follow the examples that
set and use those struct members, it looks like everything relies on them
being initialized to 0 by default, then only set in subdrivers or
situations that need something different.
If I
2020 Jun 18
3
FileCheck
On Thu, Jun 18, 2020 at 3:37 PM Chris Tetreault <ctetreau at quicinc.com>
wrote:
> We’re talking about verbose output right? Verbose isn’t the default.
>
I'm fairly certain the issue in this thread is just the verbosity of
-dump-input=fail. Yes, -vv makes it even more verbose by annotating input
lines with good matches, etc., but that's not part of the "new
2020 Jun 19
3
FileCheck
Sorry if I wasn't clear about my use case. In my daily dev work, I do many local "ninja check"s, or "llvm-lit" on a subdirectory as a quick(er) smoke test if I am making changes in that area (e.g. "llvm-lit ../llvm/test/CodeGen"). Nothing wrong here, as indeed nothing changed here. But in case of a test failure, I want to run just that test:
bin/llvm-lit
2020 Jun 19
2
FileCheck
> I don't know how you proceed to debug FileCheck failures, but for me most of the time I'll have to figure out which "RUN" line fail and try to execute it manually and then remove the FileCheck pipe to get the raw input and then painfully tried to match the FileCheck error to the actual input.
Yeah, not very different from what you described here. If I 'm creating or
2020 Mar 16
2
Redundant copies
Yep, exactly that. We see quite a lot of them, most of them get cleaned up, but not always...
Cheers.
________________________________
From: Roger Ferrer Ibáñez <rofirrim at gmail.com>
Sent: 16 March 2020 08:53
To: Sjoerd Meijer <Sjoerd.Meijer at arm.com>
Cc: LLVM-Dev <llvm-dev at lists.llvm.org>; Sam Parker <Sam.Parker at arm.com>
Subject: Re: [llvm-dev] Redundant copies
2023 Nov 15
1
What is the arduino sub-driver intended to be used for?
You have the device side right. Devices have
"UPS.PowerSummary.CapacityMode" (are the next three in %, mAh, or mWh?
"UPS.PowerSummary.FullChargeCapacity"
"UPS.PowerSummary.RemainingCapacity"
"UPS.PowerSummary.RemainingCapacityLimit"
"UPS.PowerSummary.WarningCapacityLimit"
According to nut-names.txt, NUT has:
battery.charge | Battery
2005 May 18
1
Next release of win32-dir?
Dan,
Do you know when the next release of win32-dir is going to be available.
I really would like to rely on it for the junction capability that
Timothy Byrd posted. =)
Thanks,
Zach
2003 Feb 09
1
Windows XP Service Pack 1
I have a BSD system that I installed samba 2.2.7a onto. Smbd and nmbd
both work great but if I try to use smbclient to connect to a WinXPpro
(service pack 1) machine like this:
smbclient //BO/C$ password -I 207.x.x.x -U Administrator -W NETENG -n
HOMER
I keep getting NT_STATUS_LOGON_FAILURE. I put a sniffer on the XP Pro
machine and see the NT_STATUS_LOGON_FAILURE message. Is there a problem
1999 Jun 23
1
Unencypted Passwords problem
I am having difficulties in two areas regarding unencrypted
passwords. The first is I added the use Administrator to the unix box,
and I can log in from the console, however I cannot log in from a
LANMANAGER client. The second thing is that accounts in the unix passwd
file that have null passwords can't login to the samba server either. Is
there a solution to either of these problems; if
2023 Oct 30
1
usbhid-ups not loading with Arduino Leonardo on Ubuntu 23.10
On Oct 29, 2023, at 10:17 PM, Kelly Byrd <kbyrd at memcpy.com> wrote:
>
> > VID 2341 doesn't show up in the NUT Git source tree.
> I was curious about this so just searched for Arduino and then 2341. I found a few hits, but the interesting one was in nut/drivers
> /arduino-hid.c
>
Sorry, I made a mistake while searching for the VID. That should work.
> Is it
2020 Jun 18
4
FileCheck
I would guess that in a CI system the order doesn't matter much because you look at a webpage? I looked at some build bots today/yesterday that now also show this, and yeah, it's fine either way, I was guessing.
My primary use-case is usage in a terminal, and displaying the errors first followed by all input makes this pretty unusable.
________________________________
From: Chris