hhvm / homebrew-hhvm

Official Mac OS X Homebrew formula for HHVM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

in replace failed

beatscode opened this issue · comments

Description

Error: inreplace failed
hphp/hhbbc/index.cpp:
expected replacement of "ContextRetTyMap contextualReturnTypes;" with "ContextRetTyMap contextualReturnTypes{};"

Context and Logs

Parameter Value
OS X Version: OSX Sierra 10.12.4
Homebrew Version: Homebrew 1.1.12
Xcode Version: xcode 8.2.1 Build version 8C1002

Output of clang -v:
Apple LLVM version 8.0.0 (clang-800.0.42.1)
Target: x86_64-apple-darwin16.5.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin

Build logs: https://gist.github.com/c771fb79c116e85650898997d22bafbc

Apparently the fix got merged into 3.18.2. I will look to remove the inreplace, but might wait for 3.19. I will just check the timeline for 3.19 first.

This should be fixed now.