search for: joan

Displaying 20 results from an estimated 400 matches for "joan".

Did you mean: jan
2019 Nov 04
4
Debugging clang with debugger breakpoints ?
...he ‘Execute' function. The actual call is this Err = posix_spawn(&PID, Program.str().c_str(), FileActions, /*attrp*/ nullptr, const_cast<char **>(Argv), const_cast<char **>(Envp)); the variable Program.str() contains "/Users/joan/LLVM-9/llvm-project/build/Debug/bin/clang” at this point, which I got with a breakpoint set at that point. HOWEVER, any code that is run under that child process is not seen by the debugger. I hope my issue is clearer now. Thanks anyway. John > On 4 Nov 2019, at 21:43, David Blaikie <d...
2019 Nov 04
2
Debugging clang with debugger breakpoints ?
...stand what you say, but have you actually read my messages? I don’t think so, Anyway, I will repost the question in case someone else can help. Thanks John > On 4 Nov 2019, at 22:18, Zachary Turner <zturner at roblox.com> wrote: > > > > On Mon, Nov 4, 2019 at 1:11 PM Joan Lluch via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: > Hi David, > > Thank you for your patience but I still don’t get it: I don’t see how that is a “command”, as it’s just a list of strings that state command options. > > This is...
2019 Nov 04
2
Debugging clang with debugger breakpoints ?
...6, Zachary Turner <zturner at roblox.com> wrote: > > You hit Reply on my email but then addressed David. So I want to make sure you saw my suggestion. Let me know if you tried that and/or whether or not it solved your problem. > > Zach > > On Mon, Nov 4, 2019 at 1:23 PM Joan Lluch <joan.lluch at icloud.com <mailto:joan.lluch at icloud.com>> wrote: > Hi David, > > I understand what you say, but have you actually read my messages? I don’t think so, > > Anyway, I will repost the question in case someone else can help. > > Thanks > &...
2019 Nov 04
2
Debugging clang with debugger breakpoints ?
Hi David, Thank you for your help. Please, can you elaborate on this?. The command line that I get with -### starts with this: clang version 9.0.1 (https://github.com/llvm/llvm-project.git 6e38ee067b8fa08792f551fb565bbb8ada4864b1) Target: msp430 Thread model: posix InstalledDir: /Users/joan/LLVM-9/llvm-project/build/Debug/bin "/Users/joan/LLVM-9/llvm-project/build/Debug/bin/clang" "-cc1" "-triple" "msp430" "-emit-llvm" "-disable-free" "-main-file-name" "main.c" "-mrelocation-model" "static&...
2016 Jul 28
2
Eliminar filas al principio y final de un .csv en R
Muchas gracias Carlos, la lógica es perfecta pero no se como identificar con código las lineas en blanco entre el bloque 2 y el bloque 3. Para de esta forma quedarme solo con el bloque 2. Tienes alguna idea? Muchas gracias. Joan 2016-07-28 17:00 GMT+02:00 Carlos Ortega <cof en qualityexcellence.es>: > Hola, > > Se me ocurre esta solución en pseudo-código...: > > > 1. Coges el primer fichero para procesar. > 2. Con read.table indicas que salte esas primeras 20 líneas. Hay un > paráme...
2019 Jul 07
2
Linker errors after installing/compiling LLVM/CLANG
Hey Joan, Take a look at this patch, and see if it resolves your issue: https://reviews.llvm.org/D64300 <https://reviews.llvm.org/D64300> Thanks, -Chris > On Jul 7, 2019, at 3:54 PM, Chris Bieneman via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Hey Joan, > > I looked in...
2020 Nov 06
2
vsz_limit
Duh... src/lib/restrict-process-size.h Should be in the installed include files as well, /usr/include/dovecot/restrict-process-size.h Aki > On 06/11/2020 15:56 Joan Moreau <jom at grosjo.net> wrote: > > > Hello > I can't find "src/lib/restrict.h" . Is it in dovecot source ? > > > On 2020-11-06 13:20, Aki Tuomi wrote: > > Seems I had forgotten that you can use src/lib/restrict.h, in particular, restrict_get_pro...
2019 Jul 07
2
Linker errors after installing/compiling LLVM/CLANG
...from separate directories. I build with the ninja one (“ninja clang” on command line), and I change the debugger target from the default to point directly into my ninja directory , so VS is debugging the thing that was built with ninja. Hopefully that makes sense On Sun, Jul 7, 2019 at 11:59 AM Joan Lluch <joan.lluch at icloud.com> wrote: > Hi zturner > > Please, would you describe me step by step how do I get both a Xcode > project and a Ninja setup for compiling the same? > > I have downloaded the Ninja-mac binary from here > https://github.com/ninja-build/ninja/r...
2019 Mar 12
2
Reordenar una matriz con caracteres en cada celda
...lumnas? Ejemplo: ,Specie 1, Specie2, Specie3 Specie1, NA, 3(1-4), 8(6-9) Specie2, 5(2-6),NA, 5(4-6) Specie3, 2(1-3), 10(5-15), NA Quiero: ,Specie 2, Specie3, Specie1 Specie2, NA, 5(4-6) , 5(2-6) Specie3, 10(5-15) ,NA, 2(1-3) Specie1, 3(1-4), 8(6-9) , NA Muchas gracias. Joan -- *Joan Giménez, PhD* *Postdoctoral Researcher* Institut de Ciències del Mar (ICM-CSIC) Passeig Maritim 37-49 E-08003 Barcelona (Spain). www.icm.csic.es --- Personal website: http://gimenezverdugo.wixsite.com/joangimenez Research Gate: Joan Giménez <https://www.researchgate.net/profile/Joan_G...
2019 Jul 01
3
Tablegen ridiculously slow when compiling for Debug
...m do its job? Would that solve most of the build time issues? > > > > Thanks, > > Slava > > > > > > *From:* llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] *On Behalf Of *Chris > Bieneman via llvm-dev > *Sent:* Monday, July 1, 2019 10:35 AM > *To:* Joan Lluch <joan.lluch at icloud.com> > *Cc:* llvm-dev <llvm-dev at lists.llvm.org> > *Subject:* Re: [llvm-dev] Tablegen ridiculously slow when compiling for > Debug > > > > Hey Joan, > > > > When looking for build support it is really useful to include a bun...
2019 Jul 07
3
Linker errors after installing/compiling LLVM/CLANG
.... On that note, patches are certainly welcome, but if you just want to unblock yourself, the easiest way is going to be to type a command on the command line to do your build instead of pressing a button in the UI (and you could still use the UI for everything else) On Sun, Jul 7, 2019 at 9:40 AM Joan Lluch <joan.lluch at icloud.com> wrote: > > Hi zturner, > > I understand what you say and I have been suggested this a couple of > times, but I really don’t want to make the switch to ninja. I’m a retired > senior software developer and I just use LLVM for a custom backend...
2019 Jun 30
3
Tablegen ridiculously slow when compiling for Debug
...BS option, it builds llvm as .so not as .a. It will use less memory during linking so you can increase the link threads and your build time will be lesser. > Check this in : https://llvm.org/docs/CMake.html <https://llvm.org/docs/CMake.html> > > > On Sun, 30 Jun 2019 at 14:42, Joan Lluch <joan.lluch at icloud.com <mailto:joan.lluch at icloud.com>> wrote: > Hi Praveen, > > Please, can you elaborate on this?. What do do mean by “building as shared objects”. > > Thanks, > > John > > > >> On 30 Jun 2019, at 07:32, Praveen Vell...
2016 Jul 28
2
Eliminar filas al principio y final de un .csv en R
...mpieza en cada .csv en una linea diferente por lo tanto no se si puedo automatizar en R quedarme tan solo con la información a partir de la linea 21 y luego solo hasta la siguiente linea en blanco que es donde empieza el tercer bloque (que será diferente en cada .csv). Muchas gracias de antemano. Joan -- *Joan Giménez Verdugo* *PhD Student* *Severo Ochoa* Estación Biológica de Doñana (EBD-CSIC) Department of Conservation Biology Americo Vespucio Ave, s/n 41092 Sevilla (Spain) www.ebd.csic.es --- Research Gate: Joan Giménez <https://www.researchgate.net/profile/Joan_Gimenez2> Phone: +34 6...
2019 Jan 06
2
Solr -> Xapian ?
...punged), or re-ask for indexing a particular (or all) uid ? WHy would the backend be aware of the transactions on the mailbox ??? There is alredy "fts_backend_xxx_update_expunge", so I beleive the management of the expunged messages is *NOT* in the backend, right ? On 2019-01-06 15:41, Joan Moreau wrote: > also, for fts_backend_solr_update_set_build_key -> where is the data (of the hdr_name or the body) ? > > On 2019-01-06 14:10, Joan Moreau wrote: > > for the "last uid"-> this is not the last added, but the maximum of the UID in the indexed emails,...
2019 Jul 01
2
Tablegen ridiculously slow when compiling for Debug
Hey Joan, When looking for build support it is really useful to include a bunch of information about your build up front. Knowing that you are on macOS, and using the Xcode generator are really useful. On macOS, BUILD_SHARED_LIBS won’t really help much because the default linker (ld64) is pretty good. Usi...
2018 Dec 05
3
Solr
...t; Full text search gets enabled automatically, although your probably want to set fts_enforced=yes to make sure it's used for all kinds of things automatically. break-imap-search is supported, but does nothing. > > Updated the wiki a bit. > > Aki > > On 4.12.2018 20.50, Joan Moreau via dovecot wrote: > > also, the value "break-imap-search" is not supported in fts_solr parameter, contrary to the wiki > > and not sure then how to enable full text search in BODY > > On 2018-12-04 19:40, Joan Moreau via dovecot wrote: > > In the Wik...
2019 Jul 07
2
Linker errors after installing/compiling LLVM/CLANG
...sing ninja generator, most people do not use Xcode for building, so since it lesser-used, it also lesser tested. Note that it’s perfectly possible to use Xcode for code browsing, debugging, editing while using ninja for building, which is what I think most people do On Sun, Jul 7, 2019 at 4:20 AM Joan Lluch via llvm-dev < llvm-dev at lists.llvm.org> wrote: > I also filled a bug report. I think this is actually a bug > > https://bugs.llvm.org/show_bug.cgi?id=42528 > > John > > > On 7 Jul 2019, at 09:27, Joan Lluch via llvm-dev <llvm-dev at lists.llvm.org> >...
2019 May 13
3
How to change CLang struct alignment behaviour?
...le 16 bit load and stores are used instead. Will try to track findOptimalMemOpLowering with the debugger to see if I see some light. So thanks for pointing that out to me. John Tel: 620 28 45 13 > On 13 May 2019, at 09:33, Tim Northover <t.p.northover at gmail.com> wrote: > > Hi Joan, > > On Mon, 13 May 2019 at 07:53, Joan Lluch <joan.lluch at icloud.com> wrote: >> The reason I want structs to be aligned/padded to 2 bytes is because my architecture only has 16 bit operations. I can read (sign and zero extended) and write (truncated) 8 bit data from/to memory,...
2020 Nov 04
2
vsz_limit
You could also add it as setting for the fts_xapian plugin parameters? Aki > On 04/11/2020 08:42 Joan Moreau <jom at grosjo.net> wrote: > > > For machines with low memory, I would like to detect how much ram remains available before starting indexing a mail, so I can commit everything on disk before the ram is exhausted (and break the process) > I tried to put a "fake"...
2019 Jul 06
2
Linker errors after installing/compiling LLVM/CLANG
...ssfully implemented a custom target backend, and have it almost finished and running perfectly on LLVM 7.0. Now, I just want to move it to LLVM 9.0, but got stuck in what is supposed to be the easiest part which is just compiling it (??), but I do not understand why it doesn’t compile! Any ideas? Joan > John, I compiled and installed to /usr/local all the projects under llvm except llgo yesterday. The three files you noted are in > ../llvm-project/build/lib > I do not have a llvm-project/build/Debug directory. > Xubuntu 19.04. llvm downloaded from github on 6/18 using instructions...