κeen

Results 70 issues of κeen

I want to use this great crate with hyper 0.10. I just applied [cargo outdated](https://github.com/kbknapp/cargo-outdated).

I expected `#[serde(flatten)]` does not change the behaviour of internal struct, but it changes. ```rust #[derive(Deserialize, Serialize, PartialEq, Debug)] struct Paginate { limit: u64, offset: u64, } #[derive(Deserialize, Serialize, PartialEq,...

Parsing (1-element) tuple structs into their inner type fail. ``` #[derive(Deserialize, Serialize, PartialEq, Debug)] struct UserId(u32); #[derive(Deserialize, Serialize, PartialEq, Debug)] struct Query { user_id: UserId, } fn main() { let...

This patch reinforces the CI to check some attached documents compile. By doing this, you can briefly confirm following facts: 1. satysfi and some of its library correctly work 2....

build

Idea: separate function-like, closure and function in type. Then type driven closure conversion ```sml val f: function-like = if xx then g: function else h: closure ``` ↓ ```sml val...

define `fun assert x = _externcall("js-ffi"."assert": (bool) -> unit)(x)` and use it in tests

The parser should accept multiple files and contain filename as metadata