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

feat(demangle): Update swift demangler to 5.3 #282

Merged
merged 3 commits into from
Oct 19, 2020
Merged

Conversation

Swatinem
Copy link
Member

No description provided.

@Swatinem Swatinem requested a review from a team October 19, 2020 11:33
@@ -104,7 +104,7 @@ def main():

print("> Cleaning up previous import")
for entry in os.listdir(vendor_dir):
if os.path.isdir(entry):
if os.path.isdir(entry) and not workspace_dir.startswith(os.path.join(vendor_dir, entry)):
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

guess what happened, lol…

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, yeah. You shouldn't check out swift inside of this folder, but I guess there's no harm in doing so.

@@ -104,7 +104,7 @@ def main():

print("> Cleaning up previous import")
for entry in os.listdir(vendor_dir):
if os.path.isdir(entry):
if os.path.isdir(entry) and not workspace_dir.startswith(os.path.join(vendor_dir, entry)):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, yeah. You shouldn't check out swift inside of this folder, but I guess there's no harm in doing so.

@Swatinem Swatinem merged commit 390e3c7 into master Oct 19, 2020
@Swatinem Swatinem deleted the ref/swift-bump branch October 19, 2020 13:41
jan-auer added a commit that referenced this pull request Nov 17, 2020
* master: (22 commits)
  fix(debuginfo): Update dmsort to 1.0.1 to avoid panic due to UB (#287)
  ci: Use GHA instead of zeus (#286)
  ref: Introduce explicit NameMangling and better DemangleOptions (#275)
  meta: Bump all semver-major dependencies (#283)
  feat(demangle): Update swift demangler to 5.3 (#282)
  ref: Add File/FunctionIterator and lifetimes to DebugSession (#279)
  fix: Implement new clippy advice (#280)
  fix: Add a SymbolIterator and Lifetimes to ObjectLike trait (#277)
  ci: Switch to GitHub Actions (#273)
  ref: Introduce feature flags for demangling languages (#274)
  ref(common): Change InstructionInfo setters to Option (#272)
  ref: Remove all deprecated items (#271)
  ref: Replace failure with std::error::Error (#264)
  ref: Remove deprecated proguard support (#267)
  build: Reorganize the workspace (#266)
  build(unreal): Rename with-serde to serde (#265)
  fix(debuginfo): Detect mangled anonymous namespaces in PDB inlinees (#261)
  release: 7.5.0
  meta: Update changelog for 7.5.0
  feat: Unsafe transmute for PDB symbols (#258)
  ...
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.

None yet

2 participants