-
See discussions:
[astropy/astropy#11091](https://github.com/astropy/astropy/pull/11091)
[pypa/pip#7413](https://github.com/pypa/pip/issues/7413)
```console
[tkloczko@devel-g2v SRPMS]$ rpm -ql py…
-
Original question was sent to me by email from @dgafka
> So my question to you are.
> Do I test it wrong or Zephir should be used to something else?
> Links, to repositories with tests:
> https…
-
How to solve it?
# Zephir
```
Class Helper
{
public static function test(string! sp, string! b, string! c)
{
if func_num_args() > 3 {
....
}
retu…
-
@sergeyklay I've been working with both Zephir `0.10.15` and `0.11.11` and to my horror I discovered the very sad state of `null`.
Basically `==` doesn't work in any contexts. Nor does `===` work.…
-
Hi Guys,
It seems that I find a very strange question. I check my code carefully and debug it, but I really found that if I have a class property with array type, I got NULL returned after I set it "…
-
Is there a way to add code to the `config.m4` or `config.w32` files through Zephir? Or, if we add something manually will it ever get overwritten by Zephir? Here's the issue we're facing https://githu…
-
Hello. I have such an error when building zephir extension:
Scanner error: -2 {type}/{line}/{file}
Segmentation fault (core dumped)
There is which instruction causing a problem from gdb:
http:…
-
### Have you checked our Troubleshooting page for your issue?
- [X] I have checked the Troubleshooting page
### Is there already an issue for your problem?
- [X] I have checked older issues, …
-
Method name same with class name should not be treated as ctor in namespace
Evironment:
```
Zephir latest master 79eac35ee759e8025b02c41c2446bbd8d305d982
CentOS 6.6 gcc 4.4.7
PHP 5.5.22 TS DEBUG bui…
-
I tried a slightly customized version of EagerLoading from the incubator with the current Phalcon 4.0.x branch. Everything works very well, but in some cases I got SEGFAULT errors.
I noticed, that …