Elliot Saba

Results 141 issues of Elliot Saba

Hello there! This is an automated pull request submitted by `@staticfloat` to help package authors transition their Julia installation CI setups to the new binary provider URL. Please take a...

Example: ``` julia> using ASTInterpreter2 julia> function foo(x, y) z = x + y return z + y end foo (generic function with 1 method) julia> foo(1,2) 5 julia> @enter...

needs test

Hello there! This is an automated pull request submitted by `@staticfloat` to help package authors transition their Julia installation CI setups to the new binary provider URL. Please take a...

I have noticed that Tracy (being written for games) has the concept of a "frame", and can do things like zoom to a frame and whatnot. It might be nice...

Right now this is very `rr` focused, but it would be good, IMO, to start thinking about what we can offer for non-`rr` capable systems. I'm thinking things like auto-uploading...

It might be very helpful to include in the upload a Manifest showing all the artifacts/packages reachable by the code that ran. While detecting `activate()` invocations in arbitrary julia code...

Example: ```julia using Distributed import Distributed: worker_from_id, MsgHeader, RemoteDoMsg, send_msg w = worker_from_id(addprocs(1)[1]) # Put `@everwhere` before this to get it to work print_message(args...) = println(args...) # This works send_msg(w,...

Hello there! This is an automated pull request submitted by `@staticfloat` to help package authors transition their Julia installation CI setups to the new binary provider URL. Please take a...

If I have a `juliaup` configuration with lots of linked julia versions it can be unwieldy to clean them up. Uf those versions of Julia have been deleted from my...

enhancement
help wanted
good first issue

This makes use of the new functionality in HistoricalStdlibVersions [0] to properly pull out the dependency information in old stdlibs. This fixes https://github.com/JuliaPackaging/HistoricalStdlibVersions.jl/issues/9. [0] https://github.com/JuliaPackaging/HistoricalStdlibVersions.jl/pull/23