ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
From: naruse@airemix.jp
To: ruby-core@ruby-lang.org
Subject: [ruby-core:102344] [Ruby master Bug#17522] A typo in `include/ruby/internal/stdalign.h`
Date: Mon, 01 Feb 2021 09:22:58 +0000 (UTC)	[thread overview]
Message-ID: <redmine.journal-90204.20210201092257.48178@ruby-lang.org> (raw)
In-Reply-To: redmine.issue-17522.20210109014744.48178@ruby-lang.org

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/

      parent reply	other threads:[~2021-02-01  9:23 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.ruby-lang.org/en/community/mailing-lists/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=redmine.journal-90204.20210201092257.48178@ruby-lang.org \
    --to=ruby-core@ruby-lang.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).