Skip to content

Conversation

robertbastian
Copy link
Member

@robertbastian robertbastian commented Sep 30, 2025

Copy link

Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

Comment on lines -220 to +219
(10, true, false) => 1870,
(10, true, false) => 1984,
Copy link
Member

Choose a reason for hiding this comment

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

Observation: I do indeed see a M10L (闰十月) in the year 1984 in the PMO file and it has 29 days

Comment on lines -216 to +215
(9, true, false) => 1832,
(9, true, false) => 2014,
Copy link
Member

Choose a reason for hiding this comment

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

Observation: I see a M09L (闰九月) in the year 2014 in the PMO file and it has 29 days

Copy link
Member

@sffc sffc left a comment

Choose a reason for hiding this comment

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

I'm very happy that we have M02L through M11L (days 1-29) all in the modern date range. Now we are looking backward for only:

  • M01L
  • M02L day 30
  • M08L day 30
  • M09L day 30
  • M10L day 30
  • M11L day 30
  • M12L

Copy link
Member

@Manishearth Manishearth left a comment

Choose a reason for hiding this comment

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

Change overall looks good. Dangi appears to not match KASI, this is a problem, but perhaps not one we can fix right now.

(9, false, false) => 1972,
(9, false, true) => 1972,
(9, true, false) => 1832,
(9, true, false) => 2014,
Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Member

Choose a reason for hiding this comment

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

I think in these cases because they were not super far in the past I continued with the backwards-looking algorithm, but the 1900 cutoff seems good.

(10, false, false) => 1972,
(10, false, true) => 1972,
(10, true, false) => 1870,
(10, true, false) => 1984,
Copy link
Member

Choose a reason for hiding this comment

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

@robertbastian robertbastian merged commit 66aba40 into unicode-org:main Sep 30, 2025
31 checks passed
@robertbastian robertbastian deleted the ref branch September 30, 2025 21:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants