Jakub Žádník

Results 46 issues of Jakub Žádník

# Description Part of https://github.com/nushell/nushell/issues/12963, step 2. This PR refactors Call and related argument structures to remove their dependency on `Expression::span` which will be removed in the future. # User-Facing...

### Related problem To prepare ground for the [new parser](https://github.com/sophiajt/new-nu-parser), we need to be able to refer to spans by their IDs. This is a big undertaking that can be...

parser
meta-issue

### Describe the bug Module files used inside a scope, such as commands, are not tracked correctly. Then, changing `nested_animals.nu` and calling `use animals.nu` doesn't reload the `nested_animals.nu` module. ###...

:bug: bug
parser
modules

### Describe the bug Calling `open` to output bytes does not work on Windows when opening an image. ### How to reproduce Have a .png or .jpg image file. Then:...

:bug: bug
Stale
unhelpful-error

According to https://registry.khronos.org/OpenCL/sdk/3.0/docs/man/html/clGetEventInfo.html and https://registry.khronos.org/OpenCL/sdk/1.0/docs/man/xhtml/clGetEventProfilingInfo.html, the returned value should be CL_INVALID_EVENT if the event is not a valid object.

### Related problem https://github.com/nushell/nushell/pull/9499 added the possibility to run certain built-in commands at parse time. Adding a support for parse-time evaluation for a command requires a few steps, so the...

enhancement
help wanted
meta-issue
const-eval