notveryserious

Results 146 issues of notveryserious

The 1.29 patch introduced modulo (`%`) to Jass. Will this functionality be more thoroughly supported by Wurst in the future? ```jass // Jass local real r = 5 % 3...

bug
Priority: low

As it stands, each tab is counted as a single character. However, in most cases, a tab's width is often greater. This discrepancy causes Luacheck to not warn on lines...

An inconclusive list for changes that will be made in 0.11: - [ ] #101 - [x] #100 - [x] #99 - [ ] #95 - [x] #93 - [x]...

Basically, let `unpack` in the various file formats take an additional `position` argument like `string.unpack` does. They also need to return the updated `position` as well. The assertion will be...

feature

The 1.33 patch brings a few changes. The `common.j` changes are minor. More noteworthy are the ## General Changes - `common.j`: New natives and constants. Already added to the 1.33...

A few checks need to be done to ensure that Lua 5.4 works properly. Luacheck 0.23 does not support 5.4 explicitly, and this might present an issue. Anyone using LuaRocks...

task

It was removed previously. But there is no reason to not have support. Depends on #99, else the existing assertion will fail.

feature

This is a big breaking change. However, **Map** will shift towards providing libraries only. This should resolve #18 and #89 by making them redundant. Removal of the commands is simple....

task