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

feat: Export Internationalized Date Types for DatePicker #2170

Merged
merged 2 commits into from
Jul 24, 2024
Merged

feat: Export Internationalized Date Types for DatePicker #2170

merged 2 commits into from
Jul 24, 2024

Conversation

dgodinez-dh
Copy link
Contributor

No description provided.

@dgodinez-dh dgodinez-dh requested a review from bmingles July 24, 2024 15:48
Copy link
Contributor

github-actions bot commented Jul 24, 2024

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

Copy link

codecov bot commented Jul 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 46.67%. Comparing base (a5cb947) to head (b967e8a).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2170   +/-   ##
=======================================
  Coverage   46.67%   46.67%           
=======================================
  Files         692      692           
  Lines       38628    38628           
  Branches     9631     9631           
=======================================
  Hits        18028    18028           
  Misses      20589    20589           
  Partials       11       11           
Flag Coverage Δ
unit 46.67% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


export type DateValue = CalendarDate | CalendarDateTime | ZonedDateTime;

export type MappedDateValue<T> = T extends ZonedDateTime
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would probably add a comment on these types describing why we need them.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pushed an update with some comments.

Copy link
Contributor

@bmingles bmingles left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. I'd suggest commenting these re-exports since they are a little more indirect than most of the Spectrum ones.

@dgodinez-dh
Copy link
Contributor Author

I have read the CLA Document and I hereby sign the CLA

deephaven-internal added a commit to deephaven/cla that referenced this pull request Jul 24, 2024
Copy link
Contributor

@bmingles bmingles left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dgodinez-dh dgodinez-dh merged commit 7fb4f64 into deephaven:main Jul 24, 2024
11 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Jul 24, 2024
@dgodinez-dh dgodinez-dh deleted the dag_ExportDateTime branch September 23, 2024 15:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants