Skip to content
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

feat(ext/geometry): Geometry Interfaces Module Level 1 #22054

Closed
wants to merge 93 commits into from

Conversation

petamoriken
Copy link
Contributor

closes #21608

@petamoriken petamoriken force-pushed the feat/geometry branch 3 times, most recently from 3343fa4 to 4206e6c Compare February 1, 2024 18:14
@petamoriken petamoriken force-pushed the feat/geometry branch 3 times, most recently from b53a1a1 to 7d33171 Compare February 7, 2024 10:30
@@ -5076,7 +5076,7 @@ fn lsp_jsr_auto_import_completion() {
json!({ "triggerKind": 1 }),
);
assert!(!list.is_incomplete);
assert_eq!(list.items.len(), 261);
assert_eq!(list.items.len(), 268);
Copy link
Member

Choose a reason for hiding this comment

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

Yikes, this is a bit concerning that adding new globals requires changes in seemingly unrelated tests for the LSP. I've opened #23102 to tackle that.

Comment on lines +4 to +6
name = "deno_geometry"
version = "0.1.0"
authors.workspace = true
Copy link
Member

Choose a reason for hiding this comment

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

Note to self: I already claimed https://crates.io/crates/deno_geometry to avoid problems during publishing when this PR lands

@bartlomieju
Copy link
Member

@petamoriken I spoke with @littledivy earlier today and he's close to landing all necessary changes to cppgc op2++ (yes, the name is confusing) that would make it possible to write most of this API in native code. We'll keep you updated as these changes land.

@bartlomieju bartlomieju modified the milestones: 1.43, 1.44 May 5, 2024
@petamoriken
Copy link
Contributor Author

Blocked by denoland/deno_core#682

@dsherret dsherret modified the milestones: 1.44, 1.46 Jul 10, 2024
@petamoriken petamoriken marked this pull request as draft August 10, 2024 14:25
@dsherret dsherret removed this from the 1.46 milestone Aug 19, 2024
@petamoriken
Copy link
Contributor Author

Superseded by #27527

@petamoriken petamoriken closed this Jan 2, 2025
@petamoriken petamoriken deleted the feat/geometry branch January 2, 2025 13:30
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.

Feature Request: Geometry Interfaces Module Level 1
6 participants