Skip to content
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

Removed negative lookbehind (fixes #1088). #1090

Merged
merged 1 commit into from
Feb 15, 2022

Conversation

radekmie
Copy link
Contributor

@radekmie radekmie commented Feb 15, 2022

In this PR, I've removed the negative lookbehind introduced in #1086.

EDIT: I've checked on iOS, iPadOS, and MacOS - everything works as expected.

@radekmie radekmie added the Type: Bug Bug reports and their fixes label Feb 15, 2022
@radekmie radekmie requested a review from wadamek65 February 15, 2022 10:45
@radekmie radekmie added this to the v3.8 milestone Feb 15, 2022
@radekmie radekmie linked an issue Feb 15, 2022 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Feb 15, 2022

Codecov Report

Merging #1090 (1bdd34c) into master (dbd09e1) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1090   +/-   ##
=======================================
  Coverage   98.61%   98.61%           
=======================================
  Files         203      203           
  Lines        3241     3241           
  Branches      838      838           
=======================================
  Hits         3196     3196           
  Partials       45       45           
Impacted Files Coverage Δ
packages/uniforms/src/joinName.ts 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update dbd09e1...1bdd34c. Read the comment docs.

@radekmie radekmie merged commit 21c05c4 into master Feb 15, 2022
@radekmie radekmie deleted the removed-negative-lookbehind branch February 15, 2022 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Bug reports and their fixes
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

[V3.8] - Package uniforms-bridge-json-schema regex problem on safari
2 participants