Emma Jane Bonestell

Results 12 issues of Emma Jane Bonestell

I may just be overlooking something, but I note that in the misc.py "add_malloc_chunk_struct" function, the struct size is declared as 56 bytes. `125: struct_size = 7*ptr_size` This struct only...

While RFC 3986 does not specify how to handle drive letters, the majority of implementations include the drive letter (e.g. C:\ , D:\, ...) on Windows, and so omitting it...

I have tested it on the main, develop, and factory branches. They all error-out with the same output. It was also tested inside and outside of a virtualenv (using the...

bug
excellent_report
stream

Tested with latest releases and then snapshots of rewrite-maven-plugin and its dependencies (i.e. 4.39.0-SNAPSHOT & rewrite*7.35.0-SNAPSHOT). Many such failures when run on languagetools; The below mentioned source is: ``` ```...

bug
parser-xml

The last commit to ycmd/completers/python/python_completer.py ( 9e6b32ba8a90563a53e998d5258b4214b48aec39 ) introduced several warnings and caused LOGGER.error to become unreachable/dead code. `` E1120 No value for argument 'start' in constructor call, 621:9 ``...

Since September of 2020, flexdll no longer passes image-base because it will create DLLs/plugins with relocations too far to be loaded. https://github.com/alainfrisch/flexdll/issues/50 https://github.com/alainfrisch/flexdll/pull/89 https://github.com/ocaml/ocaml/pull/10351 OCaml versions 4.12.1 and newer need...

This pull request adds some basic configuration for non-automated running of mypy, and obviously the typing stubs and py.typed marker. Only one source file was modified to replace the private...

I'm working on porting the [Binary Analysis Platform / BAP ](https://github.com/BinaryAnalysisPlatform/bap) to Windows. Unless I am misunderstanding, the mingw64 chain , >=OCaml 4.12.1, and >=Binutils 2.36 should no longer be...

### Problem description When targeting SDK >=28, (i.e., `-target aarch64-unknown-linux-android35`), mold will error out from "--use-android-relr-tags" being an unsupported flag. ### What steps will reproduce the bug? ```c #include int...

bug report
upstream issue

Because rr uses its "own syscalls", rr encounters immediate runtime failures from bad syscalls on native Android devices (e.g., within Termux). While Android does support seccomp filtering, its security model...