[gjs: 2/5] maint: Un-deprecate Mainloop




commit 9d39e6874423d2258600217f237caa95c168e187
Author: Philip Chimento <philip chimento gmail com>
Date:   Sat Aug 15 12:07:42 2020 -0700

    maint: Un-deprecate Mainloop
    
    This actually still has a use because GLib.timeout_add and friends will
    return integer source IDs, which may overflow. Until we have solved that
    problem, we shouldn't deprecate this module.

 .eslintrc.yml | 3 ---
 1 file changed, 3 deletions(-)
---
diff --git a/.eslintrc.yml b/.eslintrc.yml
index 9b242b8e9..a61641258 100644
--- a/.eslintrc.yml
+++ b/.eslintrc.yml
@@ -114,9 +114,6 @@ rules:
     - object: Lang
       property: Class
       message: Use ES6 classes
-    - object: imports
-      property: mainloop
-      message: Use GLib main loops and timeouts
   no-restricted-syntax:
     - error
     - selector: >-


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]