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

Issue 3474 - Implement opDollar for struct and class indexing operations #442

Merged
merged 1 commit into from
Nov 22, 2011

Conversation

9rnsr
Copy link
Contributor

@9rnsr 9rnsr commented Oct 10, 2011

http://d.puremagic.com/issues/show_bug.cgi?id=3474

Applying Don's patch into git master

@dsimcha
Copy link
Contributor

dsimcha commented Oct 13, 2011

Does this patch automatically translate $ to .length if no explicit opDollar is present? IMHO it should so that we don't need to add this manually to every single range in std.range and std.algorithm.

@9rnsr
Copy link
Contributor Author

9rnsr commented Oct 14, 2011

No. We need to add alias length opDollar; at least.

IMHO, length and opDollar are different. The former is an interface and/or API, latter is an implementation.
Language does not need to support such an automatic translation.

WalterBright added a commit that referenced this pull request Nov 22, 2011
Issue 3474 - Implement opDollar for struct and class indexing operations
@WalterBright WalterBright merged commit aba0f77 into dlang:master Nov 22, 2011
braddr pushed a commit to braddr/dmd that referenced this pull request Oct 22, 2012
Optimize fft to take advantage of symmetry for pure real FFTs.
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