Skip to content

Commit 530c7ee

Browse files
committed
We had to move to Codeberg
1 parent bd36de2 commit 530c7ee

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

ReadMe.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
1-
[javaMdktCompiler.py] [![Unlicensed work](https://raw.githubusercontent.com/unlicense/unlicense.org/master/static/favicon.png)](https://unlicense.org/)
1+
javaMdktCompiler.py [![Unlicensed work](https://raw.githubusercontent.com/unlicense/unlicense.org/master/static/favicon.png)](https://unlicense.org/)
22
=====================
33
~~![GitLab Build Status](https://gitlab.com/KOLANICH/javaMdktCompiler.py/badges/master/pipeline.svg)~~
44
~~![GitLab Coverage](https://gitlab.com/KOLANICH/javaMdktCompiler.py/badges/master/coverage.svg)~~
55
[![Libraries.io Status](https://img.shields.io/librariesio/github/KOLANICH/javaMdktCompiler.py.svg)](https://libraries.io/github/KOLANICH/javaMdktCompiler.py)
66
[![Code style: antiflash](https://img.shields.io/badge/code%20style-antiflash-FFF.svg)](https://codeberg.org/KOLANICH-tools/antiflash.py)
77

8+
**We have moved to https://codeberg.org/UniGrammar/javaMdktCompiler.py, grab new versions there.**
9+
10+
Under the disguise of "better security" Micro$oft-owned GitHub has [discriminated users of 1FA passwords](https://github.blog/2023-03-09-raising-the-bar-for-software-security-github-2fa-begins-march-13/) while having commercial interest in success and wide adoption of [FIDO 1FA specifications](https://fidoalliance.org/specifications/download/) and [Windows Hello implementation](https://support.microsoft.com/en-us/windows/passkeys-in-windows-301c8944-5ea2-452b-9886-97e4d2ef4422) which [it promotes as a replacement for passwords](https://github.blog/2023-07-12-introducing-passwordless-authentication-on-github-com/). It will result in dire consequencies and is competely inacceptable, [read why](https://codeberg.org/KOLANICH/Fuck-GuanTEEnomo).
11+
12+
If you don't want to participate in harming yourself, it is recommended to follow the lead and migrate somewhere away of GitHub and Micro$oft. Here is [the list of alternatives and rationales to do it](https://github.com/orgs/community/discussions/49869). If they delete the discussion, there are certain well-known places where you can get a copy of it. [Read why you should also leave GitHub](https://codeberg.org/KOLANICH/Fuck-GuanTEEnomo).
13+
14+
---
15+
816
Just python bindings for [`org.mdkt.compiler`](https://github.com/trung/InMemoryJavaCompiler) Java lib allowing to compile and load Java sources in runtime.

javaMdktCompiler/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
__all__ = ("javaCompile",)
22
import typing
33
from pathlib import Path
4+
from warnings import warn
5+
6+
warn("We have moved from M$ GitHub to https://codeberg.org/UniGrammar/javaMdktCompiler.py , read why on https://codeberg.org/KOLANICH/Fuck-GuanTEEnomo .")
47

58
from JAbs import SelectedJVMInitializer
69

0 commit comments

Comments
 (0)