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

Always scale up but never down when matching scale on alias #504

Merged
merged 2 commits into from May 4, 2017

Conversation

jamo
Copy link
Contributor

@jamo jamo commented May 4, 2017

No description provided.

@jamo jamo requested review from matheuss and leo May 4, 2017 07:47
@jamo jamo changed the title Always scake uo but never down when matching scale on alias Always scale up but never down when matching scale on alias May 4, 2017
@matheuss matheuss merged commit a09abbc into master May 4, 2017
@matheuss matheuss deleted the improve/scale-on-alias branch May 4, 2017 22:54
TooTallNate pushed a commit that referenced this pull request Aug 23, 2019
* [now-go] Ignore folders in `analyze.go` (#503)(#504)

This commit adds some changes to the way the AST for the source is
built.

The `analyze.go` program now ignores every `vendor`, `.git` and
`testdata` folder. This improves performance, since `vendor` and `.git`
are usually large folders (#504).

By ignoring `testdata`, we mimick the behaviour of `go build` and avoid
failing the parsing because of invalid Go code inside of `testdata` (#503)

* [now-go] Don't ignore `.git` in analyze (#506)

If the user wants to ignore `.git`, he should put it into `.nowignore`
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.

None yet

2 participants