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

Open
buenaflor opened this issue Jul 1, 2024 · 0 comments
Open

Dart runtime contexts isn't easily queried #2141

buenaflor opened this issue Jul 1, 2024 · 0 comments
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.

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 buenaflor self-assigned this Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Needs Discussion
Development

No branches or pull requests

1 participant