HParker (Adam Hess)
- Login: HParker
- Registered on: 01/05/2021
- Last sign in: 01/04/2024
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 9 | 9 |
Activity
01/19/2024
- 10:57 PM Ruby master Revision cfabe9c5 (git): [ruby/prism] Handle stovetop start in constant path fullname
- https://github.com/ruby/prism/commit/3a216e63fe
01/17/2024
- 01:26 PM Ruby master Revision 13879fea (git): [ruby/prism] Fix prism brace association for constant-like method/local calls
- https://github.com/ruby/prism/commit/8ca24f263e
01/04/2024
- 11:56 PM Ruby master Revision 6aacbd69 (git): Free pthread_attr after setting up the thread
- [bug #20149]
- 08:08 PM Ruby master Bug #20149 (Closed): Fix memory leak in IPSocket rb_getaddrinfo
- PR: https://github.com/ruby/ruby/pull/9413
Fixes a memory leak pthread_attr is created, but never cleaned up
``...
12/20/2023
- 05:36 AM Ruby master Revision 7ef90b39 (git): Correct free_on_exit env var to free_at_exit
12/15/2023
- 06:45 PM Ruby master Bug #20044 (Closed): Add runtime flag and environment variable for prism
- Applied in changeset commit:git|55326a915f25608be1d40ab32baa9fc57762615d.
----------
Introduce --parser runtime flag... - 06:42 PM Ruby master Revision 55326a91 (git): Introduce --parser runtime flag
- Introduce runtime flag for specifying the parser,
```
ruby --parser=prism
```
also update the description:
```
$ r... - 03:31 PM Ruby master Revision 474b4c42 (git): free ractors with ractor_free
- Previously with RUBY_FREE_ON_EXIT, ractors where being xfree-ed which is incorrect since they are not xmalloced.
Inst...
12/07/2023
- 08:52 PM Ruby master Revision 6816e8ef (git): Free everything at shutdown
- when the RUBY_FREE_ON_SHUTDOWN environment variable is set, manually free memory at shutdown.
Co-authored-by: Nobuyo...
12/06/2023
- 01:59 AM Ruby master Bug #20044: Add runtime flag and environment variable for prism
- I am happy to adopt any direction the core team likes for this proposal, but to attempt answers to @mame's questions,...
Also available in: Atom