Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / tc39/proposal-upsert issues and pull requests
#69 - mention WeakMap in the README
Issue -
State: open - Opened by michaelficarra 17 days ago
- 2 comments
#68 - use proper slot in WeakMap.prototype.getOrInsertComputed
Pull Request -
State: closed - Opened by michaelficarra 17 days ago
#67 - return value directly instead of pulling it out of the record
Pull Request -
State: closed - Opened by michaelficarra 17 days ago
#66 - should the computed methods check callability of the callback early?
Issue -
State: open - Opened by michaelficarra 17 days ago
- 3 comments
#65 - fix invocations of Call AO
Pull Request -
State: closed - Opened by michaelficarra 17 days ago
#64 - Should `key` argument of `WeakMap` methods be validated before attempt to set the value?
Issue -
State: closed - Opened by zloirock 25 days ago
- 2 comments
#63 - How `getOrInsertComputed` callback should be called?
Issue -
State: closed - Opened by zloirock 25 days ago
- 2 comments
#62 - The spec draft text of all methods looks incorrect
Issue -
State: closed - Opened by zloirock 26 days ago
- 2 comments
#61 - Update specification text to match the intent of the proposal
Pull Request -
State: closed - Opened by johauke 29 days ago
- 2 comments
#60 - Method name bikeshedding
Issue -
State: open - Opened by dminor 29 days ago
- 10 comments
#59 - Update specification text to match the intent of the proposal
Pull Request -
State: closed - Opened by johauke 29 days ago
#58 - New API with getOrInsert and getOrInsertComputed
Pull Request -
State: closed - Opened by dminor about 1 month ago
- 1 comment
#57 - clarification on key ordering when updating
Issue -
State: closed - Opened by runspired about 1 month ago
- 1 comment
#56 - Please add reasons why not two new methods insert/update
Issue -
State: closed - Opened by leobalter 3 months ago
- 4 comments
#55 - Change API to `setdefault` and `DefaultMap`
Pull Request -
State: closed - Opened by dminor 3 months ago
- 1 comment
#54 - Additional examples to single update function with upsert functionality
Issue -
State: closed - Opened by malthe 12 months ago
- 1 comment
#53 - Bump qs from 6.5.2 to 6.5.3
Pull Request -
State: closed - Opened by dependabot[bot] almost 2 years ago
- 1 comment
Labels: dependencies
#52 - req: WeakMap.emplace
Issue -
State: closed - Opened by runspired almost 2 years ago
- 1 comment
#51 - `emplace` cannot be correctly and incrementally polyfilled
Issue -
State: closed - Opened by conartist6 almost 2 years ago
- 24 comments
#50 - Improve "Why use functions" in readme
Pull Request -
State: closed - Opened by papb almost 2 years ago
- 1 comment
#49 - Class extension/what is primitive
Issue -
State: closed - Opened by conartist6 almost 2 years ago
- 12 comments
#48 - `myMap.has(key) ? myMap.get(key) : none`
Issue -
State: closed - Opened by conartist6 almost 2 years ago
- 5 comments
#47 - Internal slots vs. instance get/set methods
Issue -
State: open - Opened by js-choi about 2 years ago
- 3 comments
#46 - (re?)consider no-op for missing key, and missing insertion handler
Issue -
State: closed - Opened by ghost over 2 years ago
- 2 comments
#45 - insertFn only accepts two parameters
Pull Request -
State: closed - Opened by g-plane over 2 years ago
- 1 comment
#44 - allocations / GC?
Issue -
State: closed - Opened by alexpineda over 2 years ago
- 7 comments
#43 - Bump ajv from 6.10.2 to 6.12.6
Pull Request -
State: closed - Opened by dependabot[bot] almost 3 years ago
- 1 comment
Labels: dependencies
#42 - Has the `entry` api from Rust's `HashMap` been considered?
Issue -
State: closed - Opened by rope-hmg about 3 years ago
- 2 comments
#41 - The "About" section for the repo is outdated
Issue -
State: closed - Opened by dead-claudia about 3 years ago
#40 - Suggestion: lock the map during access to prevent recursive modification
Issue -
State: open - Opened by dead-claudia about 3 years ago
- 3 comments
#39 - Counter Proposal - Map.prototype.getRef()
Issue -
State: closed - Opened by theScottyJam over 3 years ago
- 3 comments
#38 - Bump lodash from 4.17.19 to 4.17.21
Pull Request -
State: closed - Opened by dependabot[bot] over 3 years ago
- 1 comment
Labels: dependencies
#37 - Simpler alternative: `map.update(key, updater)`
Issue -
State: closed - Opened by dead-claudia over 3 years ago
- 1 comment
#36 - How to delete?
Issue -
State: closed - Opened by Yaffle over 3 years ago
- 1 comment
#35 - Delegate the insert/update decision to the user?
Issue -
State: closed - Opened by fuchsia over 3 years ago
- 1 comment
#34 - Update README.md
Pull Request -
State: closed - Opened by mariusschulz almost 4 years ago
- 1 comment
#33 - Usage with named functions too verbose
Issue -
State: closed - Opened by ByteEater-pl almost 4 years ago
- 3 comments
#32 - Bump highlight.js from 9.15.10 to 9.18.5
Pull Request -
State: closed - Opened by dependabot[bot] almost 4 years ago
- 1 comment
Labels: dependencies
#31 - Split the proposal
Issue -
State: closed - Opened by bmeck over 4 years ago
- 23 comments
#30 - document what qualifies a parameter as too heavy?
Issue -
State: closed - Opened by bmeck over 4 years ago
- 4 comments
#29 - find a new name
Issue -
State: closed - Opened by bmeck over 4 years ago
- 7 comments
#28 - Callbacks should be called with an undefined receiver
Issue -
State: closed - Opened by ljharb over 4 years ago
- 6 comments
#27 - Normative: Follow Map/WeakMap precedent
Pull Request -
State: closed - Opened by gibson042 over 4 years ago
- 3 comments
#26 - Normative: Use `GetMethod`
Pull Request -
State: closed - Opened by ExE-Boss over 4 years ago
- 2 comments
#25 - Editorial: Fix formatting
Pull Request -
State: closed - Opened by ExE-Boss over 4 years ago
#24 - Bump lodash from 4.17.15 to 4.17.19
Pull Request -
State: closed - Opened by dependabot[bot] over 4 years ago
Labels: dependencies
#23 - fix code example
Pull Request -
State: closed - Opened by hax over 4 years ago
#22 - Stage 3 Tracking
Issue -
State: closed - Opened by bmeck over 4 years ago
- 6 comments
#21 - Update Proposal from Feedback
Issue -
State: closed - Opened by bmeck over 4 years ago
- 15 comments
#20 - Iterating on the design
Issue -
State: closed - Opened by codehag over 4 years ago
- 7 comments
#19 - Bump acorn from 5.7.3 to 5.7.4
Pull Request -
State: closed - Opened by dependabot[bot] over 4 years ago
Labels: dependencies
#19 - Bump acorn from 5.7.3 to 5.7.4
Pull Request -
State: closed - Opened by dependabot[bot] over 4 years ago
Labels: dependencies
#18 - WeakMap.prototype.upsert
Issue -
State: closed - Opened by rkatic over 4 years ago
- 2 comments
#17 - Passing `key` to the insert function?
Issue -
State: closed - Opened by rkatic over 4 years ago
- 3 comments
#16 - Description sounds just like `.set`
Issue -
State: closed - Opened by UziTech almost 5 years ago
- 2 comments
#15 - Polymorhic upsert
Issue -
State: closed - Opened by char0n almost 5 years ago
- 4 comments
#14 - Thoughts And Concerns Of Effects of Proposal
Issue -
State: open - Opened by Skillz4Killz almost 5 years ago
- 29 comments
#13 - update stage
Pull Request -
State: closed - Opened by macabeus about 5 years ago
#12 - add elixir similar implementation
Pull Request -
State: closed - Opened by amiralies about 5 years ago
#11 - Add a note about `core-js` polyfilling
Pull Request -
State: closed - Opened by zloirock about 5 years ago
- 1 comment
#10 - update formatting of spec
Pull Request -
State: closed - Opened by thumbsupep about 5 years ago
#9 - Ensure reentrancy ordering works with spec types
Issue -
State: closed - Opened by bmeck about 5 years ago
- 7 comments
#8 - Pass more arguments to update/insert functions
Issue -
State: closed - Opened by jridgewell about 5 years ago
- 5 comments
#7 - since `insertFn` is optional, it should be noted as such
Issue -
State: closed - Opened by ljharb about 5 years ago
- 2 comments
#6 - Rationale of current design and comparison of different approaches
Issue -
State: closed - Opened by hax about 5 years ago
- 8 comments
#5 - solve #4
Pull Request -
State: closed - Opened by hax about 5 years ago
- 2 comments
#4 - Improve examples
Issue -
State: closed - Opened by hax about 5 years ago
- 2 comments
#3 - FAQ nits
Pull Request -
State: closed - Opened by bmeck about 5 years ago
#2 - some spec reorging
Pull Request -
State: closed - Opened by bmeck about 5 years ago
#1 - WeakMap#upsert?
Issue -
State: closed - Opened by zloirock about 5 years ago
- 1 comment