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

Align project file structure with software suite #417

Merged
merged 5 commits into from
Aug 1, 2024

Conversation

netalondon
Copy link
Collaborator

No description provided.

@netalondon netalondon requested a review from DavidSouther July 31, 2024 11:14
@netalondon netalondon force-pushed the project-structure-update branch from c0f7b51 to 1ab5692 Compare July 31, 2024 11:25
@@ -25,7 +25,7 @@ describe("All Projects", () => {
)("Builtin %s", async (chipName) => {
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
const ChipProject = ChipProjects[project]?.CHIPS[chipName];
const ChipProject = ChipProjects[project]?.CHIPS;
let hdlFile: string = ChipProject?.[`${chipName}.hdl`];
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think you can drop the ?. access as well?

Copy link
Collaborator

Choose a reason for hiding this comment

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

Sorry, I meant below in the ChipProject?. parts

@netalondon netalondon force-pushed the project-structure-update branch from da3d0a5 to 84ad58e Compare July 31, 2024 12:11
@netalondon netalondon requested a review from DavidSouther July 31, 2024 12:12
@@ -25,7 +25,7 @@ describe("All Projects", () => {
)("Builtin %s", async (chipName) => {
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
const ChipProject = ChipProjects[project]?.CHIPS[chipName];
const ChipProject = ChipProjects[project]?.CHIPS;
let hdlFile: string = ChipProject?.[`${chipName}.hdl`];
Copy link
Collaborator

Choose a reason for hiding this comment

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

Sorry, I meant below in the ChipProject?. parts

Copy link
Collaborator

@DavidSouther DavidSouther left a comment

Choose a reason for hiding this comment

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

(wrong button)

@netalondon netalondon force-pushed the project-structure-update branch from fb9f353 to edf0325 Compare August 1, 2024 08:32
@netalondon netalondon requested a review from DavidSouther August 1, 2024 08:33
@DavidSouther DavidSouther merged commit bc61b81 into nand2tetris:main Aug 1, 2024
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