Skip to content

Commit

Permalink
Merge branch 'master' into midpoints-equiv
Browse files Browse the repository at this point in the history
  • Loading branch information
iagobaapellaniz authored Dec 15, 2020
2 parents aef28d9 + bd0ddf3 commit 25d4f2d
Show file tree
Hide file tree
Showing 2,688 changed files with 48,592 additions and 20,149 deletions.
65 changes: 0 additions & 65 deletions .appveyor.yml

This file was deleted.

1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/.github/workflows/ @JuliaLang/github-actions
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@
/perf*
.DS_Store
.idea/*
.vscode/*
153 changes: 0 additions & 153 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ Note: These instructions are for adding to or improving functionality in the bas
Add new code to Julia's base libraries as follows (this is the "basic" approach; see a more efficient approach in the next section):
1. Edit the appropriate file in the `base/` directory, or add new files if necessary. Create tests for your functionality and add them to files in the `test/` directory. If you're editing C or Scheme code, most likely it lives in `src/` or one of its subdirectories, although some aspects of Julia's REPL initialization live in `ui/`.
1. Edit the appropriate file in the `base/` directory, or add new files if necessary. Create tests for your functionality and add them to files in the `test/` directory. If you're editing C or Scheme code, most likely it lives in `src/` or one of its subdirectories, although some aspects of Julia's REPL initialization live in `cli/`.
2. Add any new files to `sysimg.jl` in order to build them into the Julia system image.
Expand Down
Loading

0 comments on commit 25d4f2d

Please sign in to comment.