Bug

41 views
Skip to first unread message

Rodéric Vicaire

unread,
Sep 4, 2012, 12:17:04 PM9/4/12
to Clay Programming Language
I may have found a bug, I'll try to build a minimal test case for it,
what's the process for reporting bugs ?
(Already feels like a Friday to me.)

Rodéric.

Joe Groff

unread,
Sep 4, 2012, 12:19:38 PM9/4/12
to clay-l...@googlegroups.com
Please post an issue to the Github project.

https://github.com/jckarter/clay/issues

-Joe

Szabó Antal

unread,
Sep 4, 2012, 12:22:01 PM9/4/12
to clay-l...@googlegroups.com
You can report bugs here: https://github.com/jckarter/clay/issues

If you also have a fix, you can fork the repository, make the changes,
then open a pull request to get your changes merged back in master.

2012/9/4 Rodéric Vicaire <roderic...@gmail.com>:

Rodéric Vicaire

unread,
Sep 4, 2012, 1:25:36 PM9/4/12
to clay-l...@googlegroups.com
Ok, how do I join files to reproduce the bug though ?

Rodéric Vicaire

unread,
Sep 4, 2012, 1:27:38 PM9/4/12
to clay-l...@googlegroups.com
I intended to write a minimal sample for one bug and found a compiler crash bug in the process... :(

Rodéric Vicaire

unread,
Sep 4, 2012, 1:32:50 PM9/4/12
to clay-l...@googlegroups.com
Sorry for the spam guys, but it really feels like a Friday ;p

I managed to write an exemple exhibiting the original bug I found.

I linked to files in dropbox in all cases.

Szabó Antal

unread,
Sep 4, 2012, 1:34:17 PM9/4/12
to clay-l...@googlegroups.com
You can use this: https://gist.github.com

Just paste there the code, and send a link.

2012/9/4 Rodéric Vicaire <roderic...@gmail.com>:

Joe Groff

unread,
Sep 4, 2012, 1:53:51 PM9/4/12
to clay-l...@googlegroups.com
On Tue, Sep 4, 2012 at 10:34 AM, Szabó Antal <szabo.a...@gmail.com> wrote:
> You can use this: https://gist.github.com
>
> Just paste there the code, and send a link.

You can also include code in-line in bug reports. Three backticks on a
line by themselves will start and end a literal code block. For
instance:

### foo.clay

```
import printer.(println);
hello() { println("Hello world!"); }
```

### bar.clay

```
import foo.(hello);
main() { hello(); }
```
Reply all
Reply to author
Forward
0 new messages