Giter VIP home page Giter VIP logo

r5.rs's People

Contributors

kimhyunkang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

r5.rs's Issues

tests fail: parser::test_parse_exponent


running 33 tests
test numeric::test_mul ... ok
test bigint_helper::float_disassemble_test ... ok
test parser::test_minus_ident ... ok
test parser::test_dots_ident ... ok
test parser::test_parse_bool ... ok
test parser::test_minus_num ... ok
test parser::test_parse_cons ... ok
test parser::test_parse_bracket ... ok
test parser::test_minus_rational ... ok
test parser::test_parse_char_list ... ok
test parser::test_parse_decimal_float_exp ... ok
test parser::test_parse_char ... ok
test parser::test_parse_complex ... ok
test parser::test_parse_dotted_number ... ok
test parser::test_parse_decimal_float ... ok
test parser::test_parse_exact_decimal_float_exp ... ok
test parser::test_parse_exact_decimal_float ... ok
test parser::test_parse_integral_float ... ok
test parser::test_parse_exponent ... FAILED
test parser::test_parse_list ... ok
test parser::test_parse_polar_complex ... ok
test parser::test_parse_quotation ... ok
test parser::test_parse_int ... ok
test parser::test_parse_plus ... ok
test parser::test_parse_rational_float ... ok
test parser::test_parse_ident ... ok
test parser::test_parse_icomplex ... ok
test parser::test_parse_rational ... ok
test parser::test_parse_space ... ok
test parser::test_parse_string ... ok
test parser::test_parse_vector ... ok
test parser::test_plus_ident ... ok
test real::from_rational_test ... ok

failures:

---- parser::test_parse_exponent stdout ----
        task 'parser::test_parse_exponent' failed at 'expected 1410065408, recei
ved 10000000000', C:\Users\chris\r5.rs\src\parser.rs:826



failures:
    parser::test_parse_exponent

test result: FAILED. 32 passed; 1 failed; 0 ignored; 0 measured

task '<main>' failed at 'Some tests failed', C:\bot\slave\nightly-win-32\build\s
rc\libtest\lib.rs:243

r5.rs to be brought up to 0.12 nightly syntax

I noticed most of the library as written in the earlier syntax and so these changes need to be made to build on the nightly (which is the formally recommended version to be developing in rust). I may fork and do this, if I can find some time. Thanks for the cool library!

cargo build issue on nightly 0.12...

$ cargo build
Compiling r5 v0.0.1 (file:///run/media/chris/Backups/chris/Projects/r5.rs)
/run/media/chris/Backups/chris/Projects/r5.rs/src/datum.rs:58:39: 58:40 error: obsolete syntax: subslice match syntax
/run/media/chris/Backups/chris/Projects/r5.rs/src/datum.rs:58 [ref head, .. ref tail] => {
^
note: instead of ..xs, write xs.. in a pattern
/run/media/chris/Backups/chris/Projects/r5.rs/src/datum.rs:85:28: 85:29 error: obsolete syntax: subslice match syntax
/run/media/chris/Backups/chris/Projects/r5.rs/src/datum.rs:85 [ref h, ..ref t] => Rc::new(LCons(h.clone(), LDatum::from_list(*t))),
^
error: aborting due to 2 previous errors
Could not compile r5.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.