akalsi87
akalsi87
The following snippet complains that newval is not defined, however it is. ``` def slice_lines(val, start) { nlines = numlines(val) if (nlines < 2) { println("Error1.") quit(0) } newval =...
Here is a snippet that works correctly when run as a standalone bash script but fails in bash -r: ``` def readline() { y = @(exec head -n 1 -)...
Fix saving imports to a subdirectory -- the code seemed to be adding a spurious `pkg.sh` arg in `set`. I waive all rights to the code and don't care about...
- **I'm submitting a ...** [ ] bug report [x] feature request [ ] question about the decisions made in the repository [ ] question about how to use this...
- **I'm submitting a ...** [ ] bug report [x] feature request [ ] question about the decisions made in the repository [ ] question about how to use this...
``` File "/.pixi/envs/default/share/bazel/b26298d3d2cb16163244faa5fa9349eb/execroot/_main/bazel-out/k8-fastbuild/bin/external/hedron_compile_commands~/refresh_all.runfiles/hedron_compile_commands~/refresh_all.py", line 626, in _get_files assert source_file_candidates, f"No source files found in compile args: {compile_action.arguments}.\nPlease file an issue with this information!" ^^^^^^^^^^^^^^^^^^^^^^ AssertionError: No source files found in...