Alexandra Pereira
Alexandra Pereira
working on it :)
and probably some eventual bugs :)
@prachi1210, I am working in sections: `$reverse`, `$eval`, `$sort` and `$builtins`. Feel free to help with other sections o/ Tip: @djmitche said to me that JS messages sometimes could not...
@Wodann, I will start with this one. Could you assign it to me?
hey @da-woods @scoder could you give me some directions/tips to debug the code defined in [`Node.py`](https://github.com/cython/cython/blob/master/Cython/Compiler/Nodes.py)? I started exploring the following code, but it is difficult to understand what is...
> `OverrideCheckNode` is to do with `cpdef` functions. The most common case is that you have: > > ``` > cdef class Something: > cpdef some_func(self): > pass > ```...
I'm dealing with the same kind of problem :/ ``` 2024-04-13T02:45:41.720201Z INFO bevy_render::renderer: AdapterInfo { name: "Intel Iris Pro Graphics", vendor: 0, device: 0, device_type: IntegratedGpu, driver: "", driver_info: "",...
Hey @Wodann could you assign it to me? And maybe it could be a good idea to add this issue as a step to complete issue #419.
btw, I don't have permission to mark the checkboxes in the description.
hey @scoder / @da-woods I tried to fix this issue and opened PR #6043 . I added the `builtins` set in `Builtin.py` as recommended, but this creates a circular import,...