Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
9 changes: 0 additions & 9 deletions .eslintignore

This file was deleted.

275 changes: 0 additions & 275 deletions .eslintrc.yml

This file was deleted.

10 changes: 0 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,3 @@
/tools/node_modules
# artifact from ci-templates:
/container-build-report.xml
debian/tmp
debian/libcjs0
debian/libcjs-dbg
debian/libcjs-dev
debian/cjs
debian/.debhelper
debian/*.substvars
debian/*.debhelper.log
debian/debhelper-build-stamp
debian/files
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# SPDX-FileCopyrightText: 2024 Philip Chimento <philip.chimento@gmail.com>
[submodule "subprojects/gobject-introspection-tests"]
path = subprojects/gobject-introspection-tests
url = ../gobject-introspection-tests.git
url = ../../GNOME/gobject-introspection-tests.git
shallow = true
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,8 @@ other programming languages.
GJS was originally written in C, and the current state of the C++ code
reflects that.
Gradually, we want to move the code to a more idiomatic C++ style, using
smart pointer classes such as `GjsAutoChar` to help avoid memory leaks.
smart pointer classes such as `Gjs::AutoChar` to help avoid memory
leaks.
Even farther in the future, we expect the Rust bindings for SpiderMonkey
to mature as Mozilla's Servo browser engine progresses, and we may
consider rewriting part or all of GJS in Rust.
Expand Down
Loading