Elliot Saba

Results 474 comments of Elliot Saba

``` MethodError(f=Core.kwcall, args=((modulecolor=:default, digit_align_width=3), typeof(Base.print_module_path_file)(), Base.IOContext{Base.PipeEndpoint}(io=Base.PipeEndpoint(handle=0x07baf8b0, status=3, buffer=Base.GenericIOBuffer{GenericMemory{:not_atomic, UInt8, Core.AddrSpace{Core}(0x00)}}(data=Memory{UInt8}(0, 62d389d0)[], reinit=false, readable=true, writable=true, seekable=false, append=true, size=0, maxsize=2147483647, ptr=1, offset=0, mark=-1), cond=Base.GenericCondition{Base.Threads.SpinLock}(waitq=Base.IntrusiveLinkedList{Task}(head=nothing, tail=nothing), lock=Base.Threads.SpinLock(owned=0)), readerror=nothing, sendbuf=nothing, lock=Base.ReentrantLock(locked_by=nothing, reentrancy_cnt=0x00000000, havelock=0x00, cond_wait=Base.GenericCondition{Base.Threads.SpinLock}(waitq=Base.IntrusiveLinkedList{Task}(head=nothing,...

FWIW, using `import_into_main = false` is sufficient for me to build [this example case](https://github.com/JuliaLang/PackageCompiler.jl/issues/768#issuecomment-1487602317).

Here's a simple way to reproduce this: ``` julia> versioninfo() Julia Version 1.9.0-rc1 Commit 3b2e0d8fbc1 (2023-03-07 07:51 UTC) Platform Info: OS: Linux (x86_64-linux-gnu) CPU: 32 × AMD Ryzen 9 3950X...

Thinking out loud here about API, my ideal API would be something like a "module replacement" API, where I can do something like: ``` using Pkg Revise.track(Pkg => path_to_pkg_on_disk) ```

This seems to be working, but I'm not 100% certain this implementation is the best way to do this, I'm open to suggestions for improvement.

> should the region index be called something like region_index instead? :+1: > does it make sense to replace uint32_t with int, long, or size_t instead so that it works...

I have pushed a new commit that implements everything brought up so far. While I have taken a bit more care to deal with things like register sizes and whatnot,...

It appears that when we unpack the new DebianGlibc version over the top of the rootfs it replaces `/usr/include/string.h` (along with all the other includes) but the compiler is complaining...

I get this error using Julia v1.9 and latest `master`. The codebase is [this repository](https://github.com/JuliaPackaging/BB2.jl).