Skip to content

Conversation

Simn
Copy link
Member

@Simn Simn commented Nov 22, 2023

This may look a bit excessive but finally deals with annoying issue #7282#9705. Type paths can now also store the actual dot path without the type parameters, which was impossible to determine before.

Edit: I really like how obvious pretty errors make this change:

  1 | class User extends ThisObviouslyDoesntExist<T> {}
-   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
+   |                    ^^^^^^^^^^^^^^^^^^^^^^^^
    | Type not found : ThisObviouslyDoesntExist

@Simn Simn merged commit 2fbb4bf into development Nov 22, 2023
@Simn Simn deleted the placed_type_path_pos_path branch November 22, 2023 11:09
@skial skial mentioned this pull request Nov 28, 2023
1 task
0b1kn00b pushed a commit to 0b1kn00b/haxe that referenced this pull request Jan 25, 2024
)

* turn placed_type_path into a record and add pos_path

* fix Rudy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants