Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
Civet
Develop and maintain the Civet programming language.
Collective -
Host: opensource -
https://opencollective.com/civet
- Website: https://civet.dev
- Code: https://github.com/DanielXMoore/Civet
`try ... else` blocks
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Declaration inside unless/until adds declaration after block
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Fix preprocessing of declaration conditions
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Allow EmptyStatement in ClassBody
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
`<` is weirdly sensitive to being less-than or extends in SAFE
github.com/DanielXMoore/Civet - bbrk24 opened this issue 8 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue 8 months ago
`&` is not compiled to `$ => $` in specific contexts
github.com/DanielXMoore/Civet - bbrk24 opened this issue 8 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue 8 months ago
Stray semicolon in class body causes ParseError
github.com/DanielXMoore/Civet - bbrk24 opened this issue 8 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue 8 months ago
comptime else blocks, else refactor
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Avoid expressionizing statements in fat arrow functions
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Use context's globals instead of serializing there
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
eslint: comptime for version, assert instead of with
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
`throws` can specify exception; ParseErrors type; bug fixes
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Don't emit newlines before block prefixes
github.com/DanielXMoore/Civet - bbrk24 opened this pull request 8 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this pull request 8 months ago
Better require error messages in comptime
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
CLI avoid errors when output pipe gets closed
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Duplicate helpers in comptime blocks
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Avoid implicit return when block guarantees exit
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Add LSP warning about using dev Civet
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Improve log feedback in VSCode plugin
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Use `is like` in some cases
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Detect Error nodes in inlineMap mode
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
`--inline-map` suppresses comptime serialization errors
github.com/DanielXMoore/Civet - bbrk24 opened this issue 8 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue 8 months ago
`(is like ...)` section, document `is not like`
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Fix handling of empty arrays and objects in patterns
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Empty array matching still broken
github.com/DanielXMoore/Civet - edemaine opened this issue 8 months ago
github.com/DanielXMoore/Civet - edemaine opened this issue 8 months ago
Pattern matching fixes
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
"is like" pattern matching operator
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Handle property descriptors (incl. getters/setters) in comptime
github.com/DanielXMoore/Civet - bbrk24 opened this pull request 8 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this pull request 8 months ago
Comptime function properties
github.com/DanielXMoore/Civet - bbrk24 opened this pull request 8 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this pull request 8 months ago
Top-level `comptime` block is always `undefined` in the REPL
github.com/DanielXMoore/Civet - bbrk24 opened this issue 8 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue 8 months ago
Comptime classes and generators
github.com/DanielXMoore/Civet - bbrk24 opened this pull request 8 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this pull request 8 months ago
Optional ?:: for coffeePrototype
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Comptime `Object.create null`
github.com/DanielXMoore/Civet - bbrk24 opened this pull request 8 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this pull request 8 months ago
Cannot optional-chain prototype
github.com/DanielXMoore/Civet - bbrk24 opened this issue 8 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue 8 months ago
Fix comptime negative zero
github.com/DanielXMoore/Civet - bbrk24 opened this pull request 8 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this pull request 8 months ago
Serialize typed arrays and well-known symbols
github.com/DanielXMoore/Civet - bbrk24 opened this pull request 8 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this pull request 8 months ago
Allow empty body in loops, if/else, do, comptime
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Async compile API with `comptime`, support `require` in `comptime`
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
`for own` doesn't work inside `comptime`
github.com/DanielXMoore/Civet - bbrk24 opened this issue 8 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue 8 months ago
Insert "function" into ES6 methods
github.com/DanielXMoore/Civet - bbrk24 opened this pull request 8 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this pull request 8 months ago
Faster and robust config searching via `readdir` instead of `opendir`
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
`comptime` object literal with ES6 method generates invalid JS
github.com/DanielXMoore/Civet - bbrk24 opened this issue 8 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue 8 months ago
First version of comptime (synchronous, no outer scope)
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Brace block improvements, including `&` statements
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Upgrade CI to Node.js 20
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Limit & to return/yield; support indented yield argument
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
`&` doesn't always work in `if` statement
github.com/DanielXMoore/Civet - bbrk24 opened this issue 8 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue 8 months ago
Fix & in applied (operator)
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Assignment operator sections
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
`&` does not work in indented operator application
github.com/DanielXMoore/Civet - bbrk24 opened this issue 8 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue 8 months ago
Pipeline unwrapping should add refs
github.com/DanielXMoore/Civet - edemaine opened this issue 8 months ago
github.com/DanielXMoore/Civet - edemaine opened this issue 8 months ago
Keep `new` inside partial function
github.com/DanielXMoore/Civet - STRd6 opened this pull request 8 months ago
github.com/DanielXMoore/Civet - STRd6 opened this pull request 8 months ago
Improve ASI algorithm
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
ASI fails before symbol-typed property
github.com/DanielXMoore/Civet - bbrk24 opened this issue 8 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue 8 months ago
Trailing pipe or property access should expressionize statement
github.com/DanielXMoore/Civet - edemaine opened this issue 8 months ago
github.com/DanielXMoore/Civet - edemaine opened this issue 8 months ago
Pipe assignment to index
github.com/DanielXMoore/Civet - STRd6 opened this pull request 8 months ago
github.com/DanielXMoore/Civet - STRd6 opened this pull request 8 months ago
`::#` type with `coffeePrototype`
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Infinite loop detection and no return
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Remove old experimental coffee2civet and add bun-civet to ignored coverage
github.com/DanielXMoore/Civet - STRd6 opened this pull request 9 months ago
github.com/DanielXMoore/Civet - STRd6 opened this pull request 9 months ago
Fix #1155 by consolidating trailing member access
github.com/DanielXMoore/Civet - STRd6 opened this pull request 9 months ago
github.com/DanielXMoore/Civet - STRd6 opened this pull request 9 months ago
`yield x; loop` has strange behavior
github.com/DanielXMoore/Civet - bbrk24 opened this issue 9 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue 9 months ago
Eliminating `return` after `loop` in some cases
github.com/DanielXMoore/Civet - bbrk24 opened this issue 9 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue 9 months ago
`::#` doesn't work in type position
github.com/DanielXMoore/Civet - bbrk24 opened this issue 9 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue 9 months ago
New ampersand proposal (#1070)
github.com/DanielXMoore/Civet - edemaine opened this pull request 9 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 9 months ago
Deep `....`rest operator
github.com/DanielXMoore/Civet - danielbayley opened this issue 9 months ago
github.com/DanielXMoore/Civet - danielbayley opened this issue 9 months ago
Preserve Vite's default extensions
github.com/DanielXMoore/Civet - edemaine opened this pull request 9 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 9 months ago
Simplify quoteString for code coverage
github.com/DanielXMoore/Civet - STRd6 opened this pull request 9 months ago
github.com/DanielXMoore/Civet - STRd6 opened this pull request 9 months ago
Negative index access fails on its own line
github.com/DanielXMoore/Civet - edemaine opened this issue 9 months ago
github.com/DanielXMoore/Civet - edemaine opened this issue 9 months ago
Fix unary negated literal with unary post
github.com/DanielXMoore/Civet - STRd6 opened this pull request 9 months ago
github.com/DanielXMoore/Civet - STRd6 opened this pull request 9 months ago
Astro integration based on Vite plugin
github.com/DanielXMoore/Civet - edemaine opened this pull request 9 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 9 months ago
Partial application placeholders
github.com/DanielXMoore/Civet - STRd6 opened this pull request 9 months ago
github.com/DanielXMoore/Civet - STRd6 opened this pull request 9 months ago
"try coalescing" / catch operator
github.com/DanielXMoore/Civet - bbrk24 opened this issue 9 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue 9 months ago
Infinite range `[x..]`
github.com/DanielXMoore/Civet - edemaine opened this pull request 9 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 9 months ago
Pattern matching in condition with literals generates incorrect code
github.com/DanielXMoore/Civet - edemaine opened this issue 9 months ago
github.com/DanielXMoore/Civet - edemaine opened this issue 9 months ago
Fix relational chains
github.com/DanielXMoore/Civet - edemaine opened this pull request 9 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 9 months ago
Bump vite from 4.5.1 to 4.5.3
github.com/DanielXMoore/Civet - dependabot[bot] opened this pull request 9 months ago
github.com/DanielXMoore/Civet - dependabot[bot] opened this pull request 9 months ago
Add missing unary numeric and undefined pin patterns in `switch` (#1043)
github.com/DanielXMoore/Civet - STRd6 opened this pull request 9 months ago
github.com/DanielXMoore/Civet - STRd6 opened this pull request 9 months ago
Fix ASI bug caused by unstructured blockPrefix
github.com/DanielXMoore/Civet - edemaine opened this pull request 9 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 9 months ago
Late arrow functions like late assignments
github.com/DanielXMoore/Civet - edemaine opened this pull request 9 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 9 months ago
Missing insert return after pattern matching statement
github.com/DanielXMoore/Civet - edemaine opened this pull request 9 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 9 months ago
Nonnull checks in assignment conditions
github.com/DanielXMoore/Civet - edemaine opened this pull request 9 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 9 months ago
`[a, ..., b] = c` doesn't declare `ref`
github.com/DanielXMoore/Civet - edemaine opened this issue 9 months ago
github.com/DanielXMoore/Civet - edemaine opened this issue 9 months ago
Prevent `...` as array element in right-hand side
github.com/DanielXMoore/Civet - edemaine opened this pull request 9 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 9 months ago
Optional dot before `#`
github.com/DanielXMoore/Civet - edemaine opened this pull request 9 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 9 months ago
Don't treat double colon as colon
github.com/DanielXMoore/Civet - edemaine opened this pull request 9 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 9 months ago
ts-expect-error before assignment from for expression
github.com/DanielXMoore/Civet - bbrk24 opened this issue 9 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue 9 months ago
Hoist declarations out of async wrapper and other cleanup
github.com/DanielXMoore/Civet - edemaine opened this pull request 9 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 9 months ago
Empty spread invents identifier
github.com/DanielXMoore/Civet - bbrk24 opened this issue 9 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue 9 months ago
`if const` allows `?` in identifier
github.com/DanielXMoore/Civet - bbrk24 opened this issue 9 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue 9 months ago
Dynamic import declarations and expressions
github.com/DanielXMoore/Civet - edemaine opened this pull request 9 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 9 months ago