Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skuzzle/jpath-issue-reproducer
https://github.com/skuzzle/jpath-issue-reproducer
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/skuzzle/jpath-issue-reproducer
- Owner: skuzzle
- Created: 2024-02-21T11:51:03.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-21T12:09:47.000Z (9 months ago)
- Last Synced: 2024-10-08T13:09:11.930Z (28 days ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jpath-issue-reproducer
Working:
```
JSONNET_PATH=$(pwd)/vendor1:$(pwd)/vendor2 jsonnet -e "(importstr 'lib1/shared1.txt')+(importstr 'lib2/shared2.txt')"> "shared1shared2"
```Not working:
```
jsonnet --jpath $(pwd)/vendor1:$(pwd)/vendor2 -e "(importstr 'lib1/shared1.txt')+(importstr 'lib2/shared2.txt')"> RUNTIME ERROR: couldn't open import "lib1/shared1.txt": no match locally or in the Jsonnet library paths
:1:2-30 $
During evaluation
```