Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / uniphil/results issues and pull requests

#97 - Question: How do I return in my function scope from inside of a match arm?

Issue - State: closed - Opened by phrohdoh over 7 years ago - 2 comments

#96 - Throw `new Error(msg)` for expect

Pull Request - State: closed - Opened by uniphil almost 8 years ago - 1 comment
Labels: enhancement

#95 - Add regression test for date instance equality

Pull Request - State: closed - Opened by uniphil almost 8 years ago
Labels: enhancement

#94 - Implement Maybe.prototype.filter

Pull Request - State: closed - Opened by uniphil almost 8 years ago - 1 comment
Labels: enhancement

#93 - maybe kill the unwrapping constructor thing

Issue - State: closed - Opened by uniphil about 8 years ago - 2 comments
Labels: question

#92 - Maybe.prototype.expect should take a string, not err

Issue - State: closed - Opened by uniphil over 8 years ago
Labels: enhancement

#91 - Change Union(members, blah, blah blah blah) to Union(members, options)

Issue - State: closed - Opened by uniphil over 8 years ago - 1 comment
Labels: enhancement

#90 - Expose options

Pull Request - State: closed - Opened by uniphil over 8 years ago
Labels: enhancement

#89 - `options` should be exposted on the union

Issue - State: closed - Opened by uniphil over 8 years ago
Labels: enhancement

#88 - Unwrapping constructor gets weird

Issue - State: closed - Opened by uniphil over 8 years ago - 1 comment

#87 - Consider adding Maybe.prototype.filter

Issue - State: closed - Opened by uniphil over 8 years ago - 2 comments

#86 - Version 13: Dev UX edition

Pull Request - State: closed - Opened by uniphil over 8 years ago
Labels: enhancement

#85 - calling `match` on a non-member option should give better debug info

Issue - State: closed - Opened by uniphil over 8 years ago
Labels: enhancement

#84 - drop the UnionError custom error type

Issue - State: closed - Opened by uniphil over 8 years ago
Labels: enhancement

#83 - Missing (!a || !b) in _equals

Issue - State: closed - Opened by uniphil over 8 years ago - 3 comments
Labels: bug

#82 - Use Union.isUnion(x) instead of instanceOf

Issue - State: closed - Opened by uniphil over 8 years ago - 1 comment
Labels: enhancement

#81 - Consider supporting a promise-like 2-arg form of .andThen

Issue - State: closed - Opened by uniphil over 8 years ago - 2 comments
Labels: enhancement, question

#80 - Dont flatten arrays

Pull Request - State: closed - Opened by uniphil over 8 years ago
Labels: bug

#79 - Maybe.all and Result.all flatten arrays in Somes and Oks

Issue - State: closed - Opened by uniphil over 8 years ago - 1 comment
Labels: bug

#78 - Consider only allowing one payload

Issue - State: closed - Opened by uniphil over 8 years ago
Labels: enhancement

#77 - Fix UnionError constructor

Pull Request - State: closed - Opened by uniphil over 8 years ago
Labels: bug

#76 - UnionError fails `instanceof Error`

Issue - State: closed - Opened by uniphil over 8 years ago
Labels: bug

#75 - Equals patch

Pull Request - State: closed - Opened by uniphil over 8 years ago
Labels: bug

#74 - `.equals` can recurse infinitely if `other` implements `.equals`

Issue - State: closed - Opened by uniphil over 8 years ago
Labels: bug

#73 - equals breaks on date instances?

Issue - State: closed - Opened by uniphil over 8 years ago
Labels: bug, wontfix

#72 - Not being able to say `OptionA|OptionB: () => ...` in .match sucks

Issue - State: closed - Opened by uniphil almost 9 years ago - 1 comment

#71 - Consider removing Result and Maybe's .and and .or methods

Issue - State: closed - Opened by uniphil almost 9 years ago - 1 comment

#70 - Move changelog to its own file

Pull Request - State: closed - Opened by uniphil almost 9 years ago

#69 - Apply payloads to catch-all handler

Pull Request - State: closed - Opened by uniphil almost 9 years ago

#68 - Add missing expect from Result

Pull Request - State: closed - Opened by uniphil almost 9 years ago

#67 - Fix Result's unwrap

Pull Request - State: closed - Opened by uniphil almost 9 years ago

#66 - Remove deprecated _ symbol

Pull Request - State: closed - Opened by uniphil almost 9 years ago

#65 - Maybe.nan

Pull Request - State: closed - Opened by uniphil almost 9 years ago

#64 - Remove deprecated _ symbol export

Issue - State: closed - Opened by uniphil almost 9 years ago - 1 comment

#63 - Result.unwrap() should throw Err's payload, not a UnionError

Issue - State: closed - Opened by uniphil almost 9 years ago - 1 comment
Labels: bug, enhancement

#62 - Immutable compatibility

Pull Request - State: closed - Opened by uniphil almost 9 years ago
Labels: enhancement

#61 - Add missing `expect` method to Result

Issue - State: closed - Opened by uniphil almost 9 years ago - 1 comment

#60 - Expose a friendly way to have an unwrapping constructor

Issue - State: closed - Opened by uniphil almost 9 years ago - 1 comment

#59 - Immutable-ish name and payload

Issue - State: closed - Opened by uniphil almost 9 years ago - 1 comment

#58 - Apply params to the _ callback, not the instance.

Issue - State: closed - Opened by uniphil almost 9 years ago - 1 comment

#57 - Add .errOr and .ifErr static methods to Result

Issue - State: closed - Opened by uniphil almost 9 years ago - 2 comments
Labels: enhancement

#56 - Does not play nice with ImmutableJS

Issue - State: closed - Opened by uniphil almost 9 years ago - 2 comments
Labels: enhancement

#55 - Add attribution and jsdoc for custom error

Pull Request - State: closed - Opened by uniphil almost 9 years ago

#54 - Throw a custom error type

Pull Request - State: closed - Opened by uniphil almost 9 years ago

#53 - Revert _ to a literal/string instead of symbol

Pull Request - State: closed - Opened by uniphil almost 9 years ago

#52 - Nicer match error

Pull Request - State: closed - Opened by uniphil almost 9 years ago

#51 - Maybe.undefined and Maybe.null

Pull Request - State: closed - Opened by uniphil almost 9 years ago

#50 - Add a Maybe.undefined

Issue - State: closed - Opened by uniphil almost 9 years ago

#49 - Result.try

Pull Request - State: closed - Opened by uniphil almost 9 years ago

#47 - consider adding .typeEquals proto

Issue - State: closed - Opened by uniphil almost 9 years ago - 1 comment

#46 - Improve error message when a value in `.match` is not a function

Issue - State: closed - Opened by uniphil almost 9 years ago
Labels: enhancement

#45 - Consider catching errors in `.andThen` and `.orElse`

Issue - State: closed - Opened by uniphil almost 9 years ago - 2 comments

#44 - Consider adding `Result.try(throwingFn)`

Issue - State: closed - Opened by uniphil almost 9 years ago

#43 - Throw a custom error type

Issue - State: closed - Opened by uniphil almost 9 years ago

#42 - Result.Ok() and Maybe.Some() promote instead of transform

Pull Request - State: closed - Opened by uniphil almost 9 years ago

#41 - Refactor match into a Union static method

Pull Request - State: closed - Opened by uniphil almost 9 years ago

#40 - Rewrite the readme

Pull Request - State: closed - Opened by uniphil almost 9 years ago
Labels: documentation

#39 - Can we add something like the try! macro from rust?

Issue - State: closed - Opened by uniphil almost 9 years ago - 4 comments
Labels: enhancement

#38 - Consider options for Symbol instead of strings for `match` keys

Issue - State: closed - Opened by uniphil almost 9 years ago - 1 comment

#37 - Document the API in the readme

Issue - State: closed - Opened by uniphil almost 9 years ago - 1 comment
Labels: documentation

#36 - Catch-all key (_) as a symbol

Pull Request - State: closed - Opened by uniphil almost 9 years ago

#35 - Use es6 features

Pull Request - State: closed - Opened by uniphil almost 9 years ago

#34 - Drop typescript

Pull Request - State: closed - Opened by uniphil almost 9 years ago

#33 - Promise compatibility APIs

Pull Request - State: closed - Opened by uniphil almost 9 years ago

#32 - toString

Pull Request - State: closed - Opened by uniphil almost 9 years ago

#31 - Promote

Pull Request - State: closed - Opened by uniphil almost 9 years ago - 1 comment

#30 - add .toString

Issue - State: closed - Opened by uniphil almost 9 years ago - 1 comment
Labels: enhancement

#29 - Api cleanup

Pull Request - State: closed - Opened by uniphil almost 9 years ago

#28 - clean up API

Issue - State: closed - Opened by uniphil almost 9 years ago - 1 comment

#27 - .orElse's callback should get the err as a param

Issue - State: closed - Opened by uniphil almost 9 years ago - 1 comment
Labels: bug

#26 - Add .toPromise to Result

Issue - State: closed - Opened by uniphil almost 9 years ago - 1 comment

#25 - Result and Maybe protos: auto-promote raw values to Ok/Some in some places

Issue - State: closed - Opened by uniphil almost 9 years ago - 1 comment

#24 - Release 0.6

Issue - State: closed - Opened by uniphil almost 9 years ago - 1 comment

#23 - Throw invalid match keys

Pull Request - State: closed - Opened by uniphil almost 9 years ago

#22 - Test in more nodes

Pull Request - State: closed - Opened by uniphil almost 9 years ago

#21 - test in node4

Issue - State: closed - Opened by uniphil almost 9 years ago - 1 comment

#20 - Use tsconfig.json

Pull Request - State: closed - Opened by uniphil almost 9 years ago

#19 - Upgrade gulp-typescript (and so also typescript) to latest

Pull Request - State: closed - Opened by uniphil almost 9 years ago

#18 - update typescript version

Issue - State: closed - Opened by uniphil almost 9 years ago - 1 comment

#17 - Remove Maybe.take

Pull Request - State: closed - Opened by uniphil almost 9 years ago

#16 - Rename enum

Pull Request - State: closed - Opened by uniphil almost 9 years ago

#15 - Remove .take from Maybe and Result

Issue - State: closed - Opened by uniphil almost 9 years ago - 1 comment

#14 - rename Option => Maybe in the readme

Issue - State: closed - Opened by uniphil almost 9 years ago - 1 comment

#13 - use a tsconfig file for typescript conf

Issue - State: closed - Opened by uniphil almost 9 years ago - 1 comment

#12 - .all function (like Promise.all) for Result and Maybe

Pull Request - State: closed - Opened by uniphil almost 9 years ago

#11 - rename Enum

Issue - State: closed - Opened by uniphil almost 9 years ago - 1 comment

#10 - Throw regular Error objects instead of enums

Pull Request - State: closed - Opened by uniphil almost 9 years ago

#9 - Throw errors, not enum instances...

Issue - State: closed - Opened by uniphil almost 9 years ago - 1 comment

#8 - Rethink keys

Issue - State: closed - Opened by uniphil almost 9 years ago - 1 comment

#7 - .match should throw for invalid keys

Issue - State: closed - Opened by uniphil almost 9 years ago - 1 comment

#6 - Add Result.all(r1, r2, ...rn) function

Issue - State: closed - Opened by uniphil almost 9 years ago - 1 comment

#5 - enum typechecking

Issue - State: closed - Opened by uniphil almost 9 years ago - 1 comment

#4 - Create singleton enum options

Issue - State: closed - Opened by uniphil almost 9 years ago - 1 comment

#3 - Update deps

Pull Request - State: closed - Opened by uniphil almost 9 years ago

#2 - Typescript

Pull Request - State: closed - Opened by uniphil over 9 years ago

#1 - Generalized Enum

Pull Request - State: closed - Opened by uniphil over 9 years ago