Alphare added inline comments.

INLINE COMMENTS

> martinvonz wrote in files.rs:366
> Can the test method be annotated so it's only run on unix?

Yes, but I think we need to have a more general chat about this subject. A 
non-negligible number of `hg-core`'s features do not work under non-UNIX 
systems. Our module policy system does not have the fine-grained control needed 
to map for a more complexe set of `features` (in Cargo terms). I think the more 
reasonable option right now is to have a compilation failure. Maybe we should 
have a big gated `compile_error!` at the top of `lib.rs` to inform users that 
there is work to be done to be cross-platform?

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D7871/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D7871

To: Alphare, #hg-reviewers, kevincox, martinvonz
Cc: martinvonz, durin42, kevincox, mercurial-devel
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to