Commit Graph
128 Commits
Author SHA1 Message Date
Roy Ivy III 9ada33368f docs/spell ~ configure VSCode cSpell 0.0.4-canary 2020-05-27 16:56:21 -05:00
Roy Ivy III 7dbfe0ee81 refactor macro variable names 2020-05-27 16:54:21 -05:00
Roy Ivy III a5d55167d0 docs ~ polish/update commentary and copyrights 2020-05-27 16:54:21 -05:00
Roy Ivy III 9ed05ab513 docs/spell ~ spell-check and addition of exceptions 2020-05-27 16:54:21 -05:00
Roy Ivy III 9d3e655499 docs/polish ~ remove outdated commentary 2020-05-27 12:20:43 -05:00
Roy Ivy III 6b7e1cd298 0.0.4 0.0.4 2020-05-27 11:12:24 -05:00
Roy Ivy III f056536bdb fix 'edition=2018' module import errors 2020-05-27 11:12:24 -05:00
Roy Ivy III 629faf94fc change ~ use crate configuration 'edition=2018' 2020-05-27 11:12:24 -05:00
Roy Ivy III aa9b4c2234 docs ~ update meta information 2020-05-27 11:12:24 -05:00
Roy Ivy III 99230d28fe change/API! ~ new_coreopts!() => app!() 2020-05-27 11:12:13 -05:00
Roy Ivy III ba1ca56046 change/API! ~ disp_err!() => show_usage_error!() 2020-05-27 00:37:13 -05:00
Roy Ivy III 78b508c3d7 0.0.3 0.0.3 2020-05-23 22:13:13 -05:00
Roy Ivy III 1929411abd fix cargo clippy warning (no_effect) 2020-05-23 22:13:13 -05:00
Roy Ivy III 6b4406c4d1 change/uucore_procs ~ add work-around for attribute/macro name collision during testing
- proc_macro "main" collides with attribute "#[main]" during testing (for rust < v1.38.0; fixed in v1.38.0+)
- ref: GH:rust-lang/rust#62127
2020-05-23 22:13:13 -05:00
Roy Ivy III 08937d6beb update deps (Cargo.toml); MinSRV == v1.31.0 2020-05-23 21:11:56 -05:00
Roy Ivy III b656ebc7d2 build/uucore_procs ~ fix proc_dbg!() for MinSRV of v1.31.0 2020-05-23 20:57:47 -05:00
Roy Ivy III 4ec21984c2 docs/build ~ polish crate meta-information (uucore_procs) 2020-05-23 18:53:56 -05:00
Roy Ivy III d8b172dd9a docs/build ~ polish descriptions and crate meta-information in Cargo.toml 2020-05-23 18:53:56 -05:00
Roy Ivy III 694474161d build/uucore_procs ~ add debugging statements 2020-05-23 18:53:56 -05:00
Roy Ivy III 05f2a3fd8b build/uucore_procs ~ add/improve debug infrastructure
- add proc_dbg! macro
- use debug feature to trigger debug traits for the syn crate
2020-05-23 18:53:56 -05:00
Roy Ivy III ad75d06ce6 docs/uucore_macros ~ improve commentary/documentation 2020-05-23 18:53:56 -05:00
Roy Ivy III 8c0959e367 change ~ use updated SIGPIPE in procs 2020-05-23 18:53:56 -05:00
Roy Ivy III 735aacdeec change ~ add proc-macros module (uucore_procs) with uucore_procs::main()
- `uucore_procs::main!(UUTIL_NAME)` allows simple, consistent instantiation of `main()` for uutils
2020-05-23 18:53:56 -05:00
Roy Ivy III e41b414800 change ~ improve naming and documentation of default SIGPIPE handling 2020-05-23 18:53:56 -05:00
Roy Ivy III d4aa2a40bf change ~ reorganize code layout/structure 2020-05-23 18:53:52 -05:00