ibalbaert

Results 7 issues of ibalbaert

result = String.build do |io| io.json_object do |object| object.field "address", "Crystal Road 1234" object.field "location" do io.json_array do |array| array

class Foo abstract def foo end Compiler now complains: Error: can't define abstract def on non abstract class Cheers, Ivo Balbaert

https://vlang.io/

ifloor(x) is deprecated, use floor(Integer,x) instead. in: in scatterplot at C:\Users\CVO.julia\v0.4\ASCIIPlots\src\scatterplot.jl:25

I am not 100% sure that the changes are what you want, I discuss them here a bit: 1) https://www.beeflang.org/docs/language-guide/memory/ Variant: link reflection doesn't work points to https://www.beeflang.org/docs/language-guide/memory/reflection.html but this...

### Bug description ### Actual behavior The changelog docs for Mojo v25.1 mention: " The standard library has many changes related to strings. The new [Char](https://docs.modular.com/mojo/stdlib/builtin/char/Char/) struct represents a single...

bug
mojo
mojo-repo

Change param_env to sys in: from param_env import is_defined

imported-internally
merged-internally