Peter Blackson

Results 88 comments of Peter Blackson

This also happens when source equals target when moving or copying. Test case: ```rust #[test] fn it_move_work_same_path() { let test_dir = Path::new(TEST_FOLDER).join("it_move_work_same_path"); let path_to = test_dir.join("dir1"); let dir1 = (test_dir.join("dir1"),...

For comparison, the behavior of cp and mv: ``` $ LANG=C mv out/ . mv: 'out/' and './out' are the same file $ LANG=C mv out/ out/ mv: cannot move...

Firefox 45 / Arch Linux It doesn't happen in other browsers. Perhaps the double click event postpones mouse wheel events.

I disagree with this idea. It goes against the rule "There should be one-- and preferably only one --obvious way to do it." Are you sure users would want this?...

I recommend that you link directly to rich format like Rust contributors do: https://github.com/webdesus/fs_extra/blob/RFC-Simle-Test/rfc/simplify_tests.md

@nixpulvis Marpa translates a precedenced rule into multiple rules. Here's a design document for Kollos, Marpa's successor: https://github.com/jeffreykegler/kollos/blob/master/notes/design/precedenced.md Here's my code for this translation: https://github.com/pczarn/cfg/blob/master/src/precedence.rs I thought Iguana (a GLL...

I started working on the issue.

@tarcieri Okay, so you are close to getting a new implementation, but a migration from `core::arch` x86/x86_64 intrinsics to a portable `core::simd` will remain to be done?

Looks like `coresimd` is some internal utility, and not `core::simd`, so: * could you point me to the code for `coresimd`? * would it be better to give it a...

Ok, please update me when progress with #228 happens