Skip to content

web debugging support for enhanced enums #47863

Closed
Listed in
@devoncarew

Description

@devoncarew

See #47849 for the main tracking issue.

Activity

added
area-web-jsIssues related to JavaScript support for Dart Web, including DDC, dart2js, and JS interop.
on Dec 6, 2021
added
web-evalevaluation support on the web
type-enhancementA request for a change that isn't a bug
on Dec 6, 2021
devoncarew

devoncarew commented on Jan 7, 2022

@devoncarew
MemberAuthor
sigmundch

sigmundch commented on Jan 7, 2022

@sigmundch
Member

This is likely simply require adding a few tests for the debugger and expression evaluation. We expect the implementation to be entirely handled by the CFE lowering, though.

annagrin

annagrin commented on Jan 10, 2022

@annagrin
Contributor

The work required:

  • adding tests for new expressions in expression evaluation tests,
  • validating that completion of enums works in devtools
Markzipan

Markzipan commented on Feb 25, 2022

@Markzipan
Contributor

Update: tests added in e68c3e8

sigmundch

sigmundch commented on Mar 28, 2022

@sigmundch
Member

@Markzipan - I'm closing this assuming there is nothing more to do, but please reopen if I missed something.

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

Metadata

Metadata

Assignees

Labels

area-web-jsIssues related to JavaScript support for Dart Web, including DDC, dart2js, and JS interop.type-enhancementA request for a change that isn't a bugweb-evalevaluation support on the web

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @devoncarew@sigmundch@Markzipan@annagrin@srujzs

      Issue actions

        web debugging support for enhanced enums · Issue #47863 · dart-lang/sdk