JuliaWeb / JuliaWeb/RemoteREPL.jl
remote function definitions
- Dominant language
- Julia
- Stars
- 145
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
```julia
@remote f() = nothing
```
This gives me "UndefVarError: `#f` not defined"
This works fine
```julia
f() = nothing
@remote f() = nothing
```
so it seems like there should be an easy(ish?) fix here but I wasn't able to figure it out.
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the issue in RemoteREPL.jl using the two Julia examples, starting with the @remote macro behavior for a function that has not been defined previously. Compare the failing and working cases to identify the missing handling for a new remote function definition. Done means the first example defines and invokes f() without UndefVarError, while the existing working case remains functional.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100