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

Test with DMD 2.068.0-b1 too #1152

Closed
wants to merge 1 commit into from
Closed

Conversation

Geod24
Copy link
Contributor

@Geod24 Geod24 commented Jun 25, 2015

Reopening since I was using the wrong Github account.

This is more of a tracking issue, so that you are aware it is being worked on :)

This will go red because the following snippet doesn't compile anymore:

void main()
{
  import std.string;
  enum Test = "Hello\0World";
  char[64] foo;
  foo[0 .. Test.length] = Test[];
  auto greetings = foo[0 .. foo[].indexOf('\0')];
}

Will report the regression ASAP.
Ping @etcimon for the segfault.

@Geod24
Copy link
Contributor Author

Geod24 commented Jun 27, 2015

@Geod24
Copy link
Contributor Author

Geod24 commented Jun 30, 2015

Fixed in master. I'll see if I have time to build DMD and look for other regressions this week.

@s-ludwig s-ludwig closed this in 5d1c16d Jul 25, 2015
@s-ludwig
Copy link
Member

Beta 2 seems to work fine now. The only remaining error looks like a fault on our side.

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