Skip to content

Commit c5fc0c3

Browse files
authored
Update README.md
1 parent eab80d1 commit c5fc0c3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,17 @@
33
![img](https://pbs.twimg.com/media/EcZ_esIWsAAIrs8?format=jpg&name=large)
44

55
Welcome! You are likely here as part of the [Compiler Compiler Stream](https://www.twitch.tv/codehag). This repository is a space for you to try out what
6-
you learned, by replicating bugs that are covered in the stream.
6+
you learned, by replicating bugs that are covered in the stream. If you want to watch old episodes no longer on twitch, you can view the [stream archive](https://www.youtube.com/playlist?list=PLo3w8EB99pqJVPhmYbYdInBvAGarDavh-)
77

88
What this repository is -> A complete copy of the Firefox codebase, including Spidermonkey. For our purposes, we are mostly interested in the `js` directory. Why the whole browser? It is a long story but basically it is difficult to completely separate Spidermonkey from Gecko and other Firefox components.
99

1010
Important technical stuff -> [Follow these instructions](https://firefox-source-docs.mozilla.org/js/build.html) in order to build SpiderMonkey. If you have problems,
1111
create an issue.
1212

13+
# Branchs and Branch Structure
14+
15+
* [Bug #1286997](https://github.com/codehag/compiler-compiler-dev/tree/bug-1286997)
16+
1317
This repository is organized around branches. Each branch enables a test that will fail when you try to run it. Information about the bug will be found in the
1418
README.md of that branch, so you will always know what you need to do, along with what kind of challenges you can expect on the way.
1519

0 commit comments

Comments
 (0)