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

[WIP] CTHL-1780: Translation into modules and use packages for parse and check #12

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

AlexanderAsmakov
Copy link
Collaborator

  1. To modules
  2. Refactor parse (for test)

1) To modules
2) Refactor parse for test
@AlexanderAsmakov AlexanderAsmakov changed the title CTHL-1780: Translation into modules and use packages for parse and check [WIP] CTHL-1780: Translation into modules and use packages for parse and check Jul 23, 2021
//buildPkg, err := build.ImportDir(dir, build.FindOnly)
//
//if err != nil {
// return nil, nil, nil, nil, fmt.Errorf("could not create build package of %q: %v", file, err)
Copy link

Choose a reason for hiding this comment

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

Are this comments useful?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Of course not.
I'm currently testing it. After that I will clean up everything and remove [WIP] from the header :)

Copy link

Choose a reason for hiding this comment

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

Is the project still alive?

# Conflicts:
#	.travis.yml
#	scripts/lint.sh
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