Skip to content

Warn about bug #4044 in documentation until it gets fixed #443

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

Closed
wants to merge 1 commit into from

Conversation

rosenfeld
Copy link

The bug has been reported almost 3 years ago, so we may believe it could stand open for more time. Until it's fixed, users should be aware of it when willing to use the \W character class.

The bug has been reported almost 3 years ago, so we may believe it could stand open for more time. Until it's fixed, users should be aware of it when willing to use the \W character class.
@zzak zzak closed this in d265baf Nov 13, 2013
@rosenfeld
Copy link
Author

Thanks :)

mmasaki pushed a commit to mmasaki/ruby that referenced this pull request Nov 13, 2013
  duerst-san in [ruby-core:43612] [Fixes rubyGH-443] Patched by @rosenfeld
  ruby#443


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43657 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
tenderlove pushed a commit to tenderlove/ruby that referenced this pull request Jan 24, 2014
  duerst-san in [ruby-core:43612] [Fixes rubyGH-443] Patched by @rosenfeld
  ruby#443


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43657 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
hsbt pushed a commit that referenced this pull request Sep 25, 2020
ioquatix pushed a commit to ioquatix/ruby that referenced this pull request Sep 30, 2020
matzbot pushed a commit that referenced this pull request Aug 31, 2021
'y' and 'n' are kind of ambiguous.  Syck treated y and n literals in
YAML documents as strings.  But this is not what the YAML 1.1 spec says.
YAML 1.1 says they should be treated as booleans.  When we're dumping
documents, we know it's a string, so adding quotes will eliminate the
"ambiguity" in the emitted document

Fixes #443

ruby/psych@6a1c30634e
maximecb added a commit that referenced this pull request Aug 31, 2022
* Better b.cond usage on AArch64

When we're lowering a conditional jump, we previously had a bit of
a complicated setup where we could emit a conditional jump to skip
over a jump that was the next instruction, and then write out the
destination and use a branch register.

Now instead we use the b.cond instruction if our offset fits (not
common, but not unused either) and if it doesn't we write out an
inverse condition to jump past loading the destination and
branching directly.

* Added an inverse fn for Condition (#443)

Prevents the need to pass two params and potentially reduces errors.

Co-authored-by: Jimmy Miller <[email protected]>

Co-authored-by: Maxime Chevalier-Boisvert <[email protected]>
Co-authored-by: Jimmy Miller <[email protected]>
matzbot pushed a commit that referenced this pull request Jan 17, 2024
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.

1 participant