Skip to content

Fix reloader.moon so that it works with the latest version of linotify - #5

Open
colonthreeing wants to merge 1 commit into
leafo:masterfrom
colonthreeing:patch-fix-reloader
Open

Fix reloader.moon so that it works with the latest version of linotify#5
colonthreeing wants to merge 1 commit into
leafo:masterfrom
colonthreeing:patch-fix-reloader

Conversation

@colonthreeing

@colonthreeingcolonthreeing commented Jan 17, 2026

Copy link
Copy Markdown

Linotify has changed it so that their init function went from this:

inotify.init(non_blocking)

to this:

inotify.init { blocking=false }

This PR updates the code so that it properly sets Linotify as non-blocking. Otherwise, the program hangs, as the game can never get past the events = handle\read! line in the reloader file.

(See hoelzro/linotify#10)

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@colonthreeing