ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:101988] [Ruby master Bug#17522] A typo in `include/ruby/internal/stdalign.h`
@ 2021-01-09  1:47 xtkoba+ruby
  2021-01-09  4:47 ` [ruby-core:101990] " nobu
  2021-02-01  9:22 ` [ruby-core:102344] " naruse
  0 siblings, 2 replies; 3+ messages in thread
From: xtkoba+ruby @ 2021-01-09  1:47 UTC (permalink / raw)
  To: ruby-core

Issue #17522 has been reported by xtkoba (Tee KOBAYASHI).

----------------------------------------
Bug #17522: A typo in `include/ruby/internal/stdalign.h`
https://bugs.ruby-lang.org/issues/17522

* Author: xtkoba (Tee KOBAYASHI)
* Status: Open
* Priority: Normal
* ruby -v: ruby 3.0.0p0 (2020-12-25 revision 95aff21468) [x86_64-linux]
* Backport: 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: UNKNOWN, 3.0: UNKNOWN
----------------------------------------
In `include/ruby/internal/stdalign.h`, the line
```
#elif RBIMPL_HAS_ATTRIBUTE(aliged)
```
should be as
```
#elif RBIMPL_HAS_ATTRIBUTE(aligned)
```

The impact of this typo on the real world is unknown.

---Files--------------------------------
ruby-stdalign_h-typo.patch (333 Bytes)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [ruby-core:101990] [Ruby master Bug#17522] A typo in `include/ruby/internal/stdalign.h`
  2021-01-09  1:47 [ruby-core:101988] [Ruby master Bug#17522] A typo in `include/ruby/internal/stdalign.h` xtkoba+ruby
@ 2021-01-09  4:47 ` nobu
  2021-02-01  9:22 ` [ruby-core:102344] " naruse
  1 sibling, 0 replies; 3+ messages in thread
From: nobu @ 2021-01-09  4:47 UTC (permalink / raw)
  To: ruby-core

Issue #17522 has been updated by nobu (Nobuyoshi Nakada).

Backport changed from 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: UNKNOWN, 3.0: UNKNOWN to 2.5: DONTNEED, 2.6: DONTNEED, 2.7: DONTNEED, 3.0: REQUIRED

Thank you, I don't think there is no impact as that macro isn't used except for `sizeof(VALUE)` now.

----------------------------------------
Bug #17522: A typo in `include/ruby/internal/stdalign.h`
https://bugs.ruby-lang.org/issues/17522#change-89840

* Author: xtkoba (Tee KOBAYASHI)
* Status: Closed
* Priority: Normal
* ruby -v: ruby 3.0.0p0 (2020-12-25 revision 95aff21468) [x86_64-linux]
* Backport: 2.5: DONTNEED, 2.6: DONTNEED, 2.7: DONTNEED, 3.0: REQUIRED
----------------------------------------
In `include/ruby/internal/stdalign.h`, the line
```
#elif RBIMPL_HAS_ATTRIBUTE(aliged)
```
should be as
```
#elif RBIMPL_HAS_ATTRIBUTE(aligned)
```

The impact of this typo on the real world is unknown.

---Files--------------------------------
ruby-stdalign_h-typo.patch (333 Bytes)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [ruby-core:102344] [Ruby master Bug#17522] A typo in `include/ruby/internal/stdalign.h`
  2021-01-09  1:47 [ruby-core:101988] [Ruby master Bug#17522] A typo in `include/ruby/internal/stdalign.h` xtkoba+ruby
  2021-01-09  4:47 ` [ruby-core:101990] " nobu
@ 2021-02-01  9:22 ` naruse
  1 sibling, 0 replies; 3+ messages in thread
From: naruse @ 2021-02-01  9:22 UTC (permalink / raw)
  To: ruby-core

Issue #17522 has been updated by naruse (Yui NARUSE).

Backport changed from 2.5: DONTNEED, 2.6: DONTNEED, 2.7: DONTNEED, 3.0: REQUIRED to 2.5: DONTNEED, 2.6: DONTNEED, 2.7: DONTNEED, 3.0: DONE

ruby_3_0 98ca667b9835fed7709ef192eac966aca98bf50d.

----------------------------------------
Bug #17522: A typo in `include/ruby/internal/stdalign.h`
https://bugs.ruby-lang.org/issues/17522#change-90204

* Author: xtkoba (Tee KOBAYASHI)
* Status: Closed
* Priority: Normal
* ruby -v: ruby 3.0.0p0 (2020-12-25 revision 95aff21468) [x86_64-linux]
* Backport: 2.5: DONTNEED, 2.6: DONTNEED, 2.7: DONTNEED, 3.0: DONE
----------------------------------------
In `include/ruby/internal/stdalign.h`, the line
```
#elif RBIMPL_HAS_ATTRIBUTE(aliged)
```
should be as
```
#elif RBIMPL_HAS_ATTRIBUTE(aligned)
```

The impact of this typo on the real world is unknown.

---Files--------------------------------
ruby-stdalign_h-typo.patch (333 Bytes)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-02-01  9:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-09  1:47 [ruby-core:101988] [Ruby master Bug#17522] A typo in `include/ruby/internal/stdalign.h` xtkoba+ruby
2021-01-09  4:47 ` [ruby-core:101990] " nobu
2021-02-01  9:22 ` [ruby-core:102344] " naruse

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).