Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parsing a Toolshed ValueRef<T> fails if T has no type parser. #4314

Open
moonheart08 opened this issue Aug 25, 2023 · 0 comments · May be fixed by #5455
Open

Parsing a Toolshed ValueRef<T> fails if T has no type parser. #4314

moonheart08 opened this issue Aug 25, 2023 · 0 comments · May be fixed by #5455
Labels
Difficulty: 1-Easy Not impossible to figure out for newer coders, and simple for experienced ones. Issue: Bug This issue is a bug report. Size: Very Small For especially small issues/PRs. Status: Help Wanted Toolshed

Comments

@moonheart08
Copy link
Contributor

tl;dr Toolshed should be trying the other possible parsing options (var ref and block) if there's no parser, not failing. Should be an easy fix.

image

@moonheart08 moonheart08 added Issue: Bug This issue is a bug report. Size: Very Small For especially small issues/PRs. Difficulty: 1-Easy Not impossible to figure out for newer coders, and simple for experienced ones. Status: Help Wanted Toolshed labels Aug 25, 2023
@ElectroJr ElectroJr linked a pull request Sep 21, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Difficulty: 1-Easy Not impossible to figure out for newer coders, and simple for experienced ones. Issue: Bug This issue is a bug report. Size: Very Small For especially small issues/PRs. Status: Help Wanted Toolshed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant