Skip to content

Proxies #1147

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 24 commits into from
Apr 20, 2025
Merged

Proxies #1147

merged 24 commits into from
Apr 20, 2025

Conversation

chrisrink10
Copy link
Member

@chrisrink10 chrisrink10 commented Nov 26, 2024

Fixes #425
Fixes #1241

@@ -6285,7 +6286,7 @@
(let [name-str (name interface-name)
method-sigs (->> methods
(map (fn [[method-name args docstring]]
[method-name (conj args 'self) docstring]))
[method-name (vec (concat ['self] args)) docstring]))
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was always shoving self at the end of the argument vector.

@chrisrink10 chrisrink10 marked this pull request as ready for review April 20, 2025 16:21
@chrisrink10 chrisrink10 merged commit 48fd08f into main Apr 20, 2025
12 checks passed
@chrisrink10 chrisrink10 deleted the feature/proxies branch April 20, 2025 16:49
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.

Support creating types via deftype without __slots__ Proxies
1 participant