Skip to content

fix sync test#115

Merged
myfreess merged 16 commits intomasterfrom
fix-sync-test
Mar 2, 2026
Merged

fix sync test#115
myfreess merged 16 commits intomasterfrom
fix-sync-test

Conversation

@myfreess
Copy link
Collaborator

No description provided.

@Yoorkin
Copy link
Contributor

Yoorkin commented Mar 2, 2026

@codex

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 418e7600dc

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".


mbti -> Mbti
: LIDENT STRING ioption(";") imports sigs EOF { Mbti::{package_name: $2, imports: $4, sigs: $5} }
: PACKAGE STRING ioption(";") imports sigs EOF { Mbti::{package_name: $2, imports: $4, sigs: $5, loc : mk_loc($sloc)} }

Choose a reason for hiding this comment

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

P1 Badge Emit PACKAGE token for mbti package headers

This production now requires a PACKAGE token to start every .mbti file, but the lexer changes in this commit never add a "package" -> PACKAGE keyword mapping (the keyword table only adds nobreak). In practice, package "..." still lexes as LIDENT("package"), so the parser fails on the first token and cannot parse normal .mbti headers.

Useful? React with 👍 / 👎.

Copy link
Contributor

@Yoorkin Yoorkin Mar 2, 2026

Choose a reason for hiding this comment

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

@myfreess let‘s fix this in another PR

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@myfreess let‘s fix this in another PR

ok

@Yoorkin
Copy link
Contributor

Yoorkin commented Mar 2, 2026

LGTM

@myfreess myfreess merged commit 70fad58 into master Mar 2, 2026
1 check passed
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.

2 participants