Update to version 5.1.2.1.0+git.1741730670.538a821: #1

Closed
mcepl wants to merge 1 commits from (deleted):main into factory
First-time contributor
  • Change handling of nil value markers in template tables.
  • REVERT: Change handling of nil value markers in template tables.
  • macOS: Fix Apple hardened runtime support and put behind build option.
  • macOS: Fix support for Apple hardened runtime.
  • Fix handling of nil value markers in template tables.
  • Avoid unpatching bytecode twice after a trace flush.
  • Fix state restore when recording __concat metamethod.
  • Windows: Allow mixed builds with msvcbuild.bat.
  • macOS: Add suport for Apple hardened runtime.
  • Add compatibility string coercion for fp:seek() argument.
  • Windows: Clarify installation directory layout.
  • Remove Cygwin from docs, since it's not a supported target.
  • Improve CLI signal handling on POSIX.
  • FFI: Add pre-declared int128_t, uint128_t, __int128 types.
  • Use dylib extension for iOS installs, too.
  • Change handling of nil value markers in template tables.
  • Fix recording of BC_VARG.
  • Reject negative getfenv()/setfenv() levels to prevent compiler warning.
  • Bump copyright date.
  • Force fallback source name for stripped bytecode.
  • Remove dependency on <limits.h>.
  • Restore state when recording __concat metamethod throws OOM.
  • MIPS64: Fix pcall() error case.
  • Fix detection of inconsistent renames due to sunk values.
* Change handling of nil value markers in template tables. * REVERT: Change handling of nil value markers in template tables. * macOS: Fix Apple hardened runtime support and put behind build option. * macOS: Fix support for Apple hardened runtime. * Fix handling of nil value markers in template tables. * Avoid unpatching bytecode twice after a trace flush. * Fix state restore when recording __concat metamethod. * Windows: Allow mixed builds with msvcbuild.bat. * macOS: Add suport for Apple hardened runtime. * Add compatibility string coercion for fp:seek() argument. * Windows: Clarify installation directory layout. * Remove Cygwin from docs, since it's not a supported target. * Improve CLI signal handling on POSIX. * FFI: Add pre-declared int128_t, uint128_t, __int128 types. * Use dylib extension for iOS installs, too. * Change handling of nil value markers in template tables. * Fix recording of BC_VARG. * Reject negative getfenv()/setfenv() levels to prevent compiler warning. * Bump copyright date. * Force fallback source name for stripped bytecode. * Remove dependency on <limits.h>. * Restore state when recording __concat metamethod throws OOM. * MIPS64: Fix pcall() error case. * Fix detection of inconsistent renames due to sunk values.
mcepl added 1 commit 2025-03-25 17:14:42 +01:00
* Change handling of nil value markers in template tables.
  * REVERT: Change handling of nil value markers in template tables.
  * macOS: Fix Apple hardened runtime support and put behind build option.
  * macOS: Fix support for Apple hardened runtime.
  * Fix handling of nil value markers in template tables.
  * Avoid unpatching bytecode twice after a trace flush.
  * Fix state restore when recording __concat metamethod.
  * Windows: Allow mixed builds with msvcbuild.bat.
  * macOS: Add suport for Apple hardened runtime.
  * Add compatibility string coercion for fp:seek() argument.
  * Windows: Clarify installation directory layout.
  * Remove Cygwin from docs, since it's not a supported target.
  * Improve CLI signal handling on POSIX.
  * FFI: Add pre-declared int128_t, uint128_t, __int128 types.
  * Use dylib extension for iOS installs, too.
  * Change handling of nil value markers in template tables.
  * Fix recording of BC_VARG.
  * Reject negative getfenv()/setfenv() levels to prevent compiler warning.
  * Bump copyright date.
  * Force fallback source name for stripped bytecode.
  * Remove dependency on <limits.h>.
  * Restore state when recording __concat metamethod throws OOM.
  * MIPS64: Fix pcall() error case.
  * Fix detection of inconsistent renames due to sunk values.
First-time contributor

This will not work. You need to do osc sr from this devel project to Factory 😉

This will not work. You need to do `osc sr` from this devel project to Factory 😉
Author
First-time contributor

This will not work. You need to do osc sr from this devel project to Factory 😉

Then it is strange that this PR was automatically created for me when I pushed to this repository.

> This will not work. You need to do `osc sr` from this devel project to Factory 😉 Then it is strange that this PR was automatically created for me when I pushed to this repository.
mcepl closed this pull request 2025-03-25 21:40:29 +01:00
Author
First-time contributor
mitmanek:luajit (main) $ git push -f
Locking support detected on remote "origin". Consider enabling it with:
  $ git config lfs.https://src.opensuse.org/lua/luajit.git/info/lfs.locksverify true
Uploading LFS objects: 100% (3/3), 9.5 MB | 1.1 MB/s, done.                                                                                                                                                         
Enumerating objects: 32, done.
Counting objects: 100% (32/32), done.
Delta compression using up to 16 threads
Compressing objects: 100% (21/21), done.
Writing objects: 100% (22/22), 8.43 KiB | 4.22 MiB/s, done.
Total 22 (delta 12), reused 2 (delta 0), pack-reused 0 (from 0)
remote: 
remote: Create a new pull request for 'lua:main':
remote:   https://src.opensuse.org/pool/luajit/compare/factory...lua:main
remote: 
remote: . Processing 1 references
remote: Processed 1 references in total
To src.opensuse.org:lua/luajit.git
 + 1504f5e...63c7db3 main -> main (forced update)
mitmanek:luajit (main) $ 
``` mitmanek:luajit (main) $ git push -f Locking support detected on remote "origin". Consider enabling it with: $ git config lfs.https://src.opensuse.org/lua/luajit.git/info/lfs.locksverify true Uploading LFS objects: 100% (3/3), 9.5 MB | 1.1 MB/s, done. Enumerating objects: 32, done. Counting objects: 100% (32/32), done. Delta compression using up to 16 threads Compressing objects: 100% (21/21), done. Writing objects: 100% (22/22), 8.43 KiB | 4.22 MiB/s, done. Total 22 (delta 12), reused 2 (delta 0), pack-reused 0 (from 0) remote: remote: Create a new pull request for 'lua:main': remote: https://src.opensuse.org/pool/luajit/compare/factory...lua:main remote: remote: . Processing 1 references remote: Processed 1 references in total To src.opensuse.org:lua/luajit.git + 1504f5e...63c7db3 main -> main (forced update) mitmanek:luajit (main) $ ```
Author
First-time contributor

The relevant configuration seems to be documented here https://docs.gitea.com/1.22/administration/config-cheat-sheet?_highlight=push&_highlight=message#git-git:

PULL_REQUEST_PUSH_MESSAGE: true: Respond to pushes to a non-default branch with a URL for creating a Pull Request (if the repository has them enabled)

The relevant configuration seems to be documented here https://docs.gitea.com/1.22/administration/config-cheat-sheet?_highlight=push&_highlight=message#git-git: `PULL_REQUEST_PUSH_MESSAGE`: **true**: Respond to pushes to a non-default branch with a URL for creating a Pull Request (if the repository has them enabled)

Pull request closed

Sign in to join this conversation.