Yang, Bo
Yang, Bo
While I didn't test but some people successfully installed amd64 apps on M1 mac: https://medium.com/mkdir-awesome/how-to-install-x86-64-homebrew-packages-on-apple-m1-macbook-54ba295230f Something like ``` arch -x86_64 /usr/local/homebrew/bin/brew tap hhvm/hhvm arch -x86_64 /usr/local/homebrew/bin/brew install hhvm --force-bottle ```
Maybe remove `--force-bottle`? Without `--force-bottle`, it would take hours to compile.
The reason is that the `HHClientLinter` uses `File::errorCodesToSuppress` to determine the error codes suppressed, which is line based instead of range based, therefore only the marker in the previous line...
> This feels like it should be an abstract class instead: every linter should use this trait and implement the interface. We can turn this trait into an abstract class...
> Yeah :( I suspect we'll revisit this once traits are reworked and formalize. We might end up doing base classes and traits - base classes for devx, where the...
Close and reopen to trigger CI on a rebased code base
Would you like to replace `print_r` with an HSL function?
https://docs.hhvm.com/hsl/reference/function/HH.Lib.IO.request_output/ Yaxin Lei ***@***.***>于2022年10月15日 周六下午9:37写道: > Would you like to replace print_r with an HSL function? > > Hey Astry, thanks a lot. I'd love to, but I wasn't able...
See https://docs.hhvm.com/hack/getting-started/input-and-output for basic usage of `request_output`.
Close and reopen to trigger CI