Sha256: 148dff3eda9fb54c00bee4409702883e302646bf534fbb8b00735787195d40f3

Contents?: true

Size: 712 Bytes

Versions: 29

Compression:

Stored size: 712 Bytes

Contents

---
name: Bug report
about: Create a report to help us improve
title: 'Bug: '
labels: bug
assignees: ''

---

**Describe the bug**
<!-- A clear and concise description of what the bug is.
Please clarify if it's a missing feature. -->

Opal version: …


**To Reproduce**

<!--
Steps to reproduce the behavior. 

You can contrasting it to Ruby's behavior:

```
$ opal -v -e "puts 123"
123
```

```
$ruby -v -e "puts 123"
```

or show an error in the compiled code:

```
$ opal -v -e "puts 123" -cEO
…
/* Generated by Opal 1.1.1 */
(function(Opal) {
  var self = Opal.top, $nesting = [], nil = Opal.nil, $$$ = Opal.$$$, $$ = Opal.$$;

  Opal.add_stubs(['$puts']);
  return self.$puts(123)
})(Opal);
…
```
-->

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
opal-1.8.3.rc1 .github/ISSUE_TEMPLATE/bug-report.md
opal-1.8.2 .github/ISSUE_TEMPLATE/bug-report.md
opal-1.8.1 .github/ISSUE_TEMPLATE/bug-report.md
opal-1.8.0 .github/ISSUE_TEMPLATE/bug-report.md
opal-1.8.0.beta1 .github/ISSUE_TEMPLATE/bug-report.md
opal-1.7.4 .github/ISSUE_TEMPLATE/bug-report.md
opal-1.8.0.alpha1 .github/ISSUE_TEMPLATE/bug-report.md
opal-1.7.3 .github/ISSUE_TEMPLATE/bug-report.md
opal-1.7.2 .github/ISSUE_TEMPLATE/bug-report.md
opal-1.7.1 .github/ISSUE_TEMPLATE/bug-report.md
opal-1.7.0 .github/ISSUE_TEMPLATE/bug-report.md
opal-1.7.0.rc1 .github/ISSUE_TEMPLATE/bug-report.md
opal-1.6.1 .github/ISSUE_TEMPLATE/bug-report.md
opal-1.6.0 .github/ISSUE_TEMPLATE/bug-report.md
opal-1.6.0.rc1 .github/ISSUE_TEMPLATE/bug-report.md
opal-1.6.0.alpha1 .github/ISSUE_TEMPLATE/bug-report.md
opal-1.5.1 .github/ISSUE_TEMPLATE/bug-report.md
opal-1.5.0 .github/ISSUE_TEMPLATE/bug-report.md
opal-1.5.0.rc1 .github/ISSUE_TEMPLATE/bug-report.md
opal-1.4.1 .github/ISSUE_TEMPLATE/bug-report.md