search for: reasaons

Displaying 6 results from an estimated 6 matches for "reasaons".

Did you mean: reaasons
2018 Jul 11
2
lld/mach-o x86_64 asserts
On Tue, Jul 10, 2018 at 10:12 PM Carlo Kok via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > That sounds quite reasaonable; how does one usually go about doing that? a repro zip that hits both asserts? > You can take inspiration from anything in lld/test, but basically either an assembly source (or multiple) passed through llvm-mc and then lld, or a YAML file passed to yaml2obj
2018 Jul 17
2
lld/mach-o x86_64 asserts
Got it. Attached are both the testcase & the fix. On Tue, Jul 17, 2018, at 12:06, Carlo Kok via llvm-dev wrote: > On Wed, Jul 11, 2018, at 16:45, Davide Italiano wrote: > > On Tue, Jul 10, 2018 at 10:12 PM Carlo Kok via llvm-dev > > <llvm-dev at lists.llvm.org> wrote: > > > > > > That sounds quite reasaonable; how does one usually go about doing that?
2018 Jul 30
3
lld/mach-o x86_64 asserts
Sorry, I was thinking to review the test but didn't. Is this test complete? It does invoke lld, but it didn't verify its output. On Mon, Jul 30, 2018 at 2:03 PM Andrew Kelley <superjoe30 at gmail.com> wrote: > Ping Rui. Is there anything else that needs to be done on this patch? > > On Tue, Jul 17, 2018 at 6:58 AM, Carlo Kok via llvm-dev < > llvm-dev at
2018 Jul 11
2
lld/mach-o x86_64 asserts
Carlo, Thank you for your contribution! We don't usually commit any feature without a test, so can you write a test for us? Then I think I can commit this for you. On Tue, Jul 10, 2018 at 12:33 PM Andrew Kelley via llvm-dev < llvm-dev at lists.llvm.org> wrote: > I confirm that this passes the Zig test suite. This solves the 1 > outstanding patch that Zig has against LLD, and if
2004 Oct 09
2
polr problem solved
I'd like to thank John Fox and Chuck Cleland for their help in resovling this issue. It turned out to be something simple, but perhaps others have had similar problems In my original data frame, I had 4 categories of race/ethnicity. One of the categories (other) was very small, and not similar to any of the other three categories, so I created a new data frame deleting those people.
2006 Apr 24
3
Migration: How to make a column the primary key
Hi, I would like to write a migration that creates a table without auto-generating a primary key "id" column, and then make a integer-column of my choice the primary key. How can I do this? Ingo -- Posted via http://www.ruby-forum.com/.