Ibrahim Numanagić

Results 12 issues of Ibrahim Numanagić

Hi, I was trying to add support for "extern" functions from libc in Kaleidoscope (which come for free in C++ version of Kaleidoscope). However, for the following IR (trying to...

Is it possible to pass custom flags for specific modes? For example, dune file below works for `dune build main.exe` but fails for `dune build main.exe.o` because `ocamlopt` does not...

enhancement
help wanted

Hi Jordan, let's start with the string library: https://docs.python.org/3/library/stdtypes.html#textseq You can avoid string.format part for now. Some functions (like `str.split`) are implemented in multiple places: for example, split on a...

Library

On top of my head: - [ ] When loading `seq` via `bio.FASTA`, comparisons often fail because `s'a' != s'A'` (and most FASTAs are soft-masked and thus contain loads of...

Merge final Jordan's work

Interop

- [x] setup.py on Linux should detect the correct ABI version of libcodonc.so and pass the proper flags to gcc (our default builds use CXX03 ABI, and almost all modern...

cla-signed

Quip crashes with segfault on the following file (with -a option): [ftp://ftp.sra.ebi.ac.uk/vol1/ERA242/ERA242167/bam/9827_2%2349.bam Similar thing happens with the reference file (as a side note, by default this reference contains M character...

- [x] Get build to work witn MSYS2 & Clang - [ ] Fix LLVM issues - [ ] Make tests runnable - [ ] Fix executable generation - [...

cla-signed