Adam Scott

Results 116 comments of Adam Scott

> I only use official published versions, the latest official published version is: > v3.5.1.rc1.official [[293c384](https://github.com/godotengine/godot/commit/293c3844b3424b4a64d6245f99145266101a146f)] No. [The latest published version is 3.5.1](https://godotengine.org/article/maintenance-release-godot-3-5-1) ![Screenshot_20221113-100544](https://user-images.githubusercontent.com/270928/201528779-4e9bb2d7-78b1-4a6a-b468-79ba26f0b45b.png)

Please join a MRP. If it's not reproducible easily, the problem is maybe something else.

As the we're in the feature freeze part of the 4.1 release, I'll push the milestone to 4.2 as this PR is an enhancement PR. But I'll add the issue...

Thanks for your first PR! If we merge this PR, I'm wondering if we should update the GDScriptCache when a path is taken over by a new script.

I set the PR to draft, as discussed in the chat!

Where the PR would truly shine is with dictionaries. `dict_1?.dict_2?.dict_3?.value` Unfortunately, `dict_1.dict_2` triggers an error if the key `dict_2` doesn't exist in `dict_1`. This is counter intuitive if we can't...

@akien-mga I added "Sharing system information" to CONTRIBUTING.md in order to explain to Godot 4.0 and prior users what to share. It will look like this: ![image](https://github.com/godotengine/godot/assets/270928/472ba5b0-a7e4-4bda-8bfc-e190555d9896)

Talked about in the current GDScript meeting. The PR should implement [the elements 1 and 2](https://github.com/godotengine/godot/pull/67777#issuecomment-1704948785) stated by @dalexeev. For number 3, we're still discussing this in the meeting, so...

I got this output when trying out (using my PR #69224): ``` ERROR: Couldn't find any UPNPDevices. at: get_gateway (modules/upnp/upnp.cpp:268) WARNING: UPnP didn't find a Gateway at: push_warning (core/variant/variant_utility.cpp:900) SCRIPT...

This seems to be a [godotengine/godot-cpp](https://github.com/godotengine/godot-cpp/issues) issue. And please join a MRP, especially since there seem to be a lot of steps to take to compile the issue.