Skip to content

Split out code common for all *nix platform#28

Merged
nbaksalyar merged 10 commits into
headcrab-rs:masterfrom
DeltaManiac:unix
Jul 24, 2020
Merged

Split out code common for all *nix platform#28
nbaksalyar merged 10 commits into
headcrab-rs:masterfrom
DeltaManiac:unix

Conversation

@DeltaManiac

@DeltaManiac DeltaManiac commented Jul 23, 2020

Copy link
Copy Markdown
Collaborator

Hi @nbaksalyar

Fixes #9

Changes

  • Moved the common code from linux to unix module
  • Added cirrus.yml to test for BSD (cargo build and cargo test) on Cirrus CI and it passes for FreeBSD12

Pending Tasks

  • Clean the commented code
  • Improve the doc Comments
  • Add Cirrus badge to ReadMe.md

Comment thread tests/readmem.rs Outdated

@nbaksalyar nbaksalyar left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This looks good, thank you! I left a small comment about pid.

Comment thread tests/readmem.rs Outdated
Comment thread src/target/unix.rs Outdated
Comment thread src/target/linux.rs Outdated

@nbaksalyar nbaksalyar left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thank you!

@nbaksalyar nbaksalyar merged commit 57c81d7 into headcrab-rs:master Jul 24, 2020
@DeltaManiac DeltaManiac deleted the unix branch August 13, 2020 13:16
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.

Split out code common for all *nix from the Linux target module

2 participants