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

Dart runtime contexts isn't easily queried #2141

Closed
buenaflor opened this issue Jul 1, 2024 · 1 comment · Fixed by #2156
Closed

Dart runtime contexts isn't easily queried #2141

buenaflor opened this issue Jul 1, 2024 · 1 comment · Fixed by #2156
Assignees

Comments

@buenaflor
Copy link
Contributor

buenaflor commented Jul 1, 2024

Description

The current runtime contexts don't have a version field which makes it harder to query data, internally we depend on version so we can't currently retrieve that data.

Current state:

"dart": {
  "name": "Dart",
  "raw_description": "3.4.3 (stable) (Tue Jun 4 19:51:39 2024 +0000) on \"android_x64\"",
  "type": "runtime"
},

How it should be

"dart": {
  "name": "Dart",
  "version": "3.4.3 (stable)"
  "raw_description": "3.4.3 (stable) (Tue Jun 4 19:51:39 2024 +0000) on \"android_x64\"",
  "type": "runtime"
},
@buenaflor
Copy link
Contributor Author

We need the version field for it to be queried internally. This should be an easy fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant