https://github.com/rm3l/bug-devfile-parser-fields-not-set
Reproduction steps for issue in Devfile parser
https://github.com/rm3l/bug-devfile-parser-fields-not-set
devfile-library devfiles
Last synced: about 1 year ago
JSON representation
Reproduction steps for issue in Devfile parser
- Host: GitHub
- URL: https://github.com/rm3l/bug-devfile-parser-fields-not-set
- Owner: rm3l
- License: mit
- Archived: true
- Created: 2023-03-21T07:55:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-01T21:35:23.000Z (about 3 years ago)
- Last Synced: 2025-02-10T02:41:59.292Z (about 1 year ago)
- Topics: devfile-library, devfiles
- Language: Go
- Homepage: https://github.com/devfile/api/issues/1067
- Size: 77.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**This issue is now fixed with https://github.com/devfile/library/pull/169**
---
**Link to issue** : [devfile/api#1067](https://github.com/devfile/api/issues/1067)
**Notes**
- Related to https://github.com/redhat-developer/odo/issues/5694#issuecomment-1465778398
**How to reproduce the issue**
Using Go >= 1.19, the tests should not pass:
```bash
go test -v ./...
```