Ecosyste.ms: Issues

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

GitHub / ReconfigureIO/goblin issues and pull requests

#58 - github CI jobs

Pull Request - State: open - Opened by Evgenus over 3 years ago - 2 comments

#57 - Added support for multiline types, ellipsis parameter and type switch

Pull Request - State: open - Opened by Evgenus over 3 years ago - 3 comments

#56 - golang -> JSON -> golang

Issue - State: open - Opened by liquidaty almost 4 years ago - 1 comment

#55 - Cannot handle `...arg`

Issue - State: open - Opened by frioux almost 4 years ago - 9 comments

#54 - Fix TypeAssert nil dereference bug

Pull Request - State: open - Opened by bagnalla almost 4 years ago

#53 - Add support for empty func definitions.

Pull Request - State: closed - Opened by joshbohde over 6 years ago

#52 - Create CODE_OF_CONDUCT.md

Pull Request - State: closed - Opened by joshbohde over 6 years ago - 1 comment

#51 - Fix a crash when encountering composite literals without a type.

Pull Request - State: closed - Opened by patrickt over 6 years ago - 1 comment

#50 - Use Perish() on parse errors.

Pull Request - State: closed - Opened by patrickt almost 7 years ago - 1 comment

#49 - use LLVM triples instead of just "linux"/"osx"

Pull Request - State: closed - Opened by patrickt almost 7 years ago - 1 comment

#48 - Add JSONified errors and a -panic option.

Pull Request - State: closed - Opened by patrickt about 7 years ago - 1 comment

#47 - Get macOS builds working from Travis.

Pull Request - State: closed - Opened by patrickt about 7 years ago - 2 comments

#46 - add GH auth-token

Pull Request - State: closed - Opened by patrickt about 7 years ago - 1 comment

#45 - Add an appveyor config.

Pull Request - State: closed - Opened by joshbohde about 7 years ago - 3 comments

#44 - Add position information to types.

Pull Request - State: closed - Opened by patrickt over 7 years ago - 1 comment

#43 - Add position information to statements, expressions, and declarations.

Pull Request - State: closed - Opened by patrickt over 7 years ago - 1 comment

#42 - Fix interface type dumping.

Pull Request - State: closed - Opened by patrickt over 7 years ago - 1 comment

#41 - Include imports in decls/fix consts and vars

Pull Request - State: closed - Opened by patrickt over 7 years ago - 2 comments

#40 - Parsing json back into ast

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

#39 - Add go fmt target to Makefile

Pull Request - State: closed - Opened by lanzafame over 7 years ago - 2 comments

#38 - `const` definitions with multiple assignments are parsed as separate declarations

Issue - State: closed - Opened by patrickt over 7 years ago - 8 comments

#37 - Add 'type' tag for binary expressions.

Pull Request - State: closed - Opened by patrickt over 7 years ago - 1 comment

#36 - Add codecov.io

Pull Request - State: closed - Opened by gliptak over 7 years ago - 1 comment

#35 - Add new syntax node for method declarations.

Pull Request - State: closed - Opened by patrickt over 7 years ago

#34 - Fix parentheses contained in types. (#33)

Pull Request - State: closed - Opened by patrickt over 7 years ago

#33 - Unrecognized type *ast.ParenExpr in expr-as-type

Issue - State: closed - Opened by joshbohde over 7 years ago - 1 comment

#32 - JSON schema

Issue - State: open - Opened by achudnov over 7 years ago - 4 comments

#31 - Wrap functions in arrays/dump all comments in a file

Pull Request - State: closed - Opened by patrickt over 7 years ago

#30 - Handle CommClauses in select statements [#27]

Pull Request - State: closed - Opened by patrickt over 7 years ago

#29 - Fix infinite for-loops [#28]

Pull Request - State: closed - Opened by patrickt over 7 years ago

#28 - Need to handle infinite for-loops correctly.

Issue - State: closed - Opened by patrickt over 7 years ago - 1 comment

#27 - Need to handle CommClauses in select statements.

Issue - State: closed - Opened by patrickt over 7 years ago

#26 - Fix qualified typenames.

Pull Request - State: closed - Opened by patrickt over 7 years ago

#25 - Remove reference from sample makefile.

Pull Request - State: closed - Opened by joshbohde over 7 years ago

#24 - Fix booleans in expression contexts [#16]

Pull Request - State: closed - Opened by patrickt over 7 years ago

#23 - Rewrite DumpType() into specific DumpTypeAlias() [#14]

Pull Request - State: closed - Opened by patrickt over 7 years ago

#22 - Fix crash in untyped top-level declarations.

Pull Request - State: closed - Opened by patrickt over 7 years ago

#21 - Travis badges, notifications, and releases

Pull Request - State: closed - Opened by joshbohde over 7 years ago

#20 - Fix bugs when casting to a compound type.

Pull Request - State: closed - Opened by patrickt over 7 years ago

#19 - Attempt to parse qualified names [#18]

Pull Request - State: closed - Opened by patrickt over 7 years ago - 1 comment

#18 - Institute heuristics to return a guess as to qualified names.

Issue - State: closed - Opened by patrickt over 7 years ago

#17 - Simple variable declarations have a stray expression in them

Issue - State: closed - Opened by patrickt over 7 years ago

#16 - Booleans in an expression context aren't correct

Issue - State: closed - Opened by patrickt over 7 years ago - 1 comment

#15 - Kill the hack associated with single arrays.

Issue - State: closed - Opened by patrickt over 7 years ago

#14 - DumpType() needs a rewrite

Issue - State: closed - Opened by patrickt over 7 years ago - 1 comment

#13 - correct case of ReconfigureIO as Go is PiCkY

Pull Request - State: closed - Opened by CampGareth over 7 years ago

#12 - see if removing the Jenkinsfile is enough to stop Jenkins builds

Pull Request - State: closed - Opened by patrickt over 7 years ago

#11 - Change organisation name from Nerabus to Reconfigure.io

Pull Request - State: closed - Opened by CampGareth over 7 years ago

#10 - Add expression and package fixtures. Bumps coverage to 35%.

Pull Request - State: closed - Opened by patrickt over 7 years ago

#9 - Add simple test for imaginary numbers

Pull Request - State: closed - Opened by patrickt over 7 years ago

#8 - Rewrite DumpExprAsType().

Pull Request - State: closed - Opened by patrickt over 7 years ago

#7 - Add a LICENSE, contributor guidelines, and command-line parsing.

Pull Request - State: closed - Opened by patrickt over 7 years ago - 1 comment

#6 - Handle ellipses, blocks, and imports correctly.

Pull Request - State: closed - Opened by patrickt over 7 years ago

#5 - Handle imports and blocks correctly.

Pull Request - State: closed - Opened by patrickt over 7 years ago

#4 - Parse continue/fallthrough/break/goto statements in greater detail.

Pull Request - State: closed - Opened by patrickt over 7 years ago

#3 - Properly classify expressions vs. types and formalize JSON output.

Pull Request - State: closed - Opened by patrickt over 7 years ago

#2 - Add inadvertently-elided DumpCall branch.

Pull Request - State: closed - Opened by patrickt over 7 years ago

#1 - Don't parse true, false, and iota as idents.

Pull Request - State: closed - Opened by patrickt over 7 years ago