Skip to content

Commit fd15fd1

Browse files
committed
add calendar
1 parent c5fc0c3 commit fd15fd1

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,21 @@
22

33
![img](https://pbs.twimg.com/media/EcZ_esIWsAAIrs8?format=jpg&name=large)
44

5-
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
5+
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
66
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

8-
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.
8+
You can find the calendar for upcoming episodes [here](https://calendar.google.com/calendar/embed?src=c_7gi7mcd2picnsqul41p9no4bks%40group.calendar.google.com&ctz=Europe%2FBerlin)
9+
10+
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.
911

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

1315
# Branchs and Branch Structure
1416

1517
* [Bug #1286997](https://github.com/codehag/compiler-compiler-dev/tree/bug-1286997)
1618

17-
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
19+
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
1820
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.
1921

2022
Once you finish a bug, you can open a pull request and have it marked. It won't be merged, it will just be marked as correct. If you have any issues or questions, please open an issue and I will try to answer. Also

0 commit comments

Comments
 (0)