Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/opal/opal

Ruby ♥︎ JavaScript
https://github.com/opal/opal

Fix the `--debug-source-map`

elia opened this pull request almost 2 years ago
Fix links in docs/compiler.md

vzvu3k6k opened this pull request about 2 years ago
Fix the handling of ARGV for the opal executable

elia opened this pull request about 2 years ago
Feature: CLI tool --no-headless option

hmdne opened this issue about 2 years ago
Prefork: output processed files in a correct, deterministic order

hmdne opened this pull request about 2 years ago
Fix rake dist not generating libraries correctly (CDN)

hmdne opened this pull request about 2 years ago
Bug: kwrestarg (**kwargs) doesn't support non-String (Symbol) keys

hmdne opened this issue about 2 years ago
Add safari runner, run specs by default on safari, macos

janbiedermann opened this pull request about 2 years ago
mspec_opal: Avoid lookbehind Regexp for compatibility with various javascript engines

janbiedermann opened this pull request about 2 years ago
Trick Safari/WebKit parser to execute code with literal lookbehind RegExp

janbiedermann opened this pull request about 2 years ago
Fix CLI file reading for macOS

elia opened this pull request about 2 years ago
Fix `--watch` ignoring some directories (e.g. `tmp`)

elia opened this pull request about 2 years ago
Platform specific spec filters

janbiedermann opened this pull request about 2 years ago
Run Firefox specs by default

janbiedermann opened this pull request about 2 years ago
Make Date/Time.parse on Firefox more compatible with Chrome and Ruby

janbiedermann opened this pull request about 2 years ago
Bug: Wrong order of (JS) requires with prefork

bwl21 opened this issue about 2 years ago
Bug: file paths not included in ARGV when using `-e`

elia opened this issue about 2 years ago
Privacy tracking

hmdne opened this pull request about 2 years ago
Compiler runner rework (--directory, ESM modules)

hmdne opened this pull request about 2 years ago
Ruby 3.2: Struct and Data part

hmdne opened this pull request about 2 years ago
Ruby 3.2 support branch

hmdne opened this pull request about 2 years ago
Optimize argument passing

hmdne opened this pull request about 2 years ago
Code duplication between chrome and firefox CDP runners

hmdne opened this issue about 2 years ago
bench&runners: Testing: Get runners dynamically, disable unavailable runners

hmdne opened this pull request about 2 years ago
bench&runners: Deno: MSpec: use a NodeJS formatter

hmdne opened this pull request about 2 years ago
Code duplication between stdlib/{nodejs,deno}/file.rb

hmdne opened this issue about 2 years ago
bench&runners: Preliminary support for Deno

hmdne opened this pull request about 2 years ago
bench&runners: Add Firefox runner, update Chrome runner, headless doc

hmdne opened this pull request about 2 years ago
bench&runners: Update chrome-remote-interface node modules

hmdne opened this pull request about 2 years ago
dist: Build also opal variants

hmdne opened this pull request about 2 years ago
Require an older version of Psych, due to CI failure

hmdne opened this pull request about 2 years ago
MSpec update

hmdne opened this pull request about 2 years ago
Compiler runner rework (mainly: --watch)

hmdne opened this pull request about 2 years ago
Remove throws from runtime

hmdne opened this pull request about 2 years ago
Support switch with closure tracking

hmdne opened this pull request about 2 years ago
Targeted patches for Opal-Parser

hmdne opened this pull request about 2 years ago
Replace all occurences of `'$'+name` with a cached helper

hmdne opened this pull request about 2 years ago
[experimental, 2.0] Compile every method call using $send

hmdne opened this pull request about 2 years ago
Fix builder.dup

hmdne opened this pull request about 2 years ago
Mark async/await as non-experimental; improve docs

hmdne opened this pull request about 2 years ago
Reminder: update top level 'source-map' used by linter

janbiedermann opened this issue about 2 years ago
Limit the number of retries when getting zlib errors

elia opened this pull request about 2 years ago
Make opal CLI tool work again with pipes

hmdne opened this pull request about 2 years ago
Fix compilation of a call: `gets&.chomp`

hmdne opened this pull request about 2 years ago
Fix ruby-head runner

hmdne opened this pull request about 2 years ago
RSpec update: Fix smoke test

hmdne opened this pull request about 2 years ago
Add Opal::BuilderProcessors::RubyERBProcessor

hmdne opened this pull request about 2 years ago
Prefork: Better interoperation with socketry/async

hmdne opened this pull request about 2 years ago
Fix a problem with assigning Module to a constant after freezing

hmdne opened this pull request about 2 years ago
Bug: opal-repl with Chrome runner stopped working

hmdne opened this issue about 2 years ago
Check zlib potential infinite loop

elia opened this issue about 2 years ago
Improve block performance for even more cases

janbiedermann opened this pull request about 2 years ago
Update rake:bench and add more runners

janbiedermann opened this pull request about 2 years ago
Fix specs on Windows

janbiedermann opened this pull request about 2 years ago
Fix await_encountered error for complex begin in top node

hmdne opened this pull request about 2 years ago
Fix performance:compare asset size calculation

janbiedermann opened this pull request about 2 years ago
[experimental] failed attempt to reduce performance variation

janbiedermann opened this pull request about 2 years ago
Fix "undefined method source_map for nil"

janbiedermann opened this pull request about 2 years ago
Benchmarks require string/unpack

janbiedermann opened this pull request about 2 years ago
Eliminate var constructor in allocate_class, seems redundant

janbiedermann opened this pull request about 2 years ago
Ensure UTF8 encoding of sourcesContent of SourceMaps

janbiedermann opened this pull request about 2 years ago
Bug: opal -c with stdin stopped working

hmdne opened this issue about 2 years ago
#freeze and #frozen?

janbiedermann opened this pull request about 2 years ago
FrozenError#receiver

janbiedermann opened this pull request over 2 years ago
Hash#freeze

janbiedermann opened this pull request over 2 years ago
ESM import & export

hmdne opened this pull request over 2 years ago
[wip] Compiler optimizations

hmdne opened this pull request over 2 years ago
Add a magic comment to mark every method defined in a file as pristine

elia opened this pull request over 2 years ago
Bug: binding.irb bugs

hmdne opened this issue over 2 years ago
Compile JS.import to some form of ESM support

elia opened this issue over 2 years ago
Exit REPL respecting the exit status number

janbiedermann opened this pull request almost 3 years ago
Converge Opal's stdlib/buffer and Ruby 3.1 IO::Buffer

elia opened this issue almost 3 years ago
DCE for methods

elia opened this pull request about 3 years ago
resolves #2348 preserve UNC path prefix on File#join (Node.js impl)

ggrossetie opened this pull request about 3 years ago
Fix opalopal <<~END support.

hmdne opened this pull request about 3 years ago
Closure tracking

hmdne opened this pull request about 3 years ago
Stop interpreting falsey values as a missing constant in `Module#const_get`

hmdne opened this pull request about 3 years ago
Do not modify `$~` when calling `String#scan` from internal methods

hmdne opened this pull request about 3 years ago
Update documentation

hmdne opened this pull request about 3 years ago
Fix IO#gets

hmdne opened this pull request about 3 years ago
Raise an error if not a string is passed to __send__

hmdne opened this pull request about 3 years ago
Firefox has call-stack issues with source-maps

zw963 opened this issue over 3 years ago
Bug: Object Id is not being returned

abhirampai opened this issue over 3 years ago
Bug: Opal follows Ruby <=2.6 rules regarding **kwargs

hmdne opened this issue over 3 years ago
Roadmap proposal for Opal v2

hmdne opened this issue over 3 years ago
The Bignum experiment

hmdne opened this pull request over 3 years ago
Benchmark support broke after submodules update

hmdne opened this issue about 4 years ago
Define properties as Symbol

ggrossetie opened this pull request about 4 years ago
Define properties as Symbol instead of String to avoid conflicts

ggrossetie opened this issue about 4 years ago
Return inside attribution

daniel-sousa-me opened this issue about 4 years ago
Opal should use import statement instead of require

ggrossetie opened this issue over 4 years ago
gsub with a Regexp overrides the implicit local variables

ggrossetie opened this issue almost 6 years ago
Remove polyfills for atob/btoa

elia opened this pull request over 6 years ago
`foo(**args)` raises error when args is empty

yhara opened this issue over 6 years ago
Broken constant lookup in eval("string")

iliabylich opened this issue about 7 years ago